mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-30 20:40:28 -04:00 
			
		
		
		
	Code cleanup.
This commit is contained in:
		
							parent
							
								
									c4d3f91098
								
							
						
					
					
						commit
						2b09f6ef87
					
				| @ -53,7 +53,7 @@ subroutine q65b(nutc,fcenter,nfcal,nfsample,ikhz,mousedf,ntol,xpol,  & | |||||||
|   endif |   endif | ||||||
|   nh=nfft2/2 |   nh=nfft2/2 | ||||||
|   ikhz0=nint(1000.0*(fcenter-int(fcenter))) |   ikhz0=nint(1000.0*(fcenter-int(fcenter))) | ||||||
|   k0=((ikhz-ikhz0+48.0+0.270)*1000.0+nfcal+mousedf+nhz)/df  !0.270 = 1.270-1.000 |   k0=(1000*(ikhz-ikhz0+48.0) + 1270 - 1000 + nfcal + mousedf + nhz)/df | ||||||
|   if(k0.lt.nh .or. k0.gt.nfft1-nh) go to 900 |   if(k0.lt.nh .or. k0.gt.nfft1-nh) go to 900 | ||||||
| 
 | 
 | ||||||
|   fac=1.0/nfft2 |   fac=1.0/nfft2 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user