mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Make a change to decrease the number of false decodes.
This commit is contained in:
parent
68efcca51d
commit
db773cf7dd
@ -175,7 +175,7 @@ subroutine ft8b(dd0,newdat,nQSOProgress,nfqso,nftx,ndepth,nzhsym,lapon, &
|
||||
enddo
|
||||
! hard sync sum - max is 21
|
||||
nsync=is1+is2+is3
|
||||
if(nsync .le. 6) then ! bail out
|
||||
if(nsync .le. 7) then ! bail out
|
||||
nbadcrc=1
|
||||
return
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user