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

Public Member Functions | |
| Ear (FP_TYPE fs_) | |
| Ear (void) | |
| virtual | ~Ear (void) |
| void | design (void) |
Private Attributes | |
| FP_TYPE | fs |
| The sample rate. | |
| FP_TYPE | max_channels_per_octave |
| How many channels in each octave. | |
| int | n_ch |
| The number of channels (in the ear) | |
| CAR | car |
| The cascade of asymmetric resontaors for this ear. | |
| IHC | ihc |
| The inner hair cell for this ear. | |
| AGC | agc |
| The automatic gain control for this ear. | |
Constructor specifying the sample rate
| fs_ | The sample rate to use |
| Ear::Ear | ( | void | ) |
Constructor using the DEFAULT_SAMPLERATE as the sample rate
| Ear::~Ear | ( | void | ) | [virtual] |
| void Ear::design | ( | void | ) |
FP_TYPE Ear::max_channels_per_octave [private] |
How many channels in each octave.
int Ear::n_ch [private] |
The number of channels (in the ear)