Hi,
I have a question about ifft function which comes with DSP Library.
My knowledge about fft and ifft is not very much. So I hope you answer my question. Here it is:
On sprueb8b.pdf it is written for DSP_ifft32x32 that "This routine computes an extended precision complex inverse mixed radix FFT with rounding and digit reversal." Is that mean the input array must be in symmetric order? Let me tell my question in detail. x input array include 1024 samples and FFT size is 1024. So x[512] means to highest frequency component. Am i right? I think I must copy the last 512 input samples to the beginning in symmetric order?
Burhan.