#include <htk_param.h>
HTK_Paramのコラボレーション図

変数 | |
| HTK_Param_Header | header | 
| Parameter header information  | |
| unsigned int | samplenum | 
| Number of sample (same in header.samplenum)  | |
| short | veclen | 
| Vector length of a sample  | |
| VECT ** | parvec | 
| Actual parameter vectors [0..samplenum-1][0..veclen-1]  | |
| short | veclen_alloc | 
| Allocated vector length of a sample  | |
| unsigned int | samplenum_alloc | 
| Alllocated number of samples  | |
| BMALLOC_BASE * | mroot | 
| Pointer for block memory allocation  | |
htk_param.h の 76 行で定義されています。
 1.5.1