This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | F_ENERGY 0x0040 | 
_E log energy coef.  | |
| #define | F_ENERGY_SUP 0x0080 | 
_N (with _E) suppress absolute energy  | |
| #define | F_DELTA 0x0100 | 
_D delta (first-order regression) coef.  | |
| #define | F_ACCL 0x0200 | 
_A (with _D) acceleration (second-order) coef.  | |
| #define | F_COMPRESS 0x0400 | 
_C compressed  | |
| #define | F_CEPNORM 0x0800 | 
_Z cepstral mean normalization  | |
| #define | F_CHECKSUM 0x1000 | 
_K CRC checksum added  | |
| #define | F_ZEROTH 0x2000 | 
_0 (with MFCC) 0'th cepstral parameter  | |
| #define | F_BASEMASK 0x003f | 
| Mask to extract qualifiers.  | |
| #define | BINHMM_HEADER "JBINHMM\n" | 
| Header string to detect binary HMM file.  | |
Enumerations | |
| enum | parameter_type {  F_WAVEFORM, F_LPC, F_LPREFC, F_LPCEPSTRA, F_LPDELCEP, F_IREFC, F_MFCC, F_FBANK, F_MELSPEC, F_USER, F_DISCRETE, F_ERR_INVALID }  | 
| Definition of input parameter types derived from HTK.  More... | |
| enum | {  C_DIAG_C, C_INV_DIAG, C_FULL, C_LLT, C_XFORM }  | 
| Covariance matrix types: only C_INV_DIAG is supported in Julius.  More... | |
| enum | { D_NULL, D_POISSON, D_GAMMA, D_GEN } | 
| Duration model types: No duration model is supported in Julius, so only D_NULL is acceptable.  More... | |
Definition in file htk_defs.h.
      
  | 
  
| 
 Definition of input parameter types derived from HTK. 
 
 Definition at line 40 of file htk_defs.h.  | 
  
      
  | 
  
| 
 Covariance matrix types: only C_INV_DIAG is supported in Julius. 
 
 Definition at line 68 of file htk_defs.h.  | 
  
      
  | 
  
| 
 Duration model types: No duration model is supported in Julius, so only D_NULL is acceptable. 
 Definition at line 76 of file htk_defs.h.  | 
  
 1.4.2