Marsyas
0.6.0-alpha
|
#include <AimPZFC2.h>
Inherits MarSystem.
Public Member Functions | |
AimPZFC2 (std::string name) | |
AimPZFC2 (const AimPZFC2 &a) | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~AimPZFC2 () |
Time-domain AimPZFC2.
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).
AimPZFC2 is a re-write of the AimPZFC to be more Marsyas like.
The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/
Definition at line 49 of file AimPZFC2.h.
AimPZFC2 | ( | std::string | name | ) |
Definition at line 29 of file AimPZFC2.cpp.
Definition at line 52 of file AimPZFC2.cpp.
~AimPZFC2 | ( | ) |
Definition at line 87 of file AimPZFC2.cpp.
Implements MarSystem.
Definition at line 93 of file AimPZFC2.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 758 of file AimPZFC2.cpp.