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