Hello, I am a beginner in C66x dsps and i am quite interested in it!
The question is that i debug a project in the path "Texas Instruments\dsplib_c66x_3_0_7",the name of project is DSPF_sp_fftSPxSP_66_LE_ELF.
I want to do a 1024 float fft ,before fft I use t1=clock(),after fft I use t2=clock();then t=t2-t1=378748,because the c6678 is 1.25GHZ,so I calculate,the time of fft is 302us,it is too long ,In the data AVNET offered,for single precison floating point fft ,2048pt,radix 4,c66x@1.25GHZ the time is 14us.I want to know why this happen?I use simulator ,does it matter?
Thanks in advance!