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


Public Member Functions | |
| CAR () | |
| virtual | ~CAR () |
Protected Member Functions | |
| void | designFilters (FP_TYPE fs, int n_ch) |
| Array< FP_TYPE, Dynamic, 1 > | stageG (Array< FP_TYPE, Dynamic, 1 > &relative_undamping) |
Private Attributes | |
| Array< FP_TYPE, Dynamic, 1 > | pole_freqs |
| The vector of pole frequencies used in filter design and variable estimation. | |
Friends | |
| class | Ear |
Cascade of asymmetric resonators (CAR).
| CAR::CAR | ( | ) |
| CAR::~CAR | ( | ) | [virtual] |
| void CAR::designFilters | ( | FP_TYPE | fs, |
| int | n_ch | ||
| ) | [protected] |
Method to design the auditory filter coefficients
| fs | The sample rate in Hz |
| Array< FP_TYPE, Dynamic, 1 > CAR::stageG | ( | Array< FP_TYPE, Dynamic, 1 > & | relative_undamping | ) | [protected] |
Return the stage gain g needed to get unity gain at DC
| relative_undamping | Dick whats this ? |
friend class Ear [friend] |
Array<FP_TYPE, Dynamic,1> CAR::pole_freqs [private] |
The vector of pole frequencies used in filter design and variable estimation.