#include <AimPZFC2.h>
Inherits Marsyas::MarSystem.
Private Member Functions | |
| void | AGCDampStep () |
| bool | SetPZBankCoeffs () |
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 50 of file AimPZFC2.h.
| void AGCDampStep | ( | ) | [private] |
Definition at line 666 of file AimPZFC2.cpp.
References MarSystem::c.
| bool SetPZBankCoeffs | ( | ) | [private] |
Definition at line 233 of file AimPZFC2.cpp.
References MarSystem::c, and realvec::create().
1.5.6