How do you find the frequency of a Fourier series?
The Fourier series uses sine functions with fundamental frequency = 2π and its harmonics to obtain the sine function with the frequency 10π. So a5 is the 5th coefficient of Fourier series using frequency 10π to obtain the sin(10πt+π/6) function.
How do you read frequencies in FFT?
The first bin in the FFT is DC (0 Hz), the second bin is Fs / N , where Fs is the sample rate and N is the size of the FFT. The next bin is 2 * Fs / N . To express this in general terms, the nth bin is n * Fs / N .