|
SphinxBase 5prealpha
|
wrapper of operation of the cepstral mean normalization. More...
#include <cmn.h>
Data Fields | |
| mfcc_t * | cmn_mean |
| Temporary variable: current means. More... | |
| mfcc_t * | cmn_var |
| Temporary variables: stored the cmn variance. More... | |
| mfcc_t * | sum |
| The sum of the cmn frames. More... | |
| int32 | nframe |
| Number of frames. More... | |
| int32 | veclen |
| Length of cepstral vector. More... | |
| mfcc_t* cmn_t::cmn_var |