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

変数 | |
| CMEAN * | clist |
| List of MFCC sum for previous inputs | |
| int | clist_max |
| Allocated number of CMEAN in clist | |
| int | clist_num |
| Currentlly filled CMEAN in clist | |
| float | cweight |
| Weight of initial cepstral mean | |
| float * | cmean_init |
| Initial cepstral mean for each input | |
| float * | cvar_init |
| Inisial cepstral standard deviation for each input | |
| int | mfcc_dim |
| base MFCC dimension (to apply CMN) | |
| int | veclen |
| full MFCC vector length | |
| boolean | mean |
| TRUE if CMN is enabled | |
| boolean | var |
| TRUE if CVN is enabled | |
| boolean | cmean_init_set |
| TRUE if cmean_init (and cvar_init) was set | |
| CMEAN | now |
| Work area to hold current cepstral mean | |
1.5.1