From 14c4164651cd927a88a254ff97c65321d85b55c1 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 30 Jan 2021 14:52:53 -0500 Subject: [PATCH] Remove the if(snr1.lt.2.8) test, for now. --- lib/q65_decode.f90 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/q65_decode.f90 b/lib/q65_decode.f90 index d76e12087..7f9b516ec 100644 --- a/lib/q65_decode.f90 +++ b/lib/q65_decode.f90 @@ -140,11 +140,11 @@ contains go to 100 endif - if(snr1.lt.2.8) then - dtdec=0. !No reliable sync, abandon decoding attempt - f0dec=0. - go to 100 - endif +! if(snr1.lt.2.8) then +! dtdec=0. !No reliable sync, abandon decoding attempt +! f0dec=0. +! go to 100 +! endif ! Prepare for a single-period decode woth iaptype = 0, 1, or 2 (also 4?) jpk0=(xdt+1.0)*6000 !Index of nominal start of signal