|
Marsyas
0.6.0-alpha
|
Local maximum strobe criterion: decaying threshold with timeout. More...
#include <AimLocalMax.h>
Inherits MarSystem.
Public Member Functions | |
| void | addControls () |
| AimLocalMax (std::string name) | |
| AimLocalMax (const AimLocalMax &a) | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ~AimLocalMax () | |
Local maximum strobe criterion: decaying threshold with timeout.
Author : Thomas Walters <tom@acousticscale.org>
Ported to Marsyas by Steven Ness <sness@sness.net>
The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/
Definition at line 46 of file AimLocalMax.h.
| AimLocalMax | ( | std::string | name | ) |
Definition at line 25 of file AimLocalMax.cpp.
| AimLocalMax | ( | const AimLocalMax & | a | ) |
Definition at line 36 of file AimLocalMax.cpp.
| ~AimLocalMax | ( | ) |
Definition at line 53 of file AimLocalMax.cpp.
| void addControls | ( | ) |
Reimplemented from MarSystem.
Definition at line 64 of file AimLocalMax.cpp.
Implements MarSystem.
Definition at line 58 of file AimLocalMax.cpp.
Processes data.
| in | Input data to read. |
| out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements MarSystem.
Definition at line 147 of file AimLocalMax.cpp.
1.7.6.1