mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Fix the starting frequency for multiple simulated signals.
This commit is contained in:
		
							parent
							
								
									6877a87fe4
								
							
						
					
					
						commit
						b5f9e0ff03
					
				@ -152,7 +152,7 @@ program q65sim
 | 
			
		||||
 | 
			
		||||
     n=65.0*baud*mode65/100.0 + 0.9999
 | 
			
		||||
     nfstep=100*n
 | 
			
		||||
     nf1=1500 - nfstep*nsig/2
 | 
			
		||||
     nf1=1500 - nfstep*(nsig-1)/2
 | 
			
		||||
     do n=1,nsig
 | 
			
		||||
        if(nsig.ge.2) then
 | 
			
		||||
           f0=nf1 + (n-1)*nfstep
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user