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:
Joe Taylor
2020-03-10 16:26:42 -04:00
parent 592f4eea71
commit 199ff3dd3d
5 changed files with 48 additions and 10 deletions
+1 -1
View File
@@ -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))