fft and wavelets
问题 I can use fft to get the, frequencies, phases and magnitude of a loaded 1 second audio file of person saying "ahhhh" and recreate it. What I'm trying to do now is to find out where each of those frequencies begin and where they end in the 1 second audio file and place the data into an array Example:100hz starts at .23seconds to .34seconds, 104.34hz starts at .35seconds and ends at .37seconds. Can fft's do this or do I need to shift my whole program to use wavelets? Also are there any wavelet