mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-01 05:32:31 -04:00
Pass TRperiod (s) to fst280_decode().
This commit is contained in:
parent
1cebbd2cdd
commit
5c3a340f72
@ -190,9 +190,8 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
|
|||||||
if(params%nmode.eq.280) then
|
if(params%nmode.eq.280) then
|
||||||
! We're in FST280/FST280W mode
|
! We're in FST280/FST280W mode
|
||||||
call timer('dec280 ',0)
|
call timer('dec280 ',0)
|
||||||
ntrperiod=params%kin/12000
|
|
||||||
call my_fst280%decode(fst280_decoded,id2,params%nQSOProgress, &
|
call my_fst280%decode(fst280_decoded,id2,params%nQSOProgress, &
|
||||||
params%nfqso,params%nfa,params%nfb,params%ndepth,ntrperiod)
|
params%nfqso,params%nfa,params%nfb,params%ndepth,params%ntr)
|
||||||
call timer('dec280 ',1)
|
call timer('dec280 ',1)
|
||||||
go to 800
|
go to 800
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user