Marsyas
0.6.0-alpha
|
Panning information from StereSpectrum output. More...
#include <StereoSpectrumFeatures.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
StereoSpectrumFeatures (std::string name) | |
~StereoSpectrumFeatures () |
Panning information from StereSpectrum output.
After computing the StereoSpectrum we can summarize it by extracting features using the StereoSpectrumFeatures.
Definition at line 35 of file StereoSpectrumFeatures.h.
StereoSpectrumFeatures | ( | std::string | name | ) |
Definition at line 25 of file StereoSpectrumFeatures.cpp.
Definition at line 31 of file StereoSpectrumFeatures.cpp.
Implements MarSystem.
Definition at line 36 of file StereoSpectrumFeatures.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 71 of file StereoSpectrumFeatures.cpp.