mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -05:00
Minor tweaks to decoder.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2746 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
f347e3755a
commit
417198d451
@ -22,7 +22,7 @@ subroutine decoder(ntrSeconds,ndepth,nRxLog,c00)
|
||||
save
|
||||
|
||||
if(first) then
|
||||
limtrace=1000000
|
||||
limtrace=0
|
||||
lu=12
|
||||
open(12,file='timer.out',status='unknown')
|
||||
open(14,file='wsjtx_rx.log',status='unknown',position='append')
|
||||
|
@ -41,8 +41,8 @@ subroutine peakdt9(c0,npts8,nsps8,istart,foffset,idtpk)
|
||||
|
||||
if(idtstep.gt.1) then
|
||||
idtstep=1
|
||||
idt1=idtpk-1
|
||||
idt2=idtpk+1
|
||||
idt1=idtpk-3
|
||||
idt2=idtpk+3
|
||||
go to 10
|
||||
endif
|
||||
|
||||
|
@ -33,12 +33,12 @@ subroutine spec9(c0,npts8,nsps,fpk0,fpk,xdt,snrdb,i1SoftSymbols)
|
||||
|
||||
nsps8=nsps/8
|
||||
foffset=fpk0
|
||||
istart=1520
|
||||
istart=1500
|
||||
|
||||
call timer('peakdt9 ',0)
|
||||
call peakdt9(c1,npts8,nsps8,istart,foffset,idt)
|
||||
call timer('peakdt9 ',1)
|
||||
istart=istart + 0.0625*nsps8*idt
|
||||
istart=istart + nint(0.0625*nsps8*idt)
|
||||
xdt=istart/1500.0 - 1.0
|
||||
|
||||
call timer('peakdf9 ',0)
|
||||
@ -122,8 +122,6 @@ subroutine spec9(c0,npts8,nsps,fpk0,fpk,xdt,snrdb,i1SoftSymbols)
|
||||
enddo
|
||||
|
||||
call interleave9(i1SoftSymbolsScrambled,-1,i1SoftSymbols)
|
||||
call flush(81)
|
||||
call flush(82)
|
||||
|
||||
return
|
||||
end subroutine spec9
|
||||
|
@ -1,4 +1,4 @@
|
||||
//-------------------------------------------------------------- MainWindow
|
||||
//--------------------------------------------------------------- MainWindow
|
||||
#include "mainwindow.h"
|
||||
#include "ui_mainwindow.h"
|
||||
#include "devsetup.h"
|
||||
|
Loading…
Reference in New Issue
Block a user