#include <mfcc.h>
変数 | |
| 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 | |
1.5.4