Use online CSS and JS
This commit is contained in:
@@ -1,277 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2020-01-28 mar. 15:01 -->
|
||||
<!-- 2020-11-12 jeu. 10:28 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Ground Motion Measurements</title>
|
||||
<meta name="generator" content="Org mode" />
|
||||
<meta name="author" content="Dehaeze Thomas" />
|
||||
<style type="text/css">
|
||||
<!--/*--><![CDATA[/*><!--*/
|
||||
.title { text-align: center;
|
||||
margin-bottom: .2em; }
|
||||
.subtitle { text-align: center;
|
||||
font-size: medium;
|
||||
font-weight: bold;
|
||||
margin-top:0; }
|
||||
.todo { font-family: monospace; color: red; }
|
||||
.done { font-family: monospace; color: green; }
|
||||
.priority { font-family: monospace; color: orange; }
|
||||
.tag { background-color: #eee; font-family: monospace;
|
||||
padding: 2px; font-size: 80%; font-weight: normal; }
|
||||
.timestamp { color: #bebebe; }
|
||||
.timestamp-kwd { color: #5f9ea0; }
|
||||
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
|
||||
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
|
||||
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
|
||||
.underline { text-decoration: underline; }
|
||||
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
|
||||
p.verse { margin-left: 3%; }
|
||||
pre {
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: 3px 3px 3px #eee;
|
||||
padding: 8pt;
|
||||
font-family: monospace;
|
||||
overflow: auto;
|
||||
margin: 1.2em;
|
||||
}
|
||||
pre.src {
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
padding-top: 1.2em;
|
||||
}
|
||||
pre.src:before {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
top: -10px;
|
||||
right: 10px;
|
||||
padding: 3px;
|
||||
border: 1px solid black;
|
||||
}
|
||||
pre.src:hover:before { display: inline;}
|
||||
/* Languages per Org manual */
|
||||
pre.src-asymptote:before { content: 'Asymptote'; }
|
||||
pre.src-awk:before { content: 'Awk'; }
|
||||
pre.src-C:before { content: 'C'; }
|
||||
/* pre.src-C++ doesn't work in CSS */
|
||||
pre.src-clojure:before { content: 'Clojure'; }
|
||||
pre.src-css:before { content: 'CSS'; }
|
||||
pre.src-D:before { content: 'D'; }
|
||||
pre.src-ditaa:before { content: 'ditaa'; }
|
||||
pre.src-dot:before { content: 'Graphviz'; }
|
||||
pre.src-calc:before { content: 'Emacs Calc'; }
|
||||
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
|
||||
pre.src-fortran:before { content: 'Fortran'; }
|
||||
pre.src-gnuplot:before { content: 'gnuplot'; }
|
||||
pre.src-haskell:before { content: 'Haskell'; }
|
||||
pre.src-hledger:before { content: 'hledger'; }
|
||||
pre.src-java:before { content: 'Java'; }
|
||||
pre.src-js:before { content: 'Javascript'; }
|
||||
pre.src-latex:before { content: 'LaTeX'; }
|
||||
pre.src-ledger:before { content: 'Ledger'; }
|
||||
pre.src-lisp:before { content: 'Lisp'; }
|
||||
pre.src-lilypond:before { content: 'Lilypond'; }
|
||||
pre.src-lua:before { content: 'Lua'; }
|
||||
pre.src-matlab:before { content: 'MATLAB'; }
|
||||
pre.src-mscgen:before { content: 'Mscgen'; }
|
||||
pre.src-ocaml:before { content: 'Objective Caml'; }
|
||||
pre.src-octave:before { content: 'Octave'; }
|
||||
pre.src-org:before { content: 'Org mode'; }
|
||||
pre.src-oz:before { content: 'OZ'; }
|
||||
pre.src-plantuml:before { content: 'Plantuml'; }
|
||||
pre.src-processing:before { content: 'Processing.js'; }
|
||||
pre.src-python:before { content: 'Python'; }
|
||||
pre.src-R:before { content: 'R'; }
|
||||
pre.src-ruby:before { content: 'Ruby'; }
|
||||
pre.src-sass:before { content: 'Sass'; }
|
||||
pre.src-scheme:before { content: 'Scheme'; }
|
||||
pre.src-screen:before { content: 'Gnu Screen'; }
|
||||
pre.src-sed:before { content: 'Sed'; }
|
||||
pre.src-sh:before { content: 'shell'; }
|
||||
pre.src-sql:before { content: 'SQL'; }
|
||||
pre.src-sqlite:before { content: 'SQLite'; }
|
||||
/* additional languages in org.el's org-babel-load-languages alist */
|
||||
pre.src-forth:before { content: 'Forth'; }
|
||||
pre.src-io:before { content: 'IO'; }
|
||||
pre.src-J:before { content: 'J'; }
|
||||
pre.src-makefile:before { content: 'Makefile'; }
|
||||
pre.src-maxima:before { content: 'Maxima'; }
|
||||
pre.src-perl:before { content: 'Perl'; }
|
||||
pre.src-picolisp:before { content: 'Pico Lisp'; }
|
||||
pre.src-scala:before { content: 'Scala'; }
|
||||
pre.src-shell:before { content: 'Shell Script'; }
|
||||
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
|
||||
/* additional language identifiers per "defun org-babel-execute"
|
||||
in ob-*.el */
|
||||
pre.src-cpp:before { content: 'C++'; }
|
||||
pre.src-abc:before { content: 'ABC'; }
|
||||
pre.src-coq:before { content: 'Coq'; }
|
||||
pre.src-groovy:before { content: 'Groovy'; }
|
||||
/* additional language identifiers from org-babel-shell-names in
|
||||
ob-shell.el: ob-shell is the only babel language using a lambda to put
|
||||
the execution function name together. */
|
||||
pre.src-bash:before { content: 'bash'; }
|
||||
pre.src-csh:before { content: 'csh'; }
|
||||
pre.src-ash:before { content: 'ash'; }
|
||||
pre.src-dash:before { content: 'dash'; }
|
||||
pre.src-ksh:before { content: 'ksh'; }
|
||||
pre.src-mksh:before { content: 'mksh'; }
|
||||
pre.src-posh:before { content: 'posh'; }
|
||||
/* Additional Emacs modes also supported by the LaTeX listings package */
|
||||
pre.src-ada:before { content: 'Ada'; }
|
||||
pre.src-asm:before { content: 'Assembler'; }
|
||||
pre.src-caml:before { content: 'Caml'; }
|
||||
pre.src-delphi:before { content: 'Delphi'; }
|
||||
pre.src-html:before { content: 'HTML'; }
|
||||
pre.src-idl:before { content: 'IDL'; }
|
||||
pre.src-mercury:before { content: 'Mercury'; }
|
||||
pre.src-metapost:before { content: 'MetaPost'; }
|
||||
pre.src-modula-2:before { content: 'Modula-2'; }
|
||||
pre.src-pascal:before { content: 'Pascal'; }
|
||||
pre.src-ps:before { content: 'PostScript'; }
|
||||
pre.src-prolog:before { content: 'Prolog'; }
|
||||
pre.src-simula:before { content: 'Simula'; }
|
||||
pre.src-tcl:before { content: 'tcl'; }
|
||||
pre.src-tex:before { content: 'TeX'; }
|
||||
pre.src-plain-tex:before { content: 'Plain TeX'; }
|
||||
pre.src-verilog:before { content: 'Verilog'; }
|
||||
pre.src-vhdl:before { content: 'VHDL'; }
|
||||
pre.src-xml:before { content: 'XML'; }
|
||||
pre.src-nxml:before { content: 'XML'; }
|
||||
/* add a generic configuration mode; LaTeX export needs an additional
|
||||
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
|
||||
pre.src-conf:before { content: 'Configuration File'; }
|
||||
|
||||
table { border-collapse:collapse; }
|
||||
caption.t-above { caption-side: top; }
|
||||
caption.t-bottom { caption-side: bottom; }
|
||||
td, th { vertical-align:top; }
|
||||
th.org-right { text-align: center; }
|
||||
th.org-left { text-align: center; }
|
||||
th.org-center { text-align: center; }
|
||||
td.org-right { text-align: right; }
|
||||
td.org-left { text-align: left; }
|
||||
td.org-center { text-align: center; }
|
||||
dt { font-weight: bold; }
|
||||
.footpara { display: inline; }
|
||||
.footdef { margin-bottom: 1em; }
|
||||
.figure { padding: 1em; }
|
||||
.figure p { text-align: center; }
|
||||
.equation-container {
|
||||
display: table;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.equation {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.equation-label {
|
||||
display: table-cell;
|
||||
text-align: right;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.inlinetask {
|
||||
padding: 10px;
|
||||
border: 2px solid gray;
|
||||
margin: 10px;
|
||||
background: #ffffcc;
|
||||
}
|
||||
#org-div-home-and-up
|
||||
{ text-align: right; font-size: 70%; white-space: nowrap; }
|
||||
textarea { overflow-x: auto; }
|
||||
.linenr { font-size: smaller }
|
||||
.code-highlighted { background-color: #ffff00; }
|
||||
.org-info-js_info-navigation { border-style: none; }
|
||||
#org-info-js_console-label
|
||||
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
|
||||
.org-info-js_search-highlight
|
||||
{ background-color: #ffff00; color: #000000; font-weight: bold; }
|
||||
.org-svg { width: 90%; }
|
||||
/*]]>*/-->
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" href="../css/htmlize.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../css/readtheorg.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../css/zenburn.css"/>
|
||||
<script type="text/javascript" src="../js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript" src="../js/jquery.stickytableheaders.min.js"></script>
|
||||
<script type="text/javascript" src="../js/readtheorg.js"></script>
|
||||
<script type="text/javascript">
|
||||
/*
|
||||
@licstart The following is the entire license notice for the
|
||||
JavaScript code in this tag.
|
||||
|
||||
Copyright (C) 2012-2020 Free Software Foundation, Inc.
|
||||
|
||||
The JavaScript code in this tag is free software: you can
|
||||
redistribute it and/or modify it under the terms of the GNU
|
||||
General Public License (GNU GPL) as published by the Free Software
|
||||
Foundation, either version 3 of the License, or (at your option)
|
||||
any later version. The code is distributed WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
|
||||
|
||||
As additional permission under GNU GPL version 3 section 7, you
|
||||
may distribute non-source (e.g., minimized or compacted) forms of
|
||||
that code without the copy of the GNU GPL normally required by
|
||||
section 4, provided you include this license notice and a URL
|
||||
through which recipients can access the Corresponding Source.
|
||||
|
||||
|
||||
@licend The above is the entire license notice
|
||||
for the JavaScript code in this tag.
|
||||
*/
|
||||
<!--/*--><![CDATA[/*><!--*/
|
||||
function CodeHighlightOn(elem, id)
|
||||
{
|
||||
var target = document.getElementById(id);
|
||||
if(null != target) {
|
||||
elem.cacheClassElem = elem.className;
|
||||
elem.cacheClassTarget = target.className;
|
||||
target.className = "code-highlighted";
|
||||
elem.className = "code-highlighted";
|
||||
}
|
||||
}
|
||||
function CodeHighlightOff(elem, id)
|
||||
{
|
||||
var target = document.getElementById(id);
|
||||
if(elem.cacheClassElem)
|
||||
elem.className = elem.cacheClassElem;
|
||||
if(elem.cacheClassTarget)
|
||||
target.className = elem.cacheClassTarget;
|
||||
}
|
||||
/*]]>*///-->
|
||||
</script>
|
||||
<script type="text/x-mathjax-config">
|
||||
MathJax.Hub.Config({
|
||||
displayAlign: "center",
|
||||
displayIndent: "0em",
|
||||
|
||||
"HTML-CSS": { scale: 100,
|
||||
linebreaks: { automatic: "false" },
|
||||
webFont: "TeX"
|
||||
},
|
||||
SVG: {scale: 100,
|
||||
linebreaks: { automatic: "false" },
|
||||
font: "TeX"},
|
||||
NativeMML: {scale: 100},
|
||||
TeX: { equationNumbers: {autoNumber: "AMS"},
|
||||
MultLineWidth: "85%",
|
||||
TagSide: "right",
|
||||
TagIndent: ".8em",
|
||||
Macros: {
|
||||
bm: ["{\\boldsymbol #1}",1],
|
||||
}
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<script type="text/javascript"
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_HTML"></script>
|
||||
<link rel="stylesheet" type="text/css" href="https://research.tdehaeze.xyz/css/style.css"/>
|
||||
<script type="text/javascript" src="https://research.tdehaeze.xyz/js/script.js"></script>
|
||||
<script>MathJax = {
|
||||
tex: {
|
||||
tags: 'ams',
|
||||
macros: {bm: ["\\boldsymbol{#1}",1],}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="org-div-home-and-up">
|
||||
@@ -284,21 +30,21 @@ for the JavaScript code in this tag.
|
||||
<h2>Table of Contents</h2>
|
||||
<div id="text-table-of-contents">
|
||||
<ul>
|
||||
<li><a href="#org5f3a483">1. Experimental Setup</a></li>
|
||||
<li><a href="#orgb6a54b7">2. Measurement Analysis</a>
|
||||
<li><a href="#org98d0be2">1. Experimental Setup</a></li>
|
||||
<li><a href="#org7e6d21c">2. Measurement Analysis</a>
|
||||
<ul>
|
||||
<li><a href="#org4ded9a6">2.1. Load data</a></li>
|
||||
<li><a href="#orgddfc81a">2.2. Time domain plots of the measured voltage</a></li>
|
||||
<li><a href="#orgf447e5f">2.3. Computation of the ASD of the measured voltage</a></li>
|
||||
<li><a href="#org7130c8f">2.4. Scaling to take into account the sensibility of the geophone and the voltage amplifier</a></li>
|
||||
<li><a href="#org456f387">2.5. Time domain plots of the ground motion</a></li>
|
||||
<li><a href="#org76df958">2.6. Computation of the ASD of the velocity and displacement</a></li>
|
||||
<li><a href="#org63b1f9a">2.7. Save</a></li>
|
||||
<li><a href="#orgabb922e">2.8. Comparison with other measurements of ground motion</a>
|
||||
<li><a href="#orgb4815e7">2.1. Load data</a></li>
|
||||
<li><a href="#org76505c6">2.2. Time domain plots of the measured voltage</a></li>
|
||||
<li><a href="#orge77c65d">2.3. Computation of the ASD of the measured voltage</a></li>
|
||||
<li><a href="#org7f9c12d">2.4. Scaling to take into account the sensibility of the geophone and the voltage amplifier</a></li>
|
||||
<li><a href="#org7f5940d">2.5. Time domain plots of the ground motion</a></li>
|
||||
<li><a href="#org02ba5d0">2.6. Computation of the ASD of the velocity and displacement</a></li>
|
||||
<li><a href="#org1e033f3">2.7. Save</a></li>
|
||||
<li><a href="#org8d373fd">2.8. Comparison with other measurements of ground motion</a>
|
||||
<ul>
|
||||
<li><a href="#org499997c">2.8.1. Load the measurement data</a></li>
|
||||
<li><a href="#org3b715d1">2.8.2. Compute PSD of the measurements</a></li>
|
||||
<li><a href="#org59b7d0c">2.8.3. Compare PSD of Cern, ID09 and ID31</a></li>
|
||||
<li><a href="#orgad95d8a">2.8.1. Load the measurement data</a></li>
|
||||
<li><a href="#orgd5a5c4f">2.8.2. Compute PSD of the measurements</a></li>
|
||||
<li><a href="#org4688ea2">2.8.3. Compare PSD of Cern, ID09 and ID31</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -307,8 +53,8 @@ for the JavaScript code in this tag.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org5f3a483" class="outline-2">
|
||||
<h2 id="org5f3a483"><span class="section-number-2">1</span> Experimental Setup</h2>
|
||||
<div id="outline-container-org98d0be2" class="outline-2">
|
||||
<h2 id="org98d0be2"><span class="section-number-2">1</span> Experimental Setup</h2>
|
||||
<div class="outline-text-2" id="text-1">
|
||||
<p>
|
||||
The goal here is to compare the ground motion at the location of the micro-station (ID31 beamline at ESRF) with other measurements of the ground motion.
|
||||
@@ -330,11 +76,11 @@ Then the signal is amplified by a Voltage Amplifier with the following settings:
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
On figure <a href="#org138fc2c">1</a> is an overview of multiple measurements made at famous location.
|
||||
On figure <a href="#orgb7f8464">1</a> is an overview of multiple measurements made at famous location.
|
||||
</p>
|
||||
|
||||
|
||||
<div id="org138fc2c" class="figure">
|
||||
<div id="orgb7f8464" class="figure">
|
||||
<p><img src="./img/ground_motion_measurements.png" alt="ground_motion_measurements.png" width="800px" />
|
||||
</p>
|
||||
<p><span class="figure-number">Figure 1: </span>Power spectral density of ground vibration in the vertical direction at multiple locations (<a href="https://vibration.desy.de/">source</a>)</p>
|
||||
@@ -342,13 +88,13 @@ On figure <a href="#org138fc2c">1</a> is an overview of multiple measurements ma
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgb6a54b7" class="outline-2">
|
||||
<h2 id="orgb6a54b7"><span class="section-number-2">2</span> Measurement Analysis</h2>
|
||||
<div id="outline-container-org7e6d21c" class="outline-2">
|
||||
<h2 id="org7e6d21c"><span class="section-number-2">2</span> Measurement Analysis</h2>
|
||||
<div class="outline-text-2" id="text-2">
|
||||
<p>
|
||||
<a id="org50bb0e4"></a>
|
||||
<a id="orgcc23e80"></a>
|
||||
</p>
|
||||
<div class="note">
|
||||
<div class="note" id="org6e1fb83">
|
||||
<p>
|
||||
All the files (data and Matlab scripts) are accessible <a href="data/ground_meas_id31.zip">here</a>.
|
||||
</p>
|
||||
@@ -356,8 +102,8 @@ All the files (data and Matlab scripts) are accessible <a href="data/ground_meas
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org4ded9a6" class="outline-3">
|
||||
<h3 id="org4ded9a6"><span class="section-number-3">2.1</span> Load data</h3>
|
||||
<div id="outline-container-orgb4815e7" class="outline-3">
|
||||
<h3 id="orgb4815e7"><span class="section-number-3">2.1</span> Load data</h3>
|
||||
<div class="outline-text-3" id="text-2-1">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-matlab">data = load(<span class="org-string">'mat/data_028.mat'</span>, <span class="org-string">'data'</span>); data = data.data;
|
||||
@@ -366,8 +112,8 @@ All the files (data and Matlab scripts) are accessible <a href="data/ground_meas
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgddfc81a" class="outline-3">
|
||||
<h3 id="orgddfc81a"><span class="section-number-3">2.2</span> Time domain plots of the measured voltage</h3>
|
||||
<div id="outline-container-org76505c6" class="outline-3">
|
||||
<h3 id="org76505c6"><span class="section-number-3">2.2</span> Time domain plots of the measured voltage</h3>
|
||||
<div class="outline-text-3" id="text-2-2">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-matlab"><span class="org-type">figure</span>;
|
||||
@@ -380,7 +126,7 @@ xlim([0, 100]);
|
||||
</div>
|
||||
|
||||
|
||||
<div id="org62b557f" class="figure">
|
||||
<div id="org32fab28" class="figure">
|
||||
<p><img src="figs/ground_motion_id31_time.png" alt="ground_motion_id31_time.png" />
|
||||
</p>
|
||||
<p><span class="figure-number">Figure 2: </span>Measurement of the ground motion - Time domain</p>
|
||||
@@ -388,8 +134,8 @@ xlim([0, 100]);
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgf447e5f" class="outline-3">
|
||||
<h3 id="orgf447e5f"><span class="section-number-3">2.3</span> Computation of the ASD of the measured voltage</h3>
|
||||
<div id="outline-container-orge77c65d" class="outline-3">
|
||||
<h3 id="orge77c65d"><span class="section-number-3">2.3</span> Computation of the ASD of the measured voltage</h3>
|
||||
<div class="outline-text-3" id="text-2-3">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-matlab">dt = data(2, 3) <span class="org-type">-</span> data(1, 3);
|
||||
@@ -417,7 +163,7 @@ xlim([0.1, 500]);
|
||||
</div>
|
||||
|
||||
|
||||
<div id="org3ff16a1" class="figure">
|
||||
<div id="org46dd80c" class="figure">
|
||||
<p><img src="figs/ground_motion_id31_asd_volt.png" alt="ground_motion_id31_asd_volt.png" />
|
||||
</p>
|
||||
<p><span class="figure-number">Figure 3: </span>Amplitude Spectral Density of the measured Voltage</p>
|
||||
@@ -425,11 +171,11 @@ xlim([0.1, 500]);
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org7130c8f" class="outline-3">
|
||||
<h3 id="org7130c8f"><span class="section-number-3">2.4</span> Scaling to take into account the sensibility of the geophone and the voltage amplifier</h3>
|
||||
<div id="outline-container-org7f9c12d" class="outline-3">
|
||||
<h3 id="org7f9c12d"><span class="section-number-3">2.4</span> Scaling to take into account the sensibility of the geophone and the voltage amplifier</h3>
|
||||
<div class="outline-text-3" id="text-2-4">
|
||||
<p>
|
||||
The Geophone used are L22. Their sensibility is shown on figure <a href="#org3a2258d">4</a>.
|
||||
The Geophone used are L22. Their sensibility is shown on figure <a href="#org8006b4c">4</a>.
|
||||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
@@ -454,7 +200,7 @@ xlim([0.1, 100]);
|
||||
</div>
|
||||
|
||||
|
||||
<div id="org3a2258d" class="figure">
|
||||
<div id="org8006b4c" class="figure">
|
||||
<p><img src="figs/geophone_sensibility.png" alt="geophone_sensibility.png" />
|
||||
</p>
|
||||
<p><span class="figure-number">Figure 4: </span>Sensibility of the Geophone</p>
|
||||
@@ -491,8 +237,8 @@ Finally, we obtain the PSD of the ground motion in \(m^2/Hz\) by dividing by the
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org456f387" class="outline-3">
|
||||
<h3 id="org456f387"><span class="section-number-3">2.5</span> Time domain plots of the ground motion</h3>
|
||||
<div id="outline-container-org7f5940d" class="outline-3">
|
||||
<h3 id="org7f5940d"><span class="section-number-3">2.5</span> Time domain plots of the ground motion</h3>
|
||||
<div class="outline-text-3" id="text-2-5">
|
||||
<p>
|
||||
We can inverse the dynamics of the geophone to convert the measured voltage into the estimated ground motion.
|
||||
@@ -506,14 +252,14 @@ est_dis = lsim(1<span class="org-type">/</span>(1<span class="org-type">+</span>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="org85b0910" class="figure">
|
||||
<div id="org3674cd1" class="figure">
|
||||
<p><img src="figs/time_domain_velocity.png" alt="time_domain_velocity.png" />
|
||||
</p>
|
||||
<p><span class="figure-number">Figure 5: </span>Time domain velocity (<a href="./figs/time_domain_velocity.png">png</a>, <a href="./figs/time_domain_velocity.pdf">pdf</a>)</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="org5dd32fd" class="figure">
|
||||
<div id="org39fbab6" class="figure">
|
||||
<p><img src="figs/time_domain_displacement.png" alt="time_domain_displacement.png" />
|
||||
</p>
|
||||
<p><span class="figure-number">Figure 6: </span>Time domain absolute displacement (<a href="./figs/time_domain_displacement.png">png</a>, <a href="./figs/time_domain_displacement.pdf">pdf</a>)</p>
|
||||
@@ -521,11 +267,11 @@ est_dis = lsim(1<span class="org-type">/</span>(1<span class="org-type">+</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org76df958" class="outline-3">
|
||||
<h3 id="org76df958"><span class="section-number-3">2.6</span> Computation of the ASD of the velocity and displacement</h3>
|
||||
<div id="outline-container-org02ba5d0" class="outline-3">
|
||||
<h3 id="org02ba5d0"><span class="section-number-3">2.6</span> Computation of the ASD of the velocity and displacement</h3>
|
||||
<div class="outline-text-3" id="text-2-6">
|
||||
<p>
|
||||
The ASD of the measured velocity is shown on figure <a href="#org5031b4e">7</a>.
|
||||
The ASD of the measured velocity is shown on figure <a href="#orgddc47d6">7</a>.
|
||||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
@@ -541,14 +287,14 @@ xlim([0.1, 500]);
|
||||
</div>
|
||||
|
||||
|
||||
<div id="org5031b4e" class="figure">
|
||||
<div id="orgddc47d6" class="figure">
|
||||
<p><img src="figs/ground_motion_id31_asd_velocity.png" alt="ground_motion_id31_asd_velocity.png" />
|
||||
</p>
|
||||
<p><span class="figure-number">Figure 7: </span>Amplitude Spectral Density of the Velocity</p>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
We also plot the ASD in displacement (figure <a href="#org593f7fc">8</a>);
|
||||
We also plot the ASD in displacement (figure <a href="#org9eb24d7">8</a>);
|
||||
</p>
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-matlab"><span class="org-type">figure</span>;
|
||||
@@ -562,15 +308,15 @@ xlim([0.1, 500]);
|
||||
</div>
|
||||
|
||||
|
||||
<div id="org593f7fc" class="figure">
|
||||
<div id="org9eb24d7" class="figure">
|
||||
<p><img src="figs/ground_motion_id31_asd_displacement.png" alt="ground_motion_id31_asd_displacement.png" />
|
||||
</p>
|
||||
<p><span class="figure-number">Figure 8: </span>Amplitude Spectral Density of the Displacement</p>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
And we also plot the PSD of the displacement in \(\frac{{\mu u}^2}{Hz}\) as it is a usual unit used (figure <a href="#orgfab6718">9</a>).
|
||||
One can then compare this curve with the figure <a href="#org138fc2c">1</a>.
|
||||
And we also plot the PSD of the displacement in \(\frac{{\mu u}^2}{Hz}\) as it is a usual unit used (figure <a href="#org5008310">9</a>).
|
||||
One can then compare this curve with the figure <a href="#orgb7f8464">1</a>.
|
||||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
@@ -586,7 +332,7 @@ xlim([0.1, 500]); ylim([1e<span class="org-type">-</span>13, 1e3]);
|
||||
</div>
|
||||
|
||||
|
||||
<div id="orgfab6718" class="figure">
|
||||
<div id="org5008310" class="figure">
|
||||
<p><img src="figs/ground_motion_id31_psd_displacement.png" alt="ground_motion_id31_psd_displacement.png" />
|
||||
</p>
|
||||
<p><span class="figure-number">Figure 9: </span>Power Spectral Density of the measured displacement</p>
|
||||
@@ -594,8 +340,8 @@ xlim([0.1, 500]); ylim([1e<span class="org-type">-</span>13, 1e3]);
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org63b1f9a" class="outline-3">
|
||||
<h3 id="org63b1f9a"><span class="section-number-3">2.7</span> Save</h3>
|
||||
<div id="outline-container-org1e033f3" class="outline-3">
|
||||
<h3 id="org1e033f3"><span class="section-number-3">2.7</span> Save</h3>
|
||||
<div class="outline-text-3" id="text-2-7">
|
||||
<p>
|
||||
We save the PSD of the ground motion for further analysis.
|
||||
@@ -607,16 +353,16 @@ We save the PSD of the ground motion for further analysis.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgabb922e" class="outline-3">
|
||||
<h3 id="orgabb922e"><span class="section-number-3">2.8</span> Comparison with other measurements of ground motion</h3>
|
||||
<div id="outline-container-org8d373fd" class="outline-3">
|
||||
<h3 id="org8d373fd"><span class="section-number-3">2.8</span> Comparison with other measurements of ground motion</h3>
|
||||
<div class="outline-text-3" id="text-2-8">
|
||||
<p>
|
||||
Now we will compare with other measurements.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org499997c" class="outline-4">
|
||||
<h4 id="org499997c"><span class="section-number-4">2.8.1</span> Load the measurement data</h4>
|
||||
<div id="outline-container-orgad95d8a" class="outline-4">
|
||||
<h4 id="orgad95d8a"><span class="section-number-4">2.8.1</span> Load the measurement data</h4>
|
||||
<div class="outline-text-4" id="text-2-8-1">
|
||||
<p>
|
||||
First we load the measurement data.
|
||||
@@ -630,8 +376,8 @@ cern = load(<span class="org-string">'./mat/ground_motion_dist.mat'</span>);
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org3b715d1" class="outline-4">
|
||||
<h4 id="org3b715d1"><span class="section-number-4">2.8.2</span> Compute PSD of the measurements</h4>
|
||||
<div id="outline-container-orgd5a5c4f" class="outline-4">
|
||||
<h4 id="orgd5a5c4f"><span class="section-number-4">2.8.2</span> Compute PSD of the measurements</h4>
|
||||
<div class="outline-text-4" id="text-2-8-2">
|
||||
<p>
|
||||
We compute the Power Spectral Densities of the measurements.
|
||||
@@ -652,11 +398,11 @@ win_cern = hanning(ceil(10<span class="org-type">*</span>Fs_cern));
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org59b7d0c" class="outline-4">
|
||||
<h4 id="org59b7d0c"><span class="section-number-4">2.8.3</span> Compare PSD of Cern, ID09 and ID31</h4>
|
||||
<div id="outline-container-org4688ea2" class="outline-4">
|
||||
<h4 id="org4688ea2"><span class="section-number-4">2.8.3</span> Compare PSD of Cern, ID09 and ID31</h4>
|
||||
<div class="outline-text-4" id="text-2-8-3">
|
||||
<p>
|
||||
And we compare all the measurements (figure <a href="#orgfc63def">10</a>).
|
||||
And we compare all the measurements (figure <a href="#orgbef99fa">10</a>).
|
||||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
@@ -674,7 +420,7 @@ xlim([0.1, 500]);
|
||||
</div>
|
||||
|
||||
|
||||
<div id="orgfc63def" class="figure">
|
||||
<div id="orgbef99fa" class="figure">
|
||||
<p><img src="figs/ground_motion_compare.png" alt="ground_motion_compare.png" />
|
||||
</p>
|
||||
<p><span class="figure-number">Figure 10: </span>Comparison of the PSD of the ground motion measured at different location</p>
|
||||
@@ -686,7 +432,7 @@ xlim([0.1, 500]);
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: Dehaeze Thomas</p>
|
||||
<p class="date">Created: 2020-01-28 mar. 15:01</p>
|
||||
<p class="date">Created: 2020-11-12 jeu. 10:28</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -7,15 +7,10 @@
|
||||
#+AUTHOR: Dehaeze Thomas
|
||||
|
||||
#+HTML_LINK_HOME: ../index.html
|
||||
#+HTML_LINK_UP: ../index.html
|
||||
#+HTML_LINK_UP: ../index.html
|
||||
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../css/htmlize.css"/>
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css"/>
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../css/zenburn.css"/>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="../js/jquery.min.js"></script>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="../js/bootstrap.min.js"></script>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="../js/jquery.stickytableheaders.min.js"></script>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="../js/readtheorg.js"></script>
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://research.tdehaeze.xyz/css/style.css"/>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="https://research.tdehaeze.xyz/js/script.js"></script>
|
||||
|
||||
#+HTML_MATHJAX: align: center tagside: right font: TeX
|
||||
|
||||
|
Reference in New Issue
Block a user