mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-04 05:50:31 -05:00 
			
		
		
		
	One more tweak concerning 5 kHz BW.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@303 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									a7f6118adc
								
							
						
					
					
						commit
						d4978a2520
					
				
							
								
								
									
										8
									
								
								sync65.f
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								sync65.f
									
									
									
									
									
								
							@ -38,8 +38,11 @@ C  Compute power spectrum for each step and get average
 | 
				
			|||||||
      call flat1(psavg,s2,nh,nsteps,NHMAX,NSMAX)        !Flatten the spectra
 | 
					      call flat1(psavg,s2,nh,nsteps,NHMAX,NSMAX)        !Flatten the spectra
 | 
				
			||||||
 | 
					
 | 
				
			||||||
C  Find the best frequency channel for CCF
 | 
					C  Find the best frequency channel for CCF
 | 
				
			||||||
      famin= 670.46
 | 
					!      famin= 670.46
 | 
				
			||||||
      fbmax=1870.46
 | 
					!      fbmax=1870.46
 | 
				
			||||||
 | 
					      famin=3.
 | 
				
			||||||
 | 
					      fbmax=2700.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      fa=famin
 | 
					      fa=famin
 | 
				
			||||||
      fb=fbmax
 | 
					      fb=fbmax
 | 
				
			||||||
      if(NFreeze.eq.1) then
 | 
					      if(NFreeze.eq.1) then
 | 
				
			||||||
@ -51,7 +54,6 @@ C  Find the best frequency channel for CCF
 | 
				
			|||||||
      endif
 | 
					      endif
 | 
				
			||||||
      ia=fa/df
 | 
					      ia=fa/df
 | 
				
			||||||
      ib=fb/df
 | 
					      ib=fb/df
 | 
				
			||||||
 | 
					 | 
				
			||||||
      i0=nint(1270.46/df)
 | 
					      i0=nint(1270.46/df)
 | 
				
			||||||
      lag1=-5
 | 
					      lag1=-5
 | 
				
			||||||
      lag2=59
 | 
					      lag2=59
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user