|
Marsyas
0.6.0-alpha
|
#include <PvOverlapadd.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| PvOverlapadd (std::string name) | |
| PvOverlapadd (const PvOverlapadd &a) | |
| ~PvOverlapadd () | |
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)
Definition at line 35 of file PvOverlapadd.h.
| PvOverlapadd | ( | std::string | name | ) |
Definition at line 24 of file PvOverlapadd.cpp.
| PvOverlapadd | ( | const PvOverlapadd & | a | ) |
Definition at line 34 of file PvOverlapadd.cpp.
| ~PvOverlapadd | ( | ) |
Definition at line 40 of file PvOverlapadd.cpp.
Implements MarSystem.
Definition at line 45 of file PvOverlapadd.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 142 of file PvOverlapadd.cpp.
1.7.6.1