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.
各位,
1.将程序放在内存中带仿真器调试,FFT的运行时间和文档《FPU_SW_LIB_UG.pdf》描述的差不多,但是把它烧在flash中带仿真器运行,这个时间相差的蛮大,时间至少长了15us左右(我把调用CFFT_f32的函数和CFFT_f32本身都指定到ramfuncs段中去运行了,#pragma CODE_SECTION(XXXXX, "ramfuncs");。为什么会有那么大的差距呢,这些关键的函数都放在RAM中运行,应该执行时间是一样的啊。
2.在FPU的库中有CFFT_f32和ICFFT_f32,但是针对实数FFT只有RFFT_f32,为什么没有IRFFT_f32呢,难道有别的函数可以代替?
谢谢!