This website works better with JavaScript.
首頁
說明
登入
hms
/
aptdec
镜像来自
https://github.com/Xerbo/aptdec
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
7
Wiki
Activity
瀏覽代碼
Slight changes to syncing
tags/v1.8.0
Xerbo
4 年之前
父節點
6a05b7a9c1
當前提交
55e7402f88
共有
1 個文件被更改
,包括
3 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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) {
Write
Preview
Loading…
取消
儲存