DeltaBuf Struct Reference

Cycle buffer for delta computation. More...

#include <mfcc.h>


Data Fields

float ** mfcc
 MFCC buffer.
int veclen
 Vector length of above.
float * vec
 Points to the current MFCC.
int win
 Delta window length.
int len
 Length of the buffer (= win*2+1).
int store
 Current next storing point.
boolean * is_on
 TRUE if data filled.
int B
 B coef. for delta computation.


Detailed Description

Cycle buffer for delta computation.

Definition at line 124 of file mfcc.h.


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