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.

DSP代码优化



我的dsp型号为tmsc6747 ,我下载6747支持的dsplib库,调用里面的void DSPF_sp_fir_gen_cn( float *x,  const float *h,    float *y,    int nh,    int ny) ,输入为100K个float类型的数据,h的阶数为507 ,但是执行此函数需要接近两分钟的时间,怎么提高效率,缩短时间??