I have been trying to use DSP_fft32x32 I have looked into the example under C:\ti\dsplib_c66x_3_4_0_2\examples\fft_ex\fft_example.c;
I just can't get the same results as matlab by try an error I noticed that the input samples should change between -1 and 1 and then scale by 2147483648 and then shifting right as below:
The output needs to be scaled back as far as I experienced thought not too sure what I am doing ...
1) I searched the forum before posting the question and all says it's been answered previously but I can't find anything relevant. Please let me know if you any experience.
2) I also found DSPF_dp_fftDPxDP but I have no clue how it would perform better than DSP_fft32x32? I have a hard time understanding "DSPF_sp_fftSPxSP_cn.c is the natural C equivalent of the optimized linear assembly code without restrictions". :-)
I'd appreciate your valuable comments.
Regards