[DSP编程] C64x+里面的dsplib库函数

[复制链接]
 楼主| yueliangruying 发表于 2015-4-12 22:32 | 显示全部楼层 |阅读模式
如题,比如dsplib中
void DSP_fir_gen_cn (
    const short *restrict x,    /* Input array [nr+nh-1 elements] */
    const short *restrict h,    /* Coeff array [nh elements]      */
    short       *restrict r,    /* Output array [nr elements]     */
    int nh,                     /* Number of coefficients         */
    int nr                      /* Number of output samples       */
);
x和h中间会填32 bytes数据,这些数据是怎么得到的呢?
 楼主| yueliangruying 发表于 2015-4-13 23:25 | 显示全部楼层
没人知道么,:'(,自己顶一下
SilentLove 发表于 2015-4-18 13:04 | 显示全部楼层
滤波器库函数  x对应你要滤波的波形数据 h是你的滤波器系数  r输出经过滤波之后的波形数据
您需要登录后才可以回帖 登录 | 注册

本版积分规则

8

主题

122

帖子

0

粉丝
快速回复 在线客服 返回列表 返回顶部

8

主题

122

帖子

0

粉丝
快速回复 在线客服 返回列表 返回顶部