hello:
I test the complex FFT demo in the mcsdk on the EVM, I found that ,for example,1K point FFT cycles are N, and 2K point FFT cycles are 2*N , and 4K point FFT cycles are 4*N, and when the points are 8K, the cycles are about 20*N cycles, about Five times of the 4K points, not Double time; and then 16K points FFT cycles are 40*N cycle。The
difference is from the 4K points to 8K points, I think it maybe have relationship with L1D cache,because the 4K points complex FFT data are just 32KB, the same size with L1D cache, I don't know wether my guess is right, can anyone help me?
Thanks!