mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-31 13:12:30 -04:00
Enable sync checks on candidates.
This commit is contained in:
parent
e78f1abced
commit
644a570cb9
@ -72,10 +72,10 @@ subroutine get_fst280_bitmetrics(cd,nss,hmod,bitmetrics,badsync)
|
|||||||
nsync=is1+is2+is3 !Number of correct hard sync symbols, 0-24
|
nsync=is1+is2+is3 !Number of correct hard sync symbols, 0-24
|
||||||
|
|
||||||
badsync=.false.
|
badsync=.false.
|
||||||
! if(nsync .lt. 8) then
|
if(nsync .lt. 8) then
|
||||||
! badsync=.true.
|
badsync=.true.
|
||||||
! return
|
return
|
||||||
! endif
|
endif
|
||||||
|
|
||||||
bitmetrics=0.0
|
bitmetrics=0.0
|
||||||
do nseq=1,4 !Try coherent sequences of 1, 2, and 4 symbols
|
do nseq=1,4 !Try coherent sequences of 1, 2, and 4 symbols
|
||||||
|
Loading…
x
Reference in New Issue
Block a user