#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. |
Definition at line 120 of file mfcc.h.