Marsyas
0.6.0-alpha
|
Used to strengthen harmonic peaks in Beat Histograms. More...
#include <HarmonicEnhancer.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
HarmonicEnhancer (std::string name) | |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~HarmonicEnhancer () |
Used to strengthen harmonic peaks in Beat Histograms.
Definition at line 35 of file HarmonicEnhancer.h.
HarmonicEnhancer | ( | std::string | name | ) |
Definition at line 26 of file HarmonicEnhancer.cpp.
~HarmonicEnhancer | ( | ) |
Definition at line 32 of file HarmonicEnhancer.cpp.
Implements MarSystem.
Definition at line 38 of file HarmonicEnhancer.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 220 of file HarmonicEnhancer.cpp.