#include <sent/stddefs.h>
#include <sent/htk_hmm.h>
#include <sent/htk_param.h>
#include <sent/hmm.h>
#include <sent/hmm_calc.h>
| 関数 | |
| void | put_htk_trans (FILE *fp, HTK_HMM_Trans *t) | 
| Output transition matrix. | |
| void | put_htk_var (FILE *fp, HTK_HMM_Var *v) | 
| Output variance vector (diagonal). | |
| void | put_htk_dens (FILE *fp, HTK_HMM_Dens *d) | 
| Output a density information, mean and variance. | |
| void | put_htk_state (FILE *fp, HTK_HMM_State *s) | 
| Output mixture component of a state. | |
| void | put_htk_hmm (FILE *fp, HTK_HMM_Data *h) | 
| Output HMM model, number of states and information for each state. | |
| void | put_logical_hmm (FILE *fp, HMM_Logical *logical) | 
| Output logical HMM data and its mapping status. | |
| void | put_hmm_arc (FILE *fp, HMM *d) | 
| Output transition arcs of an HMM instance. | |
| void | put_hmm_outprob (FILE *fp, HMM *d) | 
| Output output probability information of an HMM instance. | |
| void | put_hmm (FILE *fp, HMM *d) | 
| Output an HMM instance. | |
| void | put_param_head (FILE *fp, HTK_Param_Header *h) | 
| Output parameter header. | |
| void | put_vec (FILE *fp, VECT **p, int num, short veclen) | 
| Output array of vectors. | |
| void | put_param (FILE *fp, HTK_Param *pinfo) | 
| Output the whole parameter information, including header and all vectors. | |
| void | put_param_info (FILE *fp, HTK_Param *pinfo) | 
| Output the length of an input parameter by number of frames and seconds. | |
| static int | get_max_mixture_num (HTK_HMM_INFO *hmminfo) | 
| Get the maximum number of mixtures per state in a HMM definition. | |
| void | print_hmmdef_info (FILE *fp, HTK_HMM_INFO *hmminfo) | 
| Output total statistic informations of the HMM definition data. | |
| 変数 | |
| static char | buf [512] | 
| Local work area for text handling | |
put_htkdata_info.c で定義されています。
| void put_htk_trans | ( | FILE * | fp, | |
| HTK_HMM_Trans * | t | |||
| ) | 
Output transition matrix.
| fp | [in] file descriptor | |
| t | [in] pointer to a transion matrix | 
put_htkdata_info.c の 41 行で定義されています。
参照元 check_hmm_limit(), と put_htk_hmm().
| void put_htk_var | ( | FILE * | fp, | |
| HTK_HMM_Var * | v | |||
| ) | 
Output variance vector (diagonal).
| fp | [in] file descriptor | |
| v | [in] pointer to a variance data | 
put_htkdata_info.c の 65 行で定義されています。
参照元 put_htk_dens().
| void put_htk_dens | ( | FILE * | fp, | |
| HTK_HMM_Dens * | d | |||
| ) | 
Output a density information, mean and variance.
| fp | [in] file descriptor | |
| d | [in] pointer to a density data | 
put_htkdata_info.c の 88 行で定義されています。
参照元 put_htk_state().
| void put_htk_state | ( | FILE * | fp, | |
| HTK_HMM_State * | s | |||
| ) | 
Output mixture component of a state.
| fp | [in] file descriptor | |
| s | [in] pointer to HMM state | 
put_htkdata_info.c の 113 行で定義されています。
参照元 put_hmm_outprob(), と put_htk_hmm().
| void put_htk_hmm | ( | FILE * | fp, | |
| HTK_HMM_Data * | h | |||
| ) | 
Output HMM model, number of states and information for each state.
| fp | [in] file descriptor | |
| h | [in] pointer to HMM model | 
put_htkdata_info.c の 136 行で定義されています。
| void put_logical_hmm | ( | FILE * | fp, | |
| HMM_Logical * | logical | |||
| ) | 
Output logical HMM data and its mapping status.
| fp | [in] file descriptor | |
| logical | [in] pointer to a logical HMM | 
put_htkdata_info.c の 157 行で定義されています。
参照元 print_hmminfo().
| void put_hmm_arc | ( | FILE * | fp, | |
| HMM * | d | |||
| ) | 
| void put_hmm_outprob | ( | FILE * | fp, | |
| HMM * | d | |||
| ) | 
| void put_hmm | ( | FILE * | fp, | |
| HMM * | d | |||
| ) | 
| void put_param_head | ( | FILE * | fp, | |
| HTK_Param_Header * | h | |||
| ) | 
Output parameter header.
| fp | [in] file descriptor | |
| h | [in] pointer to a parameter header information | 
put_htkdata_info.c の 237 行で定義されています。
参照元 put_param().
| void put_vec | ( | FILE * | fp, | |
| VECT ** | p, | |||
| int | num, | |||
| short | veclen | |||
| ) | 
Output array of vectors.
| fp | [in] file descriptor | |
| 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 の 255 行で定義されています。
参照元 put_param().
| void put_param | ( | FILE * | fp, | |
| HTK_Param * | pinfo | |||
| ) | 
Output the whole parameter information, including header and all vectors.
| fp | [in] file descriptor | |
| pinfo | [in] pointer to parameter structure. | 
put_htkdata_info.c の 277 行で定義されています。
| void put_param_info | ( | FILE * | fp, | |
| HTK_Param * | pinfo | |||
| ) | 
Output the length of an input parameter by number of frames and seconds.
| fp | [in] file descriptor | |
| pinfo | [in] pointer to parameter structure. | 
put_htkdata_info.c の 291 行で定義されています。
| 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 の 310 行で定義されています。
参照元 print_hmmdef_info().
| void print_hmmdef_info | ( | FILE * | fp, | |
| HTK_HMM_INFO * | hmminfo | |||
| ) | 
Output total statistic informations of the HMM definition data.
| fp | [in] file descriptor | |
| hmminfo | [in] HMM definition data. | 
put_htkdata_info.c の 329 行で定義されています。
参照元 print_engine_info().
 1.5.4
 1.5.4