Metric bias now needs to be put back where it should be.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2716 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2012-11-06 20:27:08 +00:00
parent 46c6f4cb22
commit 161cadca49
3 changed files with 3 additions and 2 deletions

View File

@ -56,7 +56,7 @@ subroutine decode9(i1SoftSymbols,limit,nlim,msg)
if(first) then
! Get the metric table
! bias=0.37 !To be optimized, in decoder program
bias=0.0 !Seems better, in jt9.exe ???
bias=0.5
scale=10 ! ... ditto ...
do i=0,255
mettab(i,0)=nint(scale*(xx0(i)-bias))

View File

@ -15,6 +15,7 @@ program jt9
logical*1 lstrong(0:1023)
integer*1 i1SoftSymbols(207)
character*22 msg
character*33 line
integer*2 id2
complex c0(NDMAX)
common/jt9com/ss(184,NSMAX),savg(NSMAX),id2(NMAX),nutc,ndiskdat, &

View File

@ -1,4 +1,4 @@
//--------------------------------------------------------------- MainWindow
//-------------------------------------------------------------- MainWindow
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include "devsetup.h"