GMMCalc Struct Reference

Work area for GMM calculation. More...

#include <recog.h>

Collaboration diagram for GMMCalc:

Collaboration graph
[legend]

Data Fields

LOGPROBgmm_score
 Current accumurated scores for each GMM.
boolean * is_voice
 True if corresponding model designates speech, FALSE if noise.
int framecount
 Current frame count.
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.

Detailed Description

Work area for GMM calculation.

Definition at line 246 of file recog.h.


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