Set tight limits around ipk for the wideband Q65 decode.

This commit is contained in:
Joe Taylor 2021-05-24 12:03:27 -04:00
parent 82bd3694d0
commit 858cd4e483

View File

@ -118,9 +118,9 @@ subroutine q65b(nutc,nqd,fcenter,nfcal,nfsample,ikhz,mousedf,ntol,xpol, &
close(30)
nsubmode=mode_q65-1
nfa=100
nfb=1900
if(nagain.eq.1) then
nfa=990 !Tight limits around ipk for the wideband decode
nfb=1010
if(nagain.eq.1) then !For nagain=1, use limits of +/- ntol
nfa=max(100,1000-ntol)
nfb=min(2500,1000+ntol)
endif