mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-04 07:42:28 -04:00
Eliminate a few more false decodes.
This commit is contained in:
parent
a65bffb00b
commit
db6d3c9e84
@ -454,7 +454,7 @@ subroutine ft8b(dd0,newdat,nQSOProgress,nfqso,nftx,ndepth,nzhsym,lapon, &
|
|||||||
if(.not.nagain) then
|
if(.not.nagain) then
|
||||||
xsnr=xsnr2
|
xsnr=xsnr2
|
||||||
endif
|
endif
|
||||||
if(nsync.le.9 .and. xsnr.lt.-25.0) then !bail out, likely false decode
|
if(nsync.le.10 .and. xsnr.lt.-24.0) then !bail out, likely false decode
|
||||||
nbadcrc=1
|
nbadcrc=1
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user