mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 16:42:12 -05:00
Detune the Normal decode setting a bit to reduce false decodes even more.
This commit is contained in:
parent
6586e99d0a
commit
76566aca7b
@ -403,9 +403,9 @@ subroutine ft8b(dd0,newdat,nQSOProgress,nfqso,nftx,ndepth,nzhsym,lapon, &
|
|||||||
dmin=0.0
|
dmin=0.0
|
||||||
norder=2
|
norder=2
|
||||||
maxosd=2
|
maxosd=2
|
||||||
if(ndepth.eq.2) maxosd=1
|
if(ndepth.eq.2) maxosd=0
|
||||||
if(ndepth.eq.1) maxosd=-1
|
if(ndepth.eq.1) maxosd=-1
|
||||||
if(ndepth.ge.2 .and. &
|
if(ndepth.eq.3 .and. &
|
||||||
(abs(nfqso-f1).le.napwid .or. abs(nftx-f1).le.napwid .or. ncontest.eq.7)) then
|
(abs(nfqso-f1).le.napwid .or. abs(nftx-f1).le.napwid .or. ncontest.eq.7)) then
|
||||||
maxosd=2
|
maxosd=2
|
||||||
endif
|
endif
|
||||||
|
@ -145,7 +145,7 @@ contains
|
|||||||
do ipass=1,npass
|
do ipass=1,npass
|
||||||
newdat=.true.
|
newdat=.true.
|
||||||
syncmin=1.3
|
syncmin=1.3
|
||||||
if(ndepth.le.2) syncmin=1.5
|
if(ndepth.le.2) syncmin=1.6
|
||||||
if(ipass.eq.1) then
|
if(ipass.eq.1) then
|
||||||
lsubtract=.true.
|
lsubtract=.true.
|
||||||
ndeep=ndepth
|
ndeep=ndepth
|
||||||
|
Loading…
Reference in New Issue
Block a user