end of filter bank and cepstral analysis More...
Functions | |
float | Hz2Mel (float frequency_in_Hertz) |
float | Mel2Hz (float frequency_in_Mel) |
end of filter bank and cepstral analysis
These are functions used in filter bank and cepstral analysis.
float Hz2Mel | ( | float | frequency_in_Hertz | ) |
Convert Hertz to Mel. The Mel scale is defined by
Definition at line 790 of file sigpr_frame.cc.
float Mel2Hz | ( | float | frequency_in_Mel | ) |