|
Marsyas
0.6.0-alpha
|
#include <BeatHistogram.h>
Inherits MarSystem.
Public Member Functions | |
| BeatHistogram (std::string name) | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ~BeatHistogram () | |
Calculate Beat Histogram. The input should be the autocorrelation of either the time waveform or some kind of onset detection function.
Definition at line 36 of file BeatHistogram.h.
| BeatHistogram | ( | std::string | name | ) |
Definition at line 30 of file BeatHistogram.cpp.
| ~BeatHistogram | ( | ) |
Definition at line 36 of file BeatHistogram.cpp.
Implements MarSystem.
Definition at line 42 of file BeatHistogram.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 84 of file BeatHistogram.cpp.
1.7.6.1