mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-31 13:10:19 -04:00 
			
		
		
		
	FT8 decodes with data read from disk and nagain=.true. should decode only at RxFreq.
This commit is contained in:
		
							parent
							
								
									1c99c2b005
								
							
						
					
					
						commit
						4b4e78cd9d
					
				| @ -55,7 +55,8 @@ subroutine jt9a() | ||||
|   if(.not.ok) call abort | ||||
|   call flush(6) | ||||
|   call timer('decoder ',0) | ||||
|   if(local_params%nmode.eq.8 .and. local_params%ndiskdat) then | ||||
|   if(local_params%nmode.eq.8 .and. local_params%ndiskdat .and.    & | ||||
|        .not. local_params%nagain) then | ||||
| ! Early decoding pass, FT8 only, when wsjtx reads from disk | ||||
|      nearly=41 | ||||
|      local_params%nzhsym=nearly | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user