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

@@ -114,7 +114,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.