mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-01 01:15:16 -04:00
Update jt9.f90
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2691 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
ded0ad06e3
commit
e69745959c
14
lib/jt9.f90
14
lib/jt9.f90
@ -90,12 +90,18 @@ program jt9
|
|||||||
nutc=nutc0
|
nutc=nutc0
|
||||||
|
|
||||||
! Get sync, approx freq
|
! Get sync, approx freq
|
||||||
call sync9(ss,tstep,df3,ntol,nfqso,sync,fpk,red)
|
call sync9(ss,tstep,df3,ntol,nfqso,sync,snr,fpk0,red)
|
||||||
! print*,'B',sync,fpk,npts8,nsps
|
! print*,'B',sync,fpk,npts8,nsps
|
||||||
call spec9(c0,npts8,nsps,fpk,xdt,i1SoftSymbols)
|
call spec9(c0,npts8,nsps,fpk0,fpk,xdt,i1SoftSymbols)
|
||||||
call decode9(i1SoftSymbols,msg)
|
call decode9(i1SoftSymbols,msg)
|
||||||
write(*,1010) nutc,sync,xdt,1000.0+fpk,msg
|
nsync=sync
|
||||||
1010 format(i4.4,3f7.1,2x,a22)
|
nsnr=nint(snr)
|
||||||
|
width=0.0
|
||||||
|
write(*,1010) nutc,nsync,nsnr,xdt,1000.0+fpk,width,msg
|
||||||
|
1010 format(i4.4,i4,i5,f6.1,f8.2,f6.2,3x,a22)
|
||||||
|
|
||||||
|
! write(*,1010) nutc,sync,xdt,1000.0+fpk,msg
|
||||||
|
!1010 format(i4.4,3f7.1,2x,a22)
|
||||||
enddo
|
enddo
|
||||||
|
|
||||||
go to 999
|
go to 999
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//---------------------------------------------------------------- MainWindow
|
//--------------------------------------------------------------- MainWindow
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
#include "ui_mainwindow.h"
|
#include "ui_mainwindow.h"
|
||||||
#include "devsetup.h"
|
#include "devsetup.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user