mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-31 13:10:19 -04:00 
			
		
		
		
	A few tweaks in the WSJT-X interface to sftx and sfrx.
This commit is contained in:
		
							parent
							
								
									276657866d
								
							
						
					
					
						commit
						afcf0abb40
					
				| @ -143,9 +143,9 @@ subroutine multimode_decoder(ss,id2,params,nfsample) | ||||
|         if(params%nzhsym.lt.50) go to 800 | ||||
| ! Call the superFox decoder | ||||
|         open(47,file='fort.47',status='unknown',access='stream') | ||||
|         write(47) params%nutc/15,id2(1:20),id2(1:180000) | ||||
|         write(47) params%nutc,id2(1:20),id2(1:180000) | ||||
|         close(47) | ||||
|         call execute_command_line('.\sf fort.47') | ||||
|         call execute_command_line('.\sfrx fort.47') | ||||
|      else | ||||
|         call timer('decft8  ',0) | ||||
|         newdat=params%newdat | ||||
|  | ||||
| @ -10899,7 +10899,7 @@ void MainWindow::sfox_tx() | ||||
| { | ||||
| //  qint64 ms0 = QDateTime::currentMSecsSinceEpoch();
 | ||||
|   auto fname {QDir::toNativeSeparators(m_config.writeable_data_dir().absoluteFilePath("sfox_1.dat")).toLocal8Bit()}; | ||||
|   p2.start("sfox_tx", QStringList {fname}); | ||||
|   p2.start("sftx", QStringList {fname}); | ||||
|   p2.waitForFinished(); | ||||
|   auto fname2 {QDir::toNativeSeparators(m_config.writeable_data_dir().absoluteFilePath("sfox_2.dat")).toLocal8Bit()}; | ||||
|   sfox_wave_(fname2.constData(), (FCL)fname2.size()); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user