This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
My goal is to compute 1mega point FFT using c6678.I have used single precision fft example, available with Dsplib versrion 3.4.Using this example I have computed FFTs of 1K,64K ,128K and 256K points.On comparig th results with matlab I have observed that the FFT lib function work fine for points less than and equal to 64k but for points greater than and equal to 128k results computed from lib function do not match with Matlab.Kindly guide me how I can take 1MEGA point FFT using single core of c6678
Regards
I have tried only following DSPLIB, single precision FFT function "DSPF_sp_fft_SPxSP"
can you guide me which function of FFTLIB will be suitable for my case also share sample code pls.
regards