mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-03 13:47:51 -04:00
Measure time spent in subtract4.f90.
This commit is contained in:
parent
e8d17a9898
commit
2746338757
@ -11,7 +11,6 @@ subroutine subtractft4(dd,itone,f0,dt)
|
|||||||
|
|
||||||
parameter (NMAX=18*3456,NFRAME=(103+2)*512)
|
parameter (NMAX=18*3456,NFRAME=(103+2)*512)
|
||||||
parameter (NFFT=NMAX,NFILT=1400)
|
parameter (NFFT=NMAX,NFILT=1400)
|
||||||
! parameter (NFFT=NMAX,NFILT=400)
|
|
||||||
real*4 dd(NMAX), window(-NFILT/2:NFILT/2), xjunk
|
real*4 dd(NMAX), window(-NFILT/2:NFILT/2), xjunk
|
||||||
complex cref,camp,cfilt,cw
|
complex cref,camp,cfilt,cw
|
||||||
integer itone(103)
|
integer itone(103)
|
||||||
|
@ -464,7 +464,9 @@ contains
|
|||||||
if(unpk77_success) then
|
if(unpk77_success) then
|
||||||
call get_ft4_tones_from_77bits(message77,i4tone)
|
call get_ft4_tones_from_77bits(message77,i4tone)
|
||||||
dt=real(ibest)/750.0
|
dt=real(ibest)/750.0
|
||||||
|
call timer('subtract',0)
|
||||||
call subtractft4(dd,i4tone,f0,dt)
|
call subtractft4(dd,i4tone,f0,dt)
|
||||||
|
call timer('subtract',1)
|
||||||
endif
|
endif
|
||||||
idupe=0
|
idupe=0
|
||||||
do i=1,ndecodes
|
do i=1,ndecodes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user