Moved experiment into own function
This commit is contained in:
+6
-1
@@ -93,6 +93,11 @@ contains
|
||||
lsubtract=.false.
|
||||
endif
|
||||
|
||||
if(NWRITELOG.eq.1) then
|
||||
write(*,*) '<DecodeDebug> pass', ipass, 'of', npass, 'subtract', lsubtract
|
||||
flush(6)
|
||||
endif
|
||||
|
||||
call timer('syncjs8 ',0)
|
||||
call syncjs8(dd,icos,ifa,ifb,syncmin,nfqso,s,candidate,ncand,sbase)
|
||||
call timer('syncjs8 ',1)
|
||||
@@ -103,7 +108,7 @@ contains
|
||||
xdt=candidate(2,icand)
|
||||
xbase=10.0**(0.1*(sbase(nint(f1/(12000.0/NFFT1)))-40.0)) ! 3.125Hz
|
||||
|
||||
if(NWRITELOG.eq.1) then
|
||||
if(NWRITELOG.eq.0) then
|
||||
write(*,*) '<DecodeDebug> candidate', icand, 'f1', f1, 'sync', sync, 'xdt', xdt, 'xbase', xbase
|
||||
flush(6)
|
||||
endif
|
||||
|
||||
@@ -93,6 +93,11 @@ contains
|
||||
lsubtract=.false.
|
||||
endif
|
||||
|
||||
if(NWRITELOG.eq.1) then
|
||||
write(*,*) '<DecodeDebug> pass', ipass, 'of', npass, 'subtract', lsubtract
|
||||
flush(6)
|
||||
endif
|
||||
|
||||
call timer('syncjs8 ',0)
|
||||
call syncjs8(dd,icos,ifa,ifb,syncmin,nfqso,s,candidate,ncand,sbase)
|
||||
call timer('syncjs8 ',1)
|
||||
|
||||
@@ -93,6 +93,11 @@ contains
|
||||
lsubtract=.false.
|
||||
endif
|
||||
|
||||
if(NWRITELOG.eq.1) then
|
||||
write(*,*) '<DecodeDebug> pass', ipass, 'of', npass, 'subtract', lsubtract
|
||||
flush(6)
|
||||
endif
|
||||
|
||||
call timer('syncjs8 ',0)
|
||||
call syncjs8(dd,icos,ifa,ifb,syncmin,nfqso,s,candidate,ncand,sbase)
|
||||
call timer('syncjs8 ',1)
|
||||
|
||||
@@ -93,6 +93,11 @@ contains
|
||||
lsubtract=.false.
|
||||
endif
|
||||
|
||||
if(NWRITELOG.eq.1) then
|
||||
write(*,*) '<DecodeDebug> pass', ipass, 'of', npass, 'subtract', lsubtract
|
||||
flush(6)
|
||||
endif
|
||||
|
||||
call timer('syncjs8 ',0)
|
||||
call syncjs8(dd,icos,ifa,ifb,syncmin,nfqso,s,candidate,ncand,sbase)
|
||||
call timer('syncjs8 ',1)
|
||||
|
||||
@@ -93,6 +93,11 @@ contains
|
||||
lsubtract=.false.
|
||||
endif
|
||||
|
||||
if(NWRITELOG.eq.1) then
|
||||
write(*,*) '<DecodeDebug> pass', ipass, 'of', npass, 'subtract', lsubtract
|
||||
flush(6)
|
||||
endif
|
||||
|
||||
call timer('syncjs8 ',0)
|
||||
call syncjs8(dd,icos,ifa,ifb,syncmin,nfqso,s,candidate,ncand,sbase)
|
||||
call timer('syncjs8 ',1)
|
||||
|
||||
@@ -294,10 +294,12 @@ program jt9
|
||||
shared_data%params%kposB=0
|
||||
shared_data%params%kposC=0
|
||||
shared_data%params%kposE=0
|
||||
shared_data%params%kposI=0
|
||||
shared_data%params%kszA=NMAX-1
|
||||
shared_data%params%kszB=NMAX-1
|
||||
shared_data%params%kszC=NMAX-1
|
||||
shared_data%params%kszE=NMAX-1
|
||||
shared_data%params%kszI=NMAX-1
|
||||
call multimode_decoder(shared_data%ss,shared_data%id2,shared_data%params,nfsample)
|
||||
enddo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user