mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Activate q65_decodes.txt for diagnostic and optimization purposes.
This commit is contained in:
		
							parent
							
								
									548eb1906b
								
							
						
					
					
						commit
						21ef0c9d30
					
				@ -293,8 +293,8 @@ contains
 | 
				
			|||||||
          if(iand(ndepth,128).ne.0 .and. .not.lagain .and.      &
 | 
					          if(iand(ndepth,128).ne.0 .and. .not.lagain .and.      &
 | 
				
			||||||
               int(abs(f0dec-nfqso)).le.ntol ) call q65_clravg    !AutoClrAvg
 | 
					               int(abs(f0dec-nfqso)).le.ntol ) call q65_clravg    !AutoClrAvg
 | 
				
			||||||
          call sec0(1,tdecode)
 | 
					          call sec0(1,tdecode)
 | 
				
			||||||
!          open(22,file=trim(data_dir)//'/q65_decodes.dat',status='unknown',  &
 | 
					          open(22,file=trim(data_dir)//'/q65_decodes.txt',status='unknown',  &
 | 
				
			||||||
!               position='append',iostat=ios)
 | 
					               position='append',iostat=ios)
 | 
				
			||||||
          if(ios.eq.0) then
 | 
					          if(ios.eq.0) then
 | 
				
			||||||
! Save decoding parameters to q65_decoded.dat, for later analysis.
 | 
					! Save decoding parameters to q65_decoded.dat, for later analysis.
 | 
				
			||||||
             write(cmode,'(i3)') ntrperiod
 | 
					             write(cmode,'(i3)') ntrperiod
 | 
				
			||||||
@ -307,10 +307,10 @@ contains
 | 
				
			|||||||
                  '1x,a6,1x,a6,1x,a4,1x,a)'
 | 
					                  '1x,a6,1x,a6,1x,a4,1x,a)'
 | 
				
			||||||
             if(ntrperiod.le.30) fmt(5:5)='6'
 | 
					             if(ntrperiod.le.30) fmt(5:5)='6'
 | 
				
			||||||
             if(idec.eq.3) nrc=0
 | 
					             if(idec.eq.3) nrc=0
 | 
				
			||||||
!             write(22,fmt) nutc,cmode,nfqso,nQSOprogress,idec,idfbest,idtbest, &
 | 
					             write(22,fmt) nutc,cmode,nfqso,nQSOprogress,idec,idfbest,idtbest, &
 | 
				
			||||||
!                  ibw,ndistbest,nused,icand,ncand,nrc,ndepth,xdt,f0,snr2,plog, &
 | 
					                  ibw,ndistbest,nused,icand,ncand,nrc,ndepth,xdt,f0,snr2,plog, &
 | 
				
			||||||
!                  tdecode,mycall(1:6),c6,c4,trim(decoded)
 | 
					                  tdecode,mycall(1:6),c6,c4,trim(decoded)
 | 
				
			||||||
!             close(22)
 | 
					             close(22)
 | 
				
			||||||
          endif
 | 
					          endif
 | 
				
			||||||
       endif
 | 
					       endif
 | 
				
			||||||
    endif
 | 
					    endif
 | 
				
			||||||
@ -384,8 +384,8 @@ contains
 | 
				
			|||||||
                  int(abs(f0dec-nfqso)).le.ntol ) call q65_clravg    !AutoClrAvg
 | 
					                  int(abs(f0dec-nfqso)).le.ntol ) call q65_clravg    !AutoClrAvg
 | 
				
			||||||
             call sec0(1,tdecode)
 | 
					             call sec0(1,tdecode)
 | 
				
			||||||
             ios=1
 | 
					             ios=1
 | 
				
			||||||
!             open(22,file=trim(data_dir)//'/q65_decodes.dat',status='unknown',&
 | 
					             open(22,file=trim(data_dir)//'/q65_decodes.txt',status='unknown',&
 | 
				
			||||||
!                  position='append',iostat=ios)
 | 
					                  position='append',iostat=ios)
 | 
				
			||||||
             if(ios.eq.0) then
 | 
					             if(ios.eq.0) then
 | 
				
			||||||
! Save decoding parameters to q65_decoded.dat, for later analysis.
 | 
					! Save decoding parameters to q65_decoded.dat, for later analysis.
 | 
				
			||||||
                write(cmode,'(i3)') ntrperiod
 | 
					                write(cmode,'(i3)') ntrperiod
 | 
				
			||||||
@ -398,10 +398,10 @@ contains
 | 
				
			|||||||
                     '1x,a6,1x,a6,1x,a4,1x,a)'
 | 
					                     '1x,a6,1x,a6,1x,a4,1x,a)'
 | 
				
			||||||
                if(ntrperiod.le.30) fmt(5:5)='6'
 | 
					                if(ntrperiod.le.30) fmt(5:5)='6'
 | 
				
			||||||
                if(idec.eq.3) nrc=0
 | 
					                if(idec.eq.3) nrc=0
 | 
				
			||||||
!                write(22,fmt) nutc,cmode,nfqso,nQSOprogress,idec,idfbest,idtbest, &
 | 
					                write(22,fmt) nutc,cmode,nfqso,nQSOprogress,idec,idfbest,    &
 | 
				
			||||||
!                     ibw,ndistbest,nused,icand,ncand,nrc,ndepth,xdt,f0,snr2,plog, &
 | 
					                     idtbest,ibw,ndistbest,nused,icand,ncand,nrc,ndepth,     &
 | 
				
			||||||
!                     tdecode,mycall(1:6),c6,c4,trim(decoded)
 | 
					                     xdt,f0,snr2,plog,tdecode,mycall(1:6),c6,c4,trim(decoded)
 | 
				
			||||||
!                close(22)
 | 
					                close(22)
 | 
				
			||||||
             endif
 | 
					             endif
 | 
				
			||||||
          endif
 | 
					          endif
 | 
				
			||||||
       endif
 | 
					       endif
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user