flatmax@597: flatmax@597: flatmax@597:
flatmax@597: flatmax@597: flatmax@597:![]() |
flatmax@597:
flatmax@597:
flatmax@597:
flatmax@597: CARFAC C++
flatmax@597:
flatmax@597:
flatmax@597: C++ implementation of CARFAC
flatmax@597: |
flatmax@597:
flatmax@597:
flatmax@597:
flatmax@597:
#include <CARCoeff.H>
flatmax@597: Public Member Functions | |
CARCoeff () | |
Constructor. | |
virtual | ~CARCoeff () |
Destructor. | |
flatmax@599: 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 ? | |
flatmax@599: Friends | |
class | CAR |
Coefficients for the Cascaded Auditory Resonators
flatmax@597:CARCoeff::CARCoeff | flatmax@597:( | flatmax@597:) | flatmax@597:flatmax@597: |
Constructor.
flatmax@597: flatmax@597:CARCoeff::~CARCoeff | flatmax@597:( | flatmax@597:) | flatmax@597: [virtual] |
flatmax@597:
Destructor.
flatmax@599: flatmax@599:friend class CAR [friend] |
flatmax@599:
Matrix<FP_TYPE, Dynamic,1> CARCoeff::a0_coeffs [private] |
flatmax@599:
Dick, whats this ?
flatmax@599: flatmax@599:Matrix<FP_TYPE, Dynamic,1> CARCoeff::c0_coeffs [private] |
flatmax@599:
Dick, whats this ?
flatmax@599: flatmax@599:Matrix<FP_TYPE, Dynamic,1> CARCoeff::g0_coeffs [private] |
flatmax@599:
Dick, whats this ?
flatmax@599: flatmax@599:Matrix<FP_TYPE, Dynamic,1> CARCoeff::h_coeffs [private] |
flatmax@599:
Dick, whats this ?
flatmax@599: flatmax@599:Matrix<FP_TYPE, Dynamic,1> CARCoeff::r1_coeffs [private] |
flatmax@599:
Dick, whats this ?
flatmax@599: flatmax@599:Matrix<FP_TYPE, Dynamic,1> CARCoeff::zr_coeffs [private] |
flatmax@599:
Dick, whats this ?
flatmax@599: flatmax@597: