1. Blank lines between decoding periods now optional.

2. "CQ DX" is now treated properly when the decoded line is double.clicked.
3. Displayed sync values reduced by 1/2.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3124 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2013-04-03 15:35:11 +00:00
parent b0bdd95949
commit 461fdd79aa
4 changed files with 45 additions and 4 deletions
+2 -1
View File
@@ -111,7 +111,8 @@ subroutine decoder(ss,c0)
call decode9(i1SoftSymbols,limit,nlim,msg)
call timer('decode9 ',1)
sync=(syncpk-1.0)/2.0
! sync=(syncpk-1.0)/2.0
sync=(syncpk+1)/4.0
if(sync.lt.0.0 .or. snrdb.lt.dblim-2.0) sync=0.0
nsync=sync
if(nsync.gt.10) nsync=10