I have an FFT result. These are stored in two double arrays: a real part array and an imaginary part array. How do I determine the frequencies that correspond t
double
Your kth FFT result's frequency is 2*pi*k/N.