mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Account for buffer start time in ft4d.
This commit is contained in:
parent
e5ea814bb9
commit
3c77b720f8
@ -63,7 +63,8 @@ program ft4d
|
||||
nsteps=(npts-60000)/3456 + 1
|
||||
do n=1,nsteps
|
||||
i0=(n-1)*3456 + 1
|
||||
call ft4_decode(cdatetime,0.0,nfa,nfb,nQSOProgress,ncontest, &
|
||||
tbuf=(i0-1)/12000.0
|
||||
call ft4_decode(cdatetime,tbuf,nfa,nfb,nQSOProgress,ncontest, &
|
||||
nfqso,iwave(i0),ndecodes,mycall,hiscall,nrx,line,data_dir)
|
||||
do idecode=1,ndecodes
|
||||
call get_ft4msg(idecode,nrx,line)
|
||||
|
Loading…
Reference in New Issue
Block a user