Can now decode FST240W signals from WSJT-X, using FST240 and the option "Decode -> Also FST240W".

This commit is contained in:
Joe Taylor
2020-06-30 20:04:44 -04:00
parent f6a8a179dc
commit 22b782a4ae
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -192,10 +192,11 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
ndepth=iand(params%ndepth,3)
iwspr=0
if(iand(params%ndepth,128).ne.0) iwspr=2
! if(iand(params%ndepth,128).ne.0) iwspr=1
call timer('dec240 ',0)
call my_fst240%decode(fst240_decoded,id2,params%nutc, &
params%nQSOProgress,params%nfqso,params%nfa,params%nfb, &
params%nsubmode,params%ndepth,params%ntr,params%nexp_decode, &
params%nsubmode,ndepth,params%ntr,params%nexp_decode, &
params%ntol,params%nzhsym,params%emedelay, &
logical(params%lapcqonly),params%napwid,mycall,hiscall, &
params%nfsplit,iwspr)