Julius 4.2
変数
構造体 DeltaBuf

Cycle buffer for delta computation. [詳細]

#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.
booleanis_on
 TRUE if data filled.
int B
 B coef. for delta computation.

説明

Cycle buffer for delta computation.

mfcc.h131 行で定義されています。


この構造体の説明は次のファイルから生成されました: