mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-12 15:16:41 -05:00
Slightly reduce number of false decodes
This commit is contained in:
parent
ab89d70b6a
commit
b68e90ae88
@ -451,11 +451,11 @@ subroutine ft8b(dd0,newdat,nQSOProgress,nfqso,nftx,ndepth,nzhsym,lapon, &
|
||||
if(.not.nagain) then
|
||||
xsnr=xsnr2
|
||||
endif
|
||||
if(nsync.le.6 .and. xsnr.lt.-26.0) then !bail out, likely false decode
|
||||
if(nsync.le.6 .and. xsnr.lt.-25.0) then !bail out, likely false decode
|
||||
nbadcrc=1
|
||||
return
|
||||
endif
|
||||
if(xsnr .lt. -26.0) xsnr=-26.0
|
||||
if(xsnr .lt. -25.0) xsnr=-25.0
|
||||
return
|
||||
enddo
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user