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.

c6713 DSP 使用FFT 计算点数超过2048点



在C6713上实现计算点数超过2048点的FFT(在主函数中进行),要求在FFT计算的同时可以正常响应中断。

请问在这种使用条件下有啥建议?

PS:以下尝试不可取

使用DSPLIB库,其运算期间不允许响应中断;

使用DSPLIB的源码,效率低,计算速度慢

  • 在线等回复!

    这个是困扰很久的问题。

    1、急求一个可以应用的FFT。

    中断是98us一次。主函数中的FFT要求在200ms内计算完毕。

    2、解决DSPLIB库的FFT不响应中断问题。不能用源码,原因是其效率低,计算周期长