Hi,all
I'm using fft functions from dsplibrary_v210. For the function DSP_fft16,
the result is significantly different from the result generated by matlab.
Minor difference is acceptable because of computation precision.
In the document spra884a, it mentions that input data is scaled for preventing
overflow. In my case input data is small,just integer from 0 to 31 for
a 16 point FFT. The same is with DSP_fft16r. But DSP_fft16x32 works well.
Best Regards
Jogging