I'm curious about "frame blocking" which is the first step of feauture extraction as i saw in web site. It says that these steps should be follow for feature extraction of an audio:
- frame blocking
- windowing
- fft
- mel-frequency warping
- cepstrum
What does "frame blocking" mean? Can anyone give an algorithm or code(c#) for that?
By the way, is this order of step true for feature extraction?
What should I do as "pre-filtering" an aduio before feature extraction?
Thanks.