Detune the Normal decode setting a bit to reduce false decodes even more.

This commit is contained in:
Steven Franke 2020-06-15 13:56:35 -05:00 committed by Bill Somerville
parent e987de87b0
commit 72a1a03db1
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
2 changed files with 3 additions and 3 deletions

View File

@ -403,9 +403,9 @@ subroutine ft8b(dd0,newdat,nQSOProgress,nfqso,nftx,ndepth,nzhsym,lapon, &
dmin=0.0
norder=2
maxosd=2
if(ndepth.eq.2) maxosd=1
if(ndepth.eq.2) maxosd=0
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
maxosd=2
endif

View File

@ -145,7 +145,7 @@ contains
do ipass=1,npass
newdat=.true.
syncmin=1.3
if(ndepth.le.2) syncmin=1.5
if(ndepth.le.2) syncmin=1.6
if(ipass.eq.1) then
lsubtract=.true.
ndeep=ndepth