Julius 4.2
関数
libsent/src/phmm/calc_mix.c

混合ガウス分布の重みつき和の計算:非 tied-mixture 用,キャッシュ無し [詳細]

#include <sent/stddefs.h>
#include <sent/htk_hmm.h>
#include <sent/htk_param.h>
#include <sent/hmm.h>
#include <sent/hmm_calc.h>

ソースコードを見る。

関数

LOGPROB calc_mix (HMMWork *wrk)
 Compute the output probability of current state OP_State.

説明

混合ガウス分布の重みつき和の計算:非 tied-mixture 用,キャッシュ無し

作者:
Akinobu LEE
日付:
Thu Feb 17 14:18:52 2005
Revision:
1.5

calc_mix.c で定義されています。


関数

LOGPROB calc_mix ( HMMWork wrk)

Compute the output probability of current state OP_State.

No codebook-level cache is done.

引数:
wrk[i/o] HMM computation work area
戻り値:
the output probability of the state OP_State in log10

calc_mix.c41 行で定義されています。

参照元 outprob_init().