|
Marsyas
0.6.0-alpha
|
#include <PvFold.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| PvFold (std::string name) | |
| PvFold (const PvFold &a) | |
| ~PvFold () | |
Multiply with window (both length Nw) using modulus arithmetic; fold and rotate windowed input into output array (FFT) (length N) according to current input time (t)
| PvFold | ( | std::string | name | ) |
Definition at line 24 of file PvFold.cpp.
Definition at line 37 of file PvFold.cpp.
| ~PvFold | ( | ) |
Definition at line 48 of file PvFold.cpp.
Implements MarSystem.
Definition at line 53 of file PvFold.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 136 of file PvFold.cpp.
1.7.6.1