I need some help determining the frequencies of these small peaks. I know it should just be a FFT of the original function, but I am having trouble with the practical implementation.
Can someone help me how to do this - preferable using matlab.
I need some help determining the frequencies of these small peaks. I know it should just be a FFT of the original function, but I am having trouble with the practical implementation.
Can someone help me how to do this - preferable using matlab.
You can try the last half of calculating a cepstrum. Take the log magnitude and FFT it. If there are enough peaks, it might give you a rough periodicity average.