wavefield_envelope.py
Go to the documentation of this file.
1 
2 # Period values
3 T = [1, 1, 2, 4, 6, 8, 8, 1];
4 # Gain values
5 G = [0, 1, 1, 0.5, 0.375, 0.375, 0, 0];
6 
7 figure(1)
8 clf()
9 plot(T,G,'r-o')
10 fill(T,G,'g')
11 xlabel('P-M Peak Period ($T_p$) [s]')
12 ylabel('Gain ($\gamma$) [m/m]')
13 grid(True)
14 xlim([0, 9])
15 ylim([0, 1.1])
16 title('P-M Wavefield Model Envelope')
17 show()


vrx_gazebo
Author(s): Brian Bingham , Carlos Aguero
autogenerated on Thu May 7 2020 03:54:56