mirror of
https://github.com/pavel-demin/ft8d.git
synced 2024-11-23 21:08:36 -05:00
fix subtractft8
This commit is contained in:
parent
66095d9a37
commit
e9551b7f10
@ -20,8 +20,13 @@ subroutine subtractft8(dd,itone,f0,dt)
|
|||||||
common/heap8/cref(NFRAME),camp(NMAX),cfilt(NMAX),cw(NMAX)
|
common/heap8/cref(NFRAME),camp(NMAX),cfilt(NMAX),cw(NMAX)
|
||||||
save first
|
save first
|
||||||
|
|
||||||
|
if(f0.lt.3000.0) then
|
||||||
|
f=f0+3000.0
|
||||||
|
else
|
||||||
|
f=f0-3000.0
|
||||||
|
endif
|
||||||
nstart=dt*6000+1
|
nstart=dt*6000+1
|
||||||
call genft8refsig(itone,cref,f0)
|
call genft8refsig(itone,cref,f)
|
||||||
camp=0.
|
camp=0.
|
||||||
do i=1,nframe
|
do i=1,nframe
|
||||||
id=nstart-1+i
|
id=nstart-1+i
|
||||||
|
Loading…
Reference in New Issue
Block a user