소스 검색

Slight changes to syncing

tags/v1.8.0
Xerbo 4 년 전
부모
커밋
55e7402f88
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      dsp.c

+ 3
- 3
dsp.c 파일 보기

@@ -245,10 +245,10 @@ int getpixelrow(float *pixelv, int nrow, int *zenith) {
}

// The point in which the pixel offset is recalculated
/*if (corr < 0.75 * max) {
synced = 0;
if (corr < 0.75 * max) {
//synced = 0;
FreqLine = 1.0;
}*/
}
max = corr;

if (synced < 8) {


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