你好,请问C674X的dsp库中的FIR滤波函数DSPF_sp_fir_r2(const float * x, const float * h, float *restrict r, const int nh, const int nr)中的滤波系数数组h[nh]是怎么求的,应该怎样的到?
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.
你好,请问C674X的dsp库中的FIR滤波函数DSPF_sp_fir_r2(const float * x, const float * h, float *restrict r, const int nh, const int nr)中的滤波系数数组h[nh]是怎么求的,应该怎样的到?