mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -05:00
Tweak for consistency.
This commit is contained in:
parent
fb6e2861c0
commit
f224790569
@ -20,12 +20,11 @@ subroutine subtractft8(dd,itone,f0,dt)
|
|||||||
save first
|
save first
|
||||||
|
|
||||||
nstart=dt*12000+1
|
nstart=dt*12000+1
|
||||||
! call genft8refsig(itone,cref,f0)
|
|
||||||
nsym=79
|
nsym=79
|
||||||
nsps=1920
|
nsps=1920
|
||||||
fs=12000.0
|
fs=12000.0
|
||||||
icmplx=1
|
icmplx=1
|
||||||
bt=4.0 ! Temporary compromise?
|
bt=2.0
|
||||||
call gen_ft8wave(itone,nsym,nsps,bt,fs,f0,cref,xjunk,icmplx,NFRAME)
|
call gen_ft8wave(itone,nsym,nsps,bt,fs,f0,cref,xjunk,icmplx,NFRAME)
|
||||||
camp=0.
|
camp=0.
|
||||||
do i=1,nframe
|
do i=1,nframe
|
||||||
|
Loading…
Reference in New Issue
Block a user