This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

FPU-FFT input data

Hi,

I am measuring a frequency using the ADC (200ksps) and saving the samples into an array. I save 128 samples then move that data to the fft module to check what the signal is composed of. Here is where I am unsure if I need to change my data. The samples are spaced 5us apart with varying amplitudes - So I have XY coordinates. Do I have to change these points to polar form or leave as is and dump the data into the fft function? Or am I missing something very important?

I am still using the FPU FFT example to try understand the process.

Thank you for your help!!! Slight smile

Regards,

Phillip

Related