Experiment with compression
This commit is contained in:
parent
2d5b41d4b7
commit
b0c57029e8
@ -117,13 +117,13 @@ subroutine foxgen()
|
|||||||
! call plotspec(1,wave) !Plot the spectrum
|
! call plotspec(1,wave) !Plot the spectrum
|
||||||
|
|
||||||
! Apply compression
|
! Apply compression
|
||||||
! rms=sqrt(dot_product(wave,wave)/kz)
|
rms=sqrt(dot_product(wave,wave)/kz)
|
||||||
! wave=wave/rms
|
wave=wave/rms
|
||||||
! do i=1,NWAVE
|
do i=1,NWAVE
|
||||||
! wave(i)=h1(wave(i))
|
wave(i)=h1(wave(i))
|
||||||
! enddo
|
enddo
|
||||||
! peak2=maxval(abs(wave))
|
peak2=maxval(abs(wave))
|
||||||
! wave=wave/peak2
|
wave=wave/peak2
|
||||||
|
|
||||||
! call plotspec(2,wave) !Plot the spectrum
|
! call plotspec(2,wave) !Plot the spectrum
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user