C64x+里面的dsplib库函数
如题,比如dsplib中void DSP_fir_gen_cn (
const short *restrict x, /* Input array */
const short *restrict h, /* Coeff array */
short *restrict r, /* Output array */
int nh, /* Number of coefficients */
int nr /* Number of output samples */
);
x和h中间会填32 bytes数据,这些数据是怎么得到的呢? 没人知道么,:'(,自己顶一下 滤波器库函数x对应你要滤波的波形数据 h是你的滤波器系数r输出经过滤波之后的波形数据
页:
[1]