1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-04-20 18:33:30 -04:00

Tighter sync criteria.

This commit is contained in:
Joe Taylor 2024-01-31 21:07:58 -05:00
parent d6d4ad3c23
commit c228340519

View File

@ -99,7 +99,7 @@ program synctest
call sync_sf(crcvd,clo,snrdb,f,t)
ferr=f-f1
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
nharderr=count(jdat.ne.idat) !Count hard errors