Marsyas
0.6.0-alpha
|
Switches between short and long windows in multiresolution phasevocoder. More...
#include <PvMultiResolution.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
PvMultiResolution (std::string name) | |
PvMultiResolution (const PvMultiResolution &a) | |
~PvMultiResolution () |
Switches between short and long windows in multiresolution phasevocoder.
Controls:
Definition at line 36 of file PvMultiResolution.h.
PvMultiResolution | ( | std::string | name | ) |
Definition at line 25 of file PvMultiResolution.cpp.
PvMultiResolution | ( | const PvMultiResolution & | a | ) |
Definition at line 34 of file PvMultiResolution.cpp.
~PvMultiResolution | ( | ) |
Definition at line 47 of file PvMultiResolution.cpp.
Implements MarSystem.
Definition at line 53 of file PvMultiResolution.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 108 of file PvMultiResolution.cpp.