#include <AimPZFC.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).
The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/
Definition at line 48 of file AimPZFC.h.
| void AGCDampStep | ( | ) | [private] |
Definition at line 633 of file AimPZFC.cpp.
References MarSystem::c.
| bool SetPZBankCoeffs | ( | ) | [private] |
Definition at line 215 of file AimPZFC.cpp.
References MarSystem::c.
1.5.6