This question already has an answer here:
- How do I obtain the frequencies of each value in an FFT? 5 answers
I have a plot of the fourier transform of a signal. The fourier transform of the signal is plotted vs. its index numbers. I am given the sampling frequency (Fs) and the total number of samples (N), as well as the indices for the two largest peaks in the sample. I am looking to find the beats per minute of the signal with this information. My first guess would be that it is the total number of samples divided by the index of the largest peak (N/(largest index). However, I feel as though something should be done with the second maximum peak. I am confused on where the indices come into play. Any help would be appreciated.