From 3e49dfacc5c495492bb327e3cc8bdc42b98aa3f6 Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Mon, 10 Jan 2022 10:34:08 +0100 Subject: [PATCH] Improve ft8 decoder sensitivity for Normal and Deep settings --- lib/ft8_decode.f90 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/ft8_decode.f90 b/lib/ft8_decode.f90 index 73d0f8c2a..c0b0584f4 100644 --- a/lib/ft8_decode.f90 +++ b/lib/ft8_decode.f90 @@ -145,8 +145,9 @@ contains if(ndepth.eq.1) npass=1 do ipass=1,npass newdat=.true. - syncmin=1.3 - if(ndepth.le.2) syncmin=1.6 + syncmin=1.2 + if(ndepth.eq.1) syncmin=1.6 + if(ndepth.eq.2) syncmin=1.4 if(ipass.eq.1) then lsubtract=.true. ndeep=ndepth