CARFAC C++
C++ implementation of CARFAC
CARCoeff Class Reference

#include <CARCoeff.H>

Inheritance diagram for CARCoeff:
Collaboration diagram for CARCoeff:

List of all members.

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

Detailed Description

Author:
{Matt Flax <flatmax@>}
Date:
2013.02.08

Coefficients for the Cascaded Auditory Resonators


Constructor & Destructor Documentation

Constructor.

Author:
{Matt Flax <flatmax@>}
Date:
2013.02.08
CARCoeff::~CARCoeff ( ) [virtual]

Destructor.


Friends And Related Function Documentation

friend class CAR [friend]

Member Data Documentation

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 ?


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Friends Defines