|
CARFAC C++
C++ implementation of CARFAC
|
#include <CARCoeff.H>


Public Member Functions | |
| CARCoeff () | |
| Constructor. | |
| virtual | ~CARCoeff () |
| Destructor. | |
Private Attributes | |
| Matrix< FP_TYPE, Dynamic, 1 > | r1_coeffs |
| Dick, whats this ? | |
| Matrix< FP_TYPE, Dynamic, 1 > | a0_coeffs |
| Dick, whats this ? | |
| Matrix< FP_TYPE, Dynamic, 1 > | c0_coeffs |
| Dick, whats this ? | |
| Matrix< FP_TYPE, Dynamic, 1 > | h_coeffs |
| Dick, whats this ? | |
| Matrix< FP_TYPE, Dynamic, 1 > | g0_coeffs |
| Dick, whats this ? | |
| Matrix< FP_TYPE, Dynamic, 1 > | zr_coeffs |
| Dick, whats this ? | |
Friends | |
| class | CAR |
Coefficients for the Cascaded Auditory Resonators
Constructor.
| CARCoeff::~CARCoeff | ( | ) | [virtual] |
Destructor.
friend class CAR [friend] |
Matrix<FP_TYPE, Dynamic,1> CARCoeff::a0_coeffs [private] |
Dick, whats this ?
Matrix<FP_TYPE, Dynamic,1> CARCoeff::c0_coeffs [private] |
Dick, whats this ?
Matrix<FP_TYPE, Dynamic,1> CARCoeff::g0_coeffs [private] |
Dick, whats this ?
Matrix<FP_TYPE, Dynamic,1> CARCoeff::h_coeffs [private] |
Dick, whats this ?
Matrix<FP_TYPE, Dynamic,1> CARCoeff::r1_coeffs [private] |
Dick, whats this ?
Matrix<FP_TYPE, Dynamic,1> CARCoeff::zr_coeffs [private] |
Dick, whats this ?