Hi!
I have to filter a 512 *512 image (.raw file).
Just to familiarise with the functions for 16 bit FFT, IFFT and twiddle factor generators, I tried to take FFT and IFFT of a single row (consisting of 512 elements) of the data.
The IFFT doesn't give the original data. The IFFT result doesn't seem to have any relation with the original data.
Is there any sort of scaling done while calculating the FFT or IFFT.
Thank you
Sohal