Other Parts Discussed in Thread: FFTLIB
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