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

関数 | |
| void | put_htk_trans (HTK_HMM_Trans *t) | 
| void | put_htk_var (HTK_HMM_Var *v) | 
| void | put_htk_dens (HTK_HMM_Dens *d) | 
| void | put_htk_state (HTK_HMM_State *s) | 
| void | put_htk_hmm (HTK_HMM_Data *h) | 
| void | put_logical_hmm (HMM_Logical *logical) | 
| void | put_hmm_arc (HMM *d) | 
| void | put_hmm_outprob (HMM *d) | 
| void | put_hmm (HMM *d) | 
| void | put_param_head (HTK_Param_Header *h) | 
| void | put_vec (VECT **p, int num, short veclen) | 
| void | put_param (HTK_Param *pinfo) | 
| void | put_param_info (HTK_Param *pinfo) | 
| static int | get_max_mixture_num (HTK_HMM_INFO *hmminfo) | 
| void | print_hmmdef_info (HTK_HMM_INFO *hmminfo) | 
変数 | |
| static char | buf [512] | 
| Local work area for text handling  | |
put_htkdata_info.c で定義されています。
| void put_htk_trans | ( | HTK_HMM_Trans * | t | ) | 
Output transition matrix.
| t | [in] pointer to a transion matrix | 
put_htkdata_info.c の 38 行で定義されています。
| void put_htk_var | ( | HTK_HMM_Var * | v | ) | 
Output variance vector (diagonal).
| v | [in] pointer to a variance data | 
put_htkdata_info.c の 60 行で定義されています。
参照元 put_htk_dens().
| void put_htk_dens | ( | HTK_HMM_Dens * | d | ) | 
Output a density information, mean and variance.
| d | [in] pointer to a density data | 
put_htkdata_info.c の 81 行で定義されています。
参照元 put_htk_state().
| void put_htk_state | ( | HTK_HMM_State * | s | ) | 
Output mixture component of a state.
| s | [in] pointer to HMM state | 
put_htkdata_info.c の 104 行で定義されています。
| void put_htk_hmm | ( | HTK_HMM_Data * | h | ) | 
Output HMM model, number of states and information for each state.
| h | [in] pointer to HMM model | 
put_htkdata_info.c の 125 行で定義されています。
| void put_logical_hmm | ( | HMM_Logical * | logical | ) | 
Output logical HMM data and its mapping status.
| logical | [in] pointer to a logical HMM | 
put_htkdata_info.c の 144 行で定義されています。
参照元 print_hmminfo().
| void put_hmm_arc | ( | HMM * | d | ) | 
Output transition arcs of an HMM instance.
| d | [in] pointer to a HMM instance. | 
put_htkdata_info.c の 160 行で定義されています。
参照元 put_hmm().
| void put_hmm_outprob | ( | HMM * | d | ) | 
Output output probability information of an HMM instance.
| d | [in] pointer to a HMM instance. | 
put_htkdata_info.c の 183 行で定義されています。
参照元 put_hmm().
| void put_hmm | ( | HMM * | d | ) | 
| void put_param_head | ( | HTK_Param_Header * | h | ) | 
Output parameter header.
| h | [in] pointer to a parameter header information | 
put_htkdata_info.c の 216 行で定義されています。
参照元 put_param().
| void put_vec | ( | VECT ** | p, | |
| int | num, | |||
| short | veclen | |||
| ) | 
Output array of vectors.
| p | [in] pointer to vector array represented as [0..num-1][0...veclen-1] | |
| num | [in] number of vectors in p | |
| veclen | [in] length of each vector | 
put_htkdata_info.c の 232 行で定義されています。
参照元 put_param().
| void put_param | ( | HTK_Param * | pinfo | ) | 
Output the whole parameter information, including header and all vectors.
| pinfo | [in] pointer to parameter structure. | 
put_htkdata_info.c の 252 行で定義されています。
| void put_param_info | ( | HTK_Param * | pinfo | ) | 
Output the length of an input parameter by number of frames and seconds.
| pinfo | [in] pointer to parameter structure. | 
put_htkdata_info.c の 264 行で定義されています。
| static int get_max_mixture_num | ( | HTK_HMM_INFO * | hmminfo | ) |  [static] | 
        
Get the maximum number of mixtures per state in a HMM definition.
| hmminfo | [in] HMM definition data. | 
put_htkdata_info.c の 282 行で定義されています。
参照元 print_hmmdef_info().
| void print_hmmdef_info | ( | HTK_HMM_INFO * | hmminfo | ) | 
Output total statistic informations of the HMM definition data.
| hmminfo | [in] HMM definition data. | 
put_htkdata_info.c の 300 行で定義されています。
参照元 print_info().
 1.5.0