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