mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Fix freq readout for JT9-2.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3258 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									88c6eeaeaf
								
							
						
					
					
						commit
						f9f180818c
					
				@ -37,7 +37,7 @@ subroutine decoder(ss,c0,nstandalone)
 | 
				
			|||||||
  else if(ntrMinutes.eq.2) then
 | 
					  else if(ntrMinutes.eq.2) then
 | 
				
			||||||
     nsps=15360
 | 
					     nsps=15360
 | 
				
			||||||
     df3=1500.0/2048.0
 | 
					     df3=1500.0/2048.0
 | 
				
			||||||
     fmt='(i4.4,i4,i5,f6.1,f8.1,i4,3x,a22)'
 | 
					     fmt='(i4.4,i4,i5,f6.1,f8.0,i4,3x,a22)'
 | 
				
			||||||
  else if(ntrMinutes.eq.5) then
 | 
					  else if(ntrMinutes.eq.5) then
 | 
				
			||||||
     nsps=40960
 | 
					     nsps=40960
 | 
				
			||||||
     df3=1500.0/6144.0
 | 
					     df3=1500.0/6144.0
 | 
				
			||||||
 | 
				
			|||||||
@ -1,4 +1,4 @@
 | 
				
			|||||||
//--------------------------------------------------------------- MainWindow
 | 
					//---------------------------------------------------------------- MainWindow
 | 
				
			||||||
#include "mainwindow.h"
 | 
					#include "mainwindow.h"
 | 
				
			||||||
#include "ui_mainwindow.h"
 | 
					#include "ui_mainwindow.h"
 | 
				
			||||||
#include "devsetup.h"
 | 
					#include "devsetup.h"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user