mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-07 16:34:55 -04:00
Experimental work-around for FT8 decoding on slow computers. Important changes:
- don't start function decode() is decoder is already busy - send updated m_ihsym to jt9[.exe] via ss(1,1). Bill won't like this! - jt9 bails out of the 41-buffer pass at m_ihsym=45.
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
|
||||
params%nftx,newdat,params%nutc,params%nfa,params%nfb, &
|
||||
params%nzhsym,params%ndepth,ncontest,logical(params%nagain), &
|
||||
logical(params%lft8apon),logical(params%lapcqonly), &
|
||||
params%napwid,mycall,hiscall,hisgrid)
|
||||
params%napwid,mycall,hiscall,hisgrid,ss(1,1))
|
||||
call timer('decft8 ',1)
|
||||
if(nfox.gt.0) then
|
||||
n30min=minval(n30fox(1:nfox))
|
||||
|
||||
Reference in New Issue
Block a user