mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 12:52:28 -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)
|
close(30)
|
||||||
|
|
||||||
nsubmode=mode_q65-1
|
nsubmode=mode_q65-1
|
||||||
nfa=100
|
nfa=990 !Tight limits around ipk for the wideband decode
|
||||||
nfb=1900
|
nfb=1010
|
||||||
if(nagain.eq.1) then
|
if(nagain.eq.1) then !For nagain=1, use limits of +/- ntol
|
||||||
nfa=max(100,1000-ntol)
|
nfa=max(100,1000-ntol)
|
||||||
nfb=min(2500,1000+ntol)
|
nfb=min(2500,1000+ntol)
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user