|
Designing a set of mel filters
The files below show how you can compute the coefficients for the
triangle-shaped window functions for a mel-scaled filter set. Some intermediate
results are also displayed.
melfilter.m : Compute mel filterbank
given number of channels, sampling frequency and FFT window length
mel2freq.m : Convert a frequency from
mel scale to linear scale
freq2mel.m : Convert a frequency from
linear scale to mel scale
|