#include <fastDepukfb.H>
|
| void | findIIRCoeff (double fc, double pl, double pu) |
| |
| void | filter (double fc, double *out) |
| |
| void | afZ (double fc, int whichFilter, double pl, double pu) |
| |
| virtual void | af (double fc, int whichFilter) |
| | Auditory Filter procedure. More...
|
| |
Definition at line 24 of file fastDepukfb.H.
◆ FastDepUKFB()
| FastDepUKFB::FastDepUKFB |
( |
int |
sampleFreq, |
|
|
int |
fCnt = 50 |
|
) |
| |
|
inline |
◆ af()
| virtual void FastDepUKFB::af |
( |
double |
fc, |
|
|
int |
whichFilter |
|
) |
| |
|
inlineprivatevirtual |
◆ afZ()
| void FastDepUKFB::afZ |
( |
double |
fc, |
|
|
int |
whichFilter, |
|
|
double |
pl, |
|
|
double |
pu |
|
) |
| |
|
inlineprivate |
◆ filter()
| void FastDepUKFB::filter |
( |
double |
fc, |
|
|
double * |
out |
|
) |
| |
|
inlineprivate |
◆ findIIRCoeff()
| void FastDepUKFB::findIIRCoeff |
( |
double |
fc, |
|
|
double |
pl, |
|
|
double |
pu |
|
) |
| |
|
inlineprivate |
◆ d_l
| double FastDepUKFB::d_l[3] |
|
private |
◆ d_u
| double FastDepUKFB::d_u[3] |
|
private |
◆ n_l
| double FastDepUKFB::n_l[2] |
|
private |
◆ n_u
| double FastDepUKFB::n_u[2] |
|
private |
The documentation for this class was generated from the following file: