Julius 4.2
変数
構造体 GMMCalc

Work area for GMM calculation. [詳細]

#include <recog.h>

GMMCalcのコラボレーション図

変数

LOGPROBgmm_score
 Current accumurated scores for each GMM.
booleanis_voice
 True if corresponding model designates speech, FALSE if noise.
int framecount
 Current frame count.
short OP_nstream
 Number of input stream for GMM.
VECTOP_vec_stream [MAXSTREAMNUM]
 input vector for each stream at that frame
short OP_veclen_stream [MAXSTREAMNUM]
 vector length for each stream
LOGPROBOP_calced_score
 Work area for Gaussian pruning on GMM: scores.
int * OP_calced_id
 Work area for Gaussian pruning on GMM: id.
int OP_calced_num
 Work area for Gaussian pruning on GMM: number of above.
int OP_calced_maxnum
 Work area for Gaussian pruning on GMM: size of allocated area.
int OP_gprune_num
 Number of Gaussians to be computed in Gaussian pruning.
VECTOP_vec
 Local workarea to hold the input vector of current frame.
short OP_veclen
 Local workarea to hold the length of above.
HTK_HMM_Datamax_d
 Hold model of the maximum score.
int max_i
 Index of max_d.

説明

Work area for GMM calculation.

recog.h266 行で定義されています。


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