Marsyas
0.6.0-alpha
|
BeatHistogramFromPeaks. More...
#include <BeatHistogramFromPeaks.h>
Inherits MarSystem.
Public Member Functions | |
BeatHistogramFromPeaks (std::string name) | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~BeatHistogramFromPeaks () |
Calculate BeatHistograms from peaks represented as pairs of periodicity/amplitude (typically from an autocorrelation function).
Definition at line 37 of file BeatHistogramFromPeaks.h.
BeatHistogramFromPeaks | ( | std::string | name | ) |
Definition at line 26 of file BeatHistogramFromPeaks.cpp.
Definition at line 32 of file BeatHistogramFromPeaks.cpp.
Implements MarSystem.
Definition at line 38 of file BeatHistogramFromPeaks.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 72 of file BeatHistogramFromPeaks.cpp.