Marsyas
0.6.0-alpha
|
Beat Histogram Features. More...
#include <BeatHistoFeatures.h>
Inherits MarSystem.
Public Member Functions | |
BeatHistoFeatures (std::string name) | |
BeatHistoFeatures (const BeatHistoFeatures &a) | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~BeatHistoFeatures () |
Beat Histogram Features.
Beat Histogram Features numerical values summarizing the BH as described in the TSAP paper. Exact details keep changing.
Definition at line 39 of file BeatHistoFeatures.h.
BeatHistoFeatures | ( | std::string | name | ) |
Definition at line 184 of file BeatHistoFeatures.cpp.
BeatHistoFeatures | ( | const BeatHistoFeatures & | a | ) |
Definition at line 193 of file BeatHistoFeatures.cpp.
~BeatHistoFeatures | ( | ) |
Definition at line 201 of file BeatHistoFeatures.cpp.
Implements MarSystem.
Definition at line 211 of file BeatHistoFeatures.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 517 of file BeatHistoFeatures.cpp.