Much improved detection of sync in JT4 decoder.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6686 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2016-05-19 19:19:47 +00:00
parent 1531f3ad3b
commit 4bcc4f35a1
6 changed files with 321 additions and 140 deletions
+2 -3
View File
@@ -162,9 +162,8 @@ contains
if (have_sync) then
decoded=decoded0
! write(*,3001) 'A',is_deep,is_average,int(qual),ave,decoded
!3001 format(a1,2L2,2i4,1x,a22)
cflags='f '
cflags=' '
if(decoded.ne.' ') cflags='f '
if(is_deep) then
cflags(1:2)='d1'
write(cflags(3:3),'(i1)') min(int(qual),9)