Implement "Single decode" for FST280.

This commit is contained in:
Joe Taylor
2020-06-21 10:33:36 -04:00
parent f03f411733
commit ad4fac6b3d
2 changed files with 12 additions and 5 deletions
+2 -1
View File
@@ -192,7 +192,8 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
call timer('dec280 ',0)
call my_fst280%decode(fst280_decoded,id2,params%nutc, &
params%nQSOProgress,params%nfqso,params%nfa,params%nfb, &
params%nsubmode,params%ndepth,params%ntr)
params%nsubmode,params%ndepth,params%ntr,params%nexp_decode, &
params%ntol)
call timer('dec280 ',1)
go to 800
endif