소스 검색

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;


불러오는 중...
취소
저장