From 6c8c9183aae50b683c402ea6efdf2b5af85c476e Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 5 Aug 2020 11:16:56 -0400 Subject: [PATCH] SNR for QRA66 non-decodes now set to -25. --- lib/qra66_decode.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/qra66_decode.f90 b/lib/qra66_decode.f90 index 0fdd47579..6eb76352d 100644 --- a/lib/qra66_decode.f90 +++ b/lib/qra66_decode.f90 @@ -137,7 +137,7 @@ contains irc,qual,ntrperiod,fmid,w50) else snr2=0. - nsnr=-22 + nsnr=-25 !### TEMPORARY? ### call this%callback(nutc,sync,nsnr,xdt,f0,decoded, & irc,qual,ntrperiod,fmid,w50)