mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Fix a bug that caused many false decodes in JT65 VHF/UHF operation, when AP decoding was enabled.
This commit is contained in:
parent
a87f3d3a27
commit
b842ab7416
@ -57,8 +57,9 @@ subroutine sync65(nfa,nfb,naggressive,ntol,nqsym,ca,ncand,nrobust, &
|
||||
freq=i*df
|
||||
itry=0
|
||||
! if(naggressive.gt.0 .and. ntol.lt.1000 .and. ccfmax.ge.thresh0) then
|
||||
if(naggressive.gt.0 .and. ccfmax.ge.thresh0) then
|
||||
if(i.ne.ipk) cycle
|
||||
! if(naggressive.gt.0 .and. ccfmax.ge.thresh0) then
|
||||
if(bVHF) then
|
||||
if(i.ne.ipk .or. ccfmax.lt.thresh0) cycle
|
||||
itry=1
|
||||
ncand=ncand+1
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user