Marsyas
0.6.0-alpha
|
Enhance peaks that are harmonic. More...
#include <PeakEnhancer.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
PeakEnhancer (std::string name) | |
PeakEnhancer (const PeakEnhancer &a) | |
~PeakEnhancer () |
Enhance peaks that are harmonic.
Enhance harmonic peaks resulting from autocorrelation periodicity detection by applying half wave rectification and then subtracting the upsampled fvec from the original fvec.
Definition at line 38 of file PeakEnhancer.h.
PeakEnhancer | ( | std::string | name | ) |
Definition at line 38 of file PeakEnhancer.cpp.
PeakEnhancer | ( | const PeakEnhancer & | a | ) |
Definition at line 52 of file PeakEnhancer.cpp.
~PeakEnhancer | ( | ) |
Definition at line 65 of file PeakEnhancer.cpp.
Implements MarSystem.
Definition at line 72 of file PeakEnhancer.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 129 of file PeakEnhancer.cpp.