mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 12:38:53 -04:00
Filter out very weak FT8 false decodes.
This commit is contained in:
parent
76a846a319
commit
e770e967e6
@ -454,7 +454,7 @@ subroutine ft8b(dd0,newdat,nQSOProgress,nfqso,nftx,ndepth,nzhsym,lapon, &
|
||||
if(.not.nagain) then
|
||||
xsnr=xsnr2
|
||||
endif
|
||||
if(nsync.le.7 .and. xsnr.lt.-24.0) then !bail out, likely false decode
|
||||
if(nsync.le.9 .and. xsnr.lt.-25.0) then !bail out, likely false decode
|
||||
nbadcrc=1
|
||||
return
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user