#include <sent/stddefs.h>
#include <sent/htk_hmm.h>
#include <sent/htk_param.h>
#include <sent/hmm.h>
#include <sent/gprune.h>
#include "globalvars.h"
outprob_init.cのインクルード依存関係図

マクロ定義 | |
| #define | GLOBAL_VARIABLE_DEFINE | 
| Global variables is actually defined here.  | |
関数 | |
| boolean | outprob_init (HTK_HMM_INFO *hmminfo, HTK_HMM_INFO *gshmm, int gms_num, int gprune_method, int gprune_mixnum) | 
| boolean | outprob_prepare (int framenum) | 
音響尤度計算関数の使用方法:
outprob_init.c で定義されています。
      
  | 
  ||||||||||||||||||||||||
| 
 Initialize and setup acoustic computation functions. 
 
 outprob_init.c の 62 行で定義されています。 参照元 final_fusion().  | 
  
      
  | 
  
| 
 Prepare for the next input of given frame length. 
 
 
 outprob_init.c の 139 行で定義されています。  | 
  
 1.4.2