#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) | 
| void | outprob_free () | 
音響尤度計算関数の使用方法:
outprob_init.c で定義されています。
| boolean outprob_init | ( | HTK_HMM_INFO * | hmminfo, | |
| HTK_HMM_INFO * | gshmm, | |||
| int | gms_num, | |||
| int | gprune_method, | |||
| int | gprune_mixnum | |||
| ) | 
Initialize and setup acoustic computation functions.
select functions
outprob_init.c の 62 行で定義されています。
参照元 final_fusion().
| boolean outprob_prepare | ( | int | framenum | ) | 
Prepare for the next input of given frame length.
| framenum | [in] input length in frame. | 
outprob_init.c の 158 行で定義されています。
| void outprob_free | ( | ) | 
Free all work area for outprob computation.
outprob_init.c の 177 行で定義されています。
 1.5.0