sig2fv_main.cc (speech_tools-2.4-release) | : | sig2fv_main.cc (speech_tools-2.5.0-release) | ||
---|---|---|---|---|
skipping to change at line 186 | skipping to change at line 186 | |||
" processing does not need to be specified for this option to work. \ n" | " processing does not need to be specified for this option to work. \ n" | |||
" Permissable types are: \n" + sigpr_options_supported()+" \n" | " Permissable types are: \n" + sigpr_options_supported()+" \n" | |||
"-acc <string> list of acceleration (delta delta) processing \n" | "-acc <string> list of acceleration (delta delta) processing \n" | |||
" required. Basic processing does not need to be specified for \n" | " required. Basic processing does not need to be specified for \n" | |||
" this option to work. \n" | " this option to work. \n" | |||
" Permissable types are: \n" | " Permissable types are: \n" | |||
+ sigpr_options_supported()+"\n" | + sigpr_options_supported()+"\n" | |||
"-window_type <string> Type of window used on waveform. \n" | "-window_type <string> Type of window used on waveform. \n" | |||
" Permissable types are: \n" + | " Permissable types are: \n" + | |||
EST_Window::options_supported() + | EST_Window::options_supported() + | |||
" default: "DEFAULT_WINDOW"\n\n" | " default: \"DEFAULT_WINDOW\"\n\n" | |||
"-lpc_order <int> Order of lpc analysis. \n\n" | "-lpc_order <int> Order of lpc analysis. \n\n" | |||
"-ref_order <int> Order of lpc reflection coefficient analysis. \n\ n" | "-ref_order <int> Order of lpc reflection coefficient analysis. \n\ n" | |||
"-cep_order <int> Order of lpc cepstral analysis.\n\n" | "-cep_order <int> Order of lpc cepstral analysis.\n\n" | |||
"-melcep_order <int> Order of Mel cepstral analysis.\n\n" | "-melcep_order <int> Order of Mel cepstral analysis.\n\n" | |||
"-fbank_order <int> Order of filter bank analysis.\n\n" | "-fbank_order <int> Order of filter bank analysis.\n\n" | |||
"-preemph <float> Perform pre-emphasis with this factor.\n\n" | "-preemph <float> Perform pre-emphasis with this factor.\n\n" | |||
"-lifter <float> lifter coefficient.\n\n" | "-lifter <float> lifter coefficient.\n\n" | |||
"-usepower use power rather than energy in filter bank \n" | "-usepower use power rather than energy in filter bank \n" | |||
" analysis\n\n"+ | " analysis\n\n"+ | |||
"-include_c0 include cepstral coefficient 0\n\n" | "-include_c0 include cepstral coefficient 0\n\n" | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |