Reworked the ground motion page

This commit is contained in:
2019-05-10 17:52:14 +02:00
parent ed61db2f86
commit 5208373cf6
34 changed files with 1071 additions and 1397 deletions

View File

@@ -509,7 +509,7 @@ We further divide the result by the sensibility of the Geophone to obtain the AS
</p>
<div class="org-src-container">
<pre class="src src-matlab">scaling = <span class="org-highlight-numbers-number">1</span><span class="org-type">./</span>squeeze<span class="org-rainbow-delimiters-depth-1">(</span>abs<span class="org-rainbow-delimiters-depth-2">(</span>freqresp<span class="org-rainbow-delimiters-depth-3">(</span>G0<span class="org-type">*</span>S, f, <span class="org-string">'Hz'</span><span class="org-rainbow-delimiters-depth-3">)</span><span class="org-rainbow-delimiters-depth-2">)</span><span class="org-rainbow-delimiters-depth-1">)</span>;
[Omitted long matching line]
</pre>
</div>
</div>

View File

@@ -177,7 +177,7 @@ We also take into account the gain of the electronics which is here set to be $6
#+begin_src matlab :results none
G0_db = 60; % [dB]
G0 = 10^(60/G0_db); % [abs]
G0 = 10^(G0_db/20); % [abs]
#+end_src
We divide the ASD measured (in $\text{V}/\sqrt{\text{Hz}}$) by the gain of the voltage amplifier to obtain the ASD of the voltage across the geophone.

View File

@@ -104,7 +104,7 @@ ylabel('Amplitude $\left[\frac{V}{m/s}\right]$')
G0_db = 60; % [dB]
G0 = 10^(60/G0_db); % [abs]
G0 = 10^(G0_db/20); % [abs]