mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 08:21:17 -05:00
Remove some diagnostics.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8318 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
84b38ee0ad
commit
c4f4e9d7bd
@ -131,15 +131,14 @@ subroutine foxgen()
|
||||
peak3=maxval(abs(wave))
|
||||
wave=wave/peak3
|
||||
|
||||
nadd=1000
|
||||
print*,nwave,nadd,nwave/nadd,peak3
|
||||
j=0
|
||||
do i=1,NWAVE,nadd
|
||||
sx=dot_product(wave(i:i+nadd-1),wave(i:i+nadd-1))
|
||||
j=j+1
|
||||
write(30,3001) j,sx/nadd
|
||||
3001 format(i8,f12.6)
|
||||
enddo
|
||||
! nadd=1000
|
||||
! j=0
|
||||
! do i=1,NWAVE,nadd
|
||||
! sx=dot_product(wave(i:i+nadd-1),wave(i:i+nadd-1))
|
||||
! j=j+1
|
||||
! write(30,3001) j,sx/nadd
|
||||
!3001 format(i8,f12.6)
|
||||
! enddo
|
||||
|
||||
call plotspec(3,wave) !Plot the spectrum
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user