mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Revert "Improve ft8 decoder sensitivity for Normal and Deep settings"
This reverts commit 3e49dfacc5
.
This commit is contained in:
parent
9d7f323231
commit
fc40770960
@ -167,9 +167,8 @@ contains
|
||||
if(ndepth.eq.1) npass=1
|
||||
do ipass=1,npass
|
||||
newdat=.true.
|
||||
syncmin=1.2
|
||||
if(ndepth.eq.1) syncmin=1.6
|
||||
if(ndepth.eq.2) syncmin=1.4
|
||||
syncmin=1.3
|
||||
if(ndepth.le.2) syncmin=1.6
|
||||
if(ipass.eq.1) then
|
||||
lsubtract=.true.
|
||||
ndeep=ndepth
|
||||
|
Loading…
Reference in New Issue
Block a user