Marsyas
0.6.0-alpha
|
#include <PvUnconvert.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
PvUnconvert (std::string name) | |
PvUnconvert (const PvUnconvert &) | |
~PvUnconvert () |
Unconvert N real and imaginary spectrum values to N/2+1 pairs of magnitude and phase values. The phases are unwrapped and successive phase differences are used to compute estimates of the instantaneous frequencies for each phase vocoder analysis channel; decimation rate and sampling rate are used to render these frequencies directly in Hz.
Definition at line 39 of file PvUnconvert.h.
PvUnconvert | ( | std::string | name | ) |
Definition at line 27 of file PvUnconvert.cpp.
PvUnconvert | ( | const PvUnconvert & | a | ) |
Definition at line 37 of file PvUnconvert.cpp.
~PvUnconvert | ( | ) |
Definition at line 55 of file PvUnconvert.cpp.
Implements MarSystem.
Definition at line 62 of file PvUnconvert.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 188 of file PvUnconvert.cpp.