浏览代码

small raw ouput gain change

tags/v1.5
Thierry Leconte 21 年前
父节点
当前提交
b8d7bc7110
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      dsp.c

+ 1
- 1
dsp.c 查看文件

@@ -118,7 +118,7 @@ int n;
}
mult=(double)Fi*fr/Fc*FreqLine;
pvbuff[n]=rsfir(&(ambuff[idxam]),rsfilter,RSFilterLen,offset,mult)*mult*3*256.0;
pvbuff[n]=rsfir(&(ambuff[idxam]),rsfilter,RSFilterLen,offset,mult)*mult*2*256.0;
shift=(int)((RSMULT-offset+mult-1)/mult);
offset=shift*mult+offset-RSMULT;


正在加载...
取消
保存