mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -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
|
enddo
|
||||||
! hard sync sum - max is 21
|
! hard sync sum - max is 21
|
||||||
nsync=is1+is2+is3
|
nsync=is1+is2+is3
|
||||||
if(nsync .le. 6) then ! bail out
|
if(nsync .le. 7) then ! bail out
|
||||||
nbadcrc=1
|
nbadcrc=1
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user