I am trying to compute the FFT transform using the FPU lib provided in Control Suite. Let me explain my experiment: My signal generator is giving me a sinusoidal wave which ranges from 500mV to 2.5V at aproximately 937 Hz. I am computing this data with the ADC at a frequency of 48 KHz and applying the FFT algorithm on it (2833x_RFFT_ADC_RT, provided on Control Suite). Looking at RFFTmagBuff[10] I find my highest value, which is around 82 is and correct in my program because each step on this buffer is equal to 9.37 Hz, but I don't understand exactly what it means. I first use the RFFT_adc_f32u() to compute the fixed point FFT and then use the RFFT_f32_mag to compute the floating point FFT, is that correct?
Luiz Moreira
