From f1c8f041361bd8bb69e97655fc6e9771adf1d206 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 4 Aug 2020 14:18:23 -0400 Subject: [PATCH] Report failed QRA66 decode as SNR = -22 dB. --- 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 f914a1fb2..3f4b63f4a 100644 --- a/lib/qra66_decode.f90 +++ b/lib/qra66_decode.f90 @@ -135,7 +135,7 @@ contains irc,qual,ntrperiod,fmid,w50) else snr2=0. - nsnr=nint(db(sync)) + nsnr=-22 !### TEMPORARY? ### call this%callback(nutc,sync,nsnr,xdt,f0,decoded, & irc,qual,ntrperiod,fmid,w50)