mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Process one more 3456-sample chunk in ft4d.
This commit is contained in:
parent
55e0e32e59
commit
e4ba9f25fd
@ -43,7 +43,7 @@ program ft4d
|
||||
iarg=iarg+2
|
||||
endif
|
||||
nfa=0
|
||||
nfb=4200
|
||||
nfb=4224
|
||||
ncontest=4
|
||||
ndecodes=0
|
||||
nfqso=1500
|
||||
@ -60,7 +60,7 @@ program ft4d
|
||||
close(10)
|
||||
cdatetime=infile(1:13)//'.000'
|
||||
|
||||
nsteps=npts/3456
|
||||
nsteps=(npts-60000)/3456 + 1
|
||||
do n=1,nsteps
|
||||
i0=(n-1)*3456 + 1
|
||||
call ft4_decode(cdatetime,0.0,nfa,nfb,nQSOProgress,ncontest, &
|
||||
|
Loading…
Reference in New Issue
Block a user