Marsyas
0.6.0-alpha
|
#include <AimPZFC.h>
Inherits MarSystem.
Public Member Functions | |
AimPZFC (std::string name) | |
AimPZFC (const AimPZFC &a) | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~AimPZFC () |
Time-domain AimPZFC.
Dick Lyon's Pole-Zero Filter Cascade - implemented in C++ by Tom Walters from the AIM-MAT module based on Dick Lyon's code.
Ported to Marsyas from AIM-C by Steven Ness (sness@sness.net).
The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/
AimPZFC | ( | std::string | name | ) |
Definition at line 29 of file AimPZFC.cpp.
Definition at line 47 of file AimPZFC.cpp.
~AimPZFC | ( | ) |
Definition at line 81 of file AimPZFC.cpp.
Implements MarSystem.
Definition at line 87 of file AimPZFC.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 725 of file AimPZFC.cpp.