mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-07 16:34:55 -04:00
Include h=8 and NSS=40 in the FST280 decoder.
This commit is contained in:
+4
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user