Trying to make on-the-fly work.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@437 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2007-06-29 13:21:49 +00:00
parent d11395ea89
commit e36cd03a37
6 changed files with 14 additions and 21 deletions

View File

@ -25,6 +25,10 @@ subroutine decode1(iarg)
10 continue
if(newdat2.gt.0) then
call getfile2(fname80,nlen)
newdat2=0
kbuf=1
kk=NSMAX
kkdone=0
newdat=1
endif
@ -36,7 +40,6 @@ subroutine decode1(iarg)
call map65a(newdat)
if(mousebutton.eq.0) ndecoding0=ndecoding
ndecoding=0
newdat2=0
endif
if(ns0.lt.0) then

View File

@ -86,25 +86,9 @@ C Find best DF, f1, f2, DT, and pol
if(i0.lt.1) i0=1
nz=n6+1-i0
! ip0=ipol
! nflip=1
call afc65b(c5x(i0),c5y(i0),nz,fsample,nflip,ipol,a,dt,
+ ccfbest,dtbest)
! nflip=-1
! ipol=ip0
! call afc65b(c5x(i0),c5y(i0),nz,fsample,nflip,ipol,a,dt,
! + ccfbest2,dtbest)
!
! if(ccfbest2.lt.ccfbest) then
! nflip=1
! ipol=ip0
! call afc65b(c5x(i0),c5y(i0),nz,fsample,nflip,ipol,a,dt,
! + ccfbest,dtbest)
! else
! ccfbest=ccfbest
! endif
pol=a(4)/57.2957795
aa=cos(pol)
bb=sin(pol)

View File

@ -50,6 +50,7 @@ C Planning: FFTW_ESTIMATE, FFTW_MEASURE, FFTW_PATIENT, FFTW_EXHAUSTIVE
aa(j)=a(j)
enddo
endif
call sleep_msec(0)
if(isign.eq.-1 .and. iform.eq.1) then
call sfftw_plan_dft_1d_(plan(i),nfft,a,a,
+ FFTW_FORWARD,nspeed)
@ -63,6 +64,7 @@ C Planning: FFTW_ESTIMATE, FFTW_MEASURE, FFTW_PATIENT, FFTW_EXHAUSTIVE
else
stop 'Unsupported request in four2a'
endif
call sleep_msec(0)
i=nplan
if(nfft.le.32768) then
do j=1,nfft
@ -70,7 +72,9 @@ C Planning: FFTW_ESTIMATE, FFTW_MEASURE, FFTW_PATIENT, FFTW_EXHAUSTIVE
enddo
endif
10 call sfftw_execute_(plan(i))
10 call sleep_msec(0)
call sfftw_execute_(plan(i))
call sleep_msec(0)
return
999 do i=1,nplan

View File

@ -49,9 +49,6 @@ subroutine getfile2(fname,len)
#endif
read(filename(8:11),*) nutc
kbuf=1
kk=NSMAX
kkdone=0
ndiskdat=1
ndecoding=4
mousebutton=0

View File

@ -317,6 +317,8 @@ def openfile(event=NONE):
Audio.getfile(fname,len(fname))
if Audio.gcom2.ierr: print 'Error ',Audio.gcom2.ierr, \
'when trying to read file',fname
bdecode.configure(bg='#66FFFF',activebackground='#66FFFF', \
state=DISABLED)
mrudir=os.path.dirname(fname)
fileopened=os.path.basename(fname)
os.chdir(appdir)

View File

@ -93,7 +93,10 @@ C Compute spectra at four polarizations, using half-symbol steps.
ndecoding=1
go to 999
endif
kkdone=i1-1
call sleep_msec(0)
write(81,3001) n,kbuf,kk,kkdone
3001 format(4i10)
enddo
999 kkdone=i1-1