gtkIOStream
1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
|
#include <depukfb.H>
Public Member Functions | |
DepUKFB (int sampleFreq, int fCnt=50) | |
void | init (int sampleFreq, int fCnt=50) |
virtual | ~DepUKFB () |
int | filterCount (void) |
Returns the number of filters. More... | |
double * | operator[] (int i) |
double | operator() (int i, int j, int binCount) |
Public Attributes | |
double * | cf |
The filter centre frequencies. More... | |
double * | ef |
The filter edge frequencies. More... | |
Protected Member Functions | |
DepUKFB () | |
double | p_l (double fc) |
double | p_u (double fc) |
Protected Attributes | |
int | fs |
The sample frequency. More... | |
double * | g |
g coeff. More... | |
double ** | w |
The filters. More... | |
Private Member Functions | |
double | erb (double fc) |
double | freq2ERB (double freq) |
double | ERB2freq (double erb) |
virtual void | af (double fc, int whichFilter) |
void | findCF (void) |
Private Attributes | |
int | fCount |
Static Private Attributes | |
static double | p_51_1k =4.0*1000.0/(AM_C1*(AM_C2 + 1.0)) |
Roex filters. This class defines power spectrum shapes for auditory filters based on : %[1] ``A Model for the Prediction of Thresholds, Loudness, and Partial % Loudness'' Moore B.C.J., Glasberg B.R. and Baer T., Journal of the % Audio Engineering Society, vol. 45, no. 4, April 1997, pp.224-40.
|
inlineprotected |
|
inline |
|
inlineprivatevirtual |
Auditory Filter procedure. @ fc the central frequency of the filter @ whichFilter the filter index
Reimplemented in FastDepUKFB.
Definition at line 81 of file depukfb.H.
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inlineprotected |
GTK+ IOStream
Beta
|