mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 04:28:36 -04:00
Set tight limits around ipk for the wideband Q65 decode.
This commit is contained in:
parent
82bd3694d0
commit
858cd4e483
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user