FBankInfo Struct Reference

Workspace for filterbank analysis. More...

#include <mfcc.h>


Data Fields

int fftN
 Number of FFT point.
int n
 log2(fftN)
int klo
 FFT indices of lopass cut-off.
int khi
 FFT indices of hipass cut-off.
float fres
 Scaled FFT resolution.
float * cf
 Array[1..pOrder+1] of centre freqs.
short * loChan
 Array[1..fftN/2] of loChan index.
float * loWt
 Array[1..fftN/2] of loChan weighting.
float * Re
 Array[1..fftN] of fftchans (real part).
float * Im
 Array[1..fftN] of fftchans (imag part).


Detailed Description

Workspace for filterbank analysis.

Definition at line 110 of file mfcc.h.


The documentation for this struct was generated from the following file:
Generated on Tue Dec 18 16:02:17 2007 for Julius by  doxygen 1.5.4