Marsyas
0.6.0-alpha
|
Pick peaks out of signal. More...
#include <PeakerAdaptive.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
PeakerAdaptive (std::string name) | |
~PeakerAdaptive () |
Pick peaks out of signal.
PeakerAdaptive is used to select peaks(or valleys) from the input vector. Various parameters of the peak selection process can be adjusted.
Definition at line 35 of file PeakerAdaptive.h.
PeakerAdaptive | ( | std::string | name | ) |
Definition at line 24 of file PeakerAdaptive.cpp.
~PeakerAdaptive | ( | ) |
Definition at line 32 of file PeakerAdaptive.cpp.
Implements MarSystem.
Definition at line 37 of file PeakerAdaptive.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 56 of file PeakerAdaptive.cpp.