mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-04 07:02:27 -04:00
Tighter sync criteria.
This commit is contained in:
parent
d6d4ad3c23
commit
c228340519
@ -99,7 +99,7 @@ program synctest
|
|||||||
call sync_sf(crcvd,clo,snrdb,f,t)
|
call sync_sf(crcvd,clo,snrdb,f,t)
|
||||||
ferr=f-f1
|
ferr=f-f1
|
||||||
terr=t-xdt
|
terr=t-xdt
|
||||||
if(abs(ferr).lt.10.0 .or. abs(terr).lt.0.02) ngoodsync=ngoodsync+1
|
if(abs(ferr).lt.5.0 .and. abs(terr).lt.0.01) ngoodsync=ngoodsync+1
|
||||||
|
|
||||||
call hard_symbols(crcvd,f,t,jdat) !Get hard symbol values
|
call hard_symbols(crcvd,f,t,jdat) !Get hard symbol values
|
||||||
nharderr=count(jdat.ne.idat) !Count hard errors
|
nharderr=count(jdat.ne.idat) !Count hard errors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user