mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-21 19:48:54 -04:00
Minor cleanup of symspec.f90.
This commit is contained in:
parent
c3579831ba
commit
64108e85ea
@ -55,6 +55,7 @@ subroutine symspec(shared_data,k,TRperiod,nsps,ingain,bLowSidelobes, &
|
||||
endif
|
||||
|
||||
if(k.lt.k0) then !Start a new data block
|
||||
k0=0
|
||||
ja=0
|
||||
ssum=0.
|
||||
ihsym=0
|
||||
@ -64,10 +65,6 @@ subroutine symspec(shared_data,k,TRperiod,nsps,ingain,bLowSidelobes, &
|
||||
sq=0.
|
||||
pxmax=0.;
|
||||
|
||||
! dwell_time=0.0001
|
||||
! if(k.gt.k0 .and. npct.gt.0) call blanker(shared_data%id2(k0+1:k), &
|
||||
! k-k0,dwell_time,npct)
|
||||
|
||||
do i=k0+1,k
|
||||
x1=shared_data%id2(i)
|
||||
if (abs(x1).gt.pxmax) pxmax = abs(x1);
|
||||
|
Loading…
Reference in New Issue
Block a user