Include h=8 and NSS=40 in the FST280 decoder.

This commit is contained in:
Joe Taylor
2020-06-17 14:17:03 -04:00
parent 70441a9b4a
commit 5aeaf5dc78
3 changed files with 402 additions and 32 deletions
+4 -3
View File
@@ -189,10 +189,11 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
if(params%nmode.eq.280) then
! We're in FST280/FST280W mode
call timer('decfst28',0)
call timer('dec280 ',0)
ntrperiod=params%kin/12000
call my_fst280%decode(fst280_decoded,id2,params%nQSOProgress, &
params%nfqso,params%nfa,params%nfb,params%ndepth)
call timer('decfst28',1)
params%nfqso,params%nfa,params%nfb,params%ndepth,ntrperiod)
call timer('dec280 ',1)
go to 800
endif