Here's a start on GUI changes to support FST240W as well as FST240.

This commit is contained in:
Joe Taylor
2020-06-30 17:14:58 -04:00
parent 0472a816fb
commit ae54c80a54
7 changed files with 31 additions and 5 deletions
+3
View File
@@ -189,6 +189,9 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
if(params%nmode.eq.240) then
! We're in FST240/FST240W mode
ndepth=iand(params%ndepth,3)
iwspr=0
if(iand(params%ndepth,128).ne.0) iwspr=2
call timer('dec240 ',0)
call my_fst240%decode(fst240_decoded,id2,params%nutc, &
params%nQSOProgress,params%nfqso,params%nfa,params%nfb, &