Marsyas
0.6.0-alpha
|
Apply a windowing function (envelope) to the input signal. More...
#include <Windowing.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
Windowing (std::string name) | |
Windowing (const Windowing &a) | |
~Windowing () |
Apply a windowing function (envelope) to the input signal.
Extra controls:
Definition at line 43 of file Windowing.h.
Windowing | ( | std::string | name | ) |
Definition at line 25 of file Windowing.cpp.
Definition at line 32 of file Windowing.cpp.
~Windowing | ( | ) |
Definition at line 44 of file Windowing.cpp.
Implements MarSystem.
Definition at line 49 of file Windowing.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 190 of file Windowing.cpp.