From 76566aca7b809ac88a3ac9ad90da4402d97c14f3 Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Mon, 15 Jun 2020 13:56:35 -0500 Subject: [PATCH] Detune the Normal decode setting a bit to reduce false decodes even more. --- lib/ft8/ft8b.f90 | 4 ++-- lib/ft8_decode.f90 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ft8/ft8b.f90 b/lib/ft8/ft8b.f90 index 08a49783f..b4b8c737b 100644 --- a/lib/ft8/ft8b.f90 +++ b/lib/ft8/ft8b.f90 @@ -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 diff --git a/lib/ft8_decode.f90 b/lib/ft8_decode.f90 index 56a813d35..26b12d6c9 100644 --- a/lib/ft8_decode.f90 +++ b/lib/ft8_decode.f90 @@ -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