nass-micro-station-measurem.../modal-analysis/measurement.html

1317 lines
51 KiB
HTML

<?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>
<!-- 2019-07-04 jeu. 17:49 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Modal Analysis - Measurement</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-2019 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"
}
});
</script>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_HTML"></script>
</head>
<body>
<div id="org-div-home-and-up">
<a accesskey="h" href="./index.html"> UP </a>
|
<a accesskey="H" href="../index.html"> HOME </a>
</div><div id="content">
<h1 class="title">Modal Analysis - Measurement</h1>
<div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#org85e5106">1. Goal</a></li>
<li><a href="#org47f3940">2. Instrumentation Used</a></li>
<li><a href="#org977bbae">3. Structure Preparation and Test Planning</a>
<ul>
<li><a href="#orgde64688">3.1. Structure Preparation</a></li>
<li><a href="#orgd83fa83">3.2. Test Planing</a></li>
<li><a href="#org3e409fe">3.3. Location of the Accelerometers</a></li>
<li><a href="#org7cb5221">3.4. Hammer Impacts</a></li>
</ul>
</li>
<li><a href="#org2124857">4. Signal Processing</a>
<ul>
<li><a href="#org600eae0">4.1. Averaging</a></li>
<li><a href="#org83d4969">4.2. Windowing</a></li>
</ul>
</li>
<li><a href="#org25e02aa">5. Force and Response signals</a>
<ul>
<li><a href="#orgbf40925">5.1. Raw Force Data</a></li>
<li><a href="#org2cf0a3e">5.2. Raw Response Data</a></li>
<li><a href="#orgad3fa68">5.3. Computation of one Frequency Response Function</a></li>
</ul>
</li>
<li><a href="#org4bffecd">6. Frequency Response Functions and Coherence Results</a></li>
<li><a href="#org093edb6">7. <span class="todo TODO">TODO</span> Plot all coherences in one plot</a></li>
<li><a href="#org23b7ad3">8. Generation of a FRF matrix and a Coherence matrix from the measurements</a></li>
<li><a href="#org8a40769">9. Solid Bodies considered for further analysis</a></li>
<li><a href="#org2405c81">10. Notes the solid body assumption</a></li>
</ul>
</div>
</div>
<div class="note">
<p>
All the files (data and Matlab scripts) are accessible <a href="data/modal_frf_coh.zip">here</a>.
</p>
</div>
<div id="outline-container-org85e5106" class="outline-2">
<h2 id="org85e5106"><span class="section-number-2">1</span> Goal</h2>
<div class="outline-text-2" id="text-1">
<p>
The goal is to measure the dynamic of the Micro-Station and to extract Frequency Response Functions.
</p>
</div>
</div>
<div id="outline-container-org47f3940" class="outline-2">
<h2 id="org47f3940"><span class="section-number-2">2</span> Instrumentation Used</h2>
<div class="outline-text-2" id="text-2">
<p>
In order to perform to <b>Modal Analysis</b> and to obtain first a <b>Response Model</b>, the following devices are used:
</p>
<ul class="org-ul">
<li>An <b>acquisition system</b> (OROS) with 24bits ADCs (figure <a href="#org5f44420">1</a>)</li>
<li>3 tri-axis <b>Accelerometers</b> (figure <a href="#orgc28a203">2</a>) with parameters shown on table <a href="#org8770ead">1</a></li>
<li>An <b>Instrumented Hammer</b> with various Tips (figure <a href="#orge4928f3">3</a>) (figure <a href="#orge94631e">4</a>)</li>
</ul>
<div id="org5f44420" class="figure">
<p><img src="img/instrumentation/oros.png" alt="oros.png" width="500px" />
</p>
<p><span class="figure-number">Figure 1: </span>Acquisition system: OROS</p>
</div>
<p>
The acquisition system permits to auto-range the inputs (probably using variable gain amplifiers) the obtain the maximum dynamic range.
This is done before each measurement.
Anti-aliasing filters are also included in the system.
</p>
<div id="orgc28a203" class="figure">
<p><img src="img/instrumentation/accelero_M393B05.png" alt="accelero_M393B05.png" width="500px" />
</p>
<p><span class="figure-number">Figure 2: </span>Accelerometer used: M393B05</p>
</div>
<table id="org8770ead" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<caption class="t-above"><span class="table-number">Table 1:</span> 393B05 Accelerometer Data Sheet</caption>
<colgroup>
<col class="org-left" />
<col class="org-left" />
</colgroup>
<tbody>
<tr>
<td class="org-left">Sensitivity</td>
<td class="org-left">10V/g</td>
</tr>
<tr>
<td class="org-left">Measurement Range</td>
<td class="org-left">0.5 g pk</td>
</tr>
<tr>
<td class="org-left">Broadband Resolution</td>
<td class="org-left">0.000004 g rms</td>
</tr>
<tr>
<td class="org-left">Frequency Range</td>
<td class="org-left">0.7 to 450Hz</td>
</tr>
<tr>
<td class="org-left">Resonance Frequency</td>
<td class="org-left">&gt; 2.5kHz</td>
</tr>
</tbody>
</table>
<p>
Tests have been conducted to determine the most suitable Hammer tip.
This has been found that the softer tip gives the best results.
It excites more the low frequency range where the coherence is low, the overall coherence was improved.
</p>
<div id="orge4928f3" class="figure">
<p><img src="img/instrumentation/instrumented_hammer.png" alt="instrumented_hammer.png" width="500px" />
</p>
<p><span class="figure-number">Figure 3: </span>Instrumented Hammer</p>
</div>
<div id="orge94631e" class="figure">
<p><img src="img/instrumentation/hammer_tips.png" alt="hammer_tips.png" width="500px" />
</p>
<p><span class="figure-number">Figure 4: </span>Hammer tips</p>
</div>
<p>
The accelerometers are glued on the structure.
</p>
</div>
</div>
<div id="outline-container-org977bbae" class="outline-2">
<h2 id="org977bbae"><span class="section-number-2">3</span> Structure Preparation and Test Planning</h2>
<div class="outline-text-2" id="text-3">
</div>
<div id="outline-container-orgde64688" class="outline-3">
<h3 id="orgde64688"><span class="section-number-3">3.1</span> Structure Preparation</h3>
<div class="outline-text-3" id="text-3-1">
<p>
All the stages are turned ON.
This is done for two reasons:
</p>
<ul class="org-ul">
<li>Be closer to the real dynamic of the station in used</li>
<li>If the control system of stages are turned OFF, this would results in very low frequency modes un-identifiable with the current setup, and this will also decouple the dynamics which would not be the case in practice</li>
</ul>
<p>
This is critical for the translation stage and the spindle as their is no stiffness in the free DOF (air-bearing for the spindle for instance).
</p>
<p>
The alternative would have been to mechanically block the stages with screws, but this may result in changing the modes.
</p>
<p>
The stages turned ON are:
</p>
<ul class="org-ul">
<li>Translation Stage</li>
<li>Tilt Stage</li>
<li>Spindle and Slip-Ring</li>
<li>Hexapod</li>
</ul>
<p>
The top part representing the NASS and the sample platform have been removed in order to reduce the complexity of the dynamics and also because this will be further added in the model inside Simscape.
</p>
<p>
All the stages are moved to their zero position (Ty, Ry, Rz, Slip-Ring, Hexapod).
</p>
<p>
All other elements have been remove from the granite such as another heavy positioning system.
</p>
</div>
</div>
<div id="outline-container-orgd83fa83" class="outline-3">
<h3 id="orgd83fa83"><span class="section-number-3">3.2</span> Test Planing</h3>
<div class="outline-text-3" id="text-3-2">
<p>
The goal is to identify the full \(N \times N\) FRF matrix (where \(N\) is the number of degree of freedom of the system).
</p>
<p>
However, the principle of reciprocity states that:
\[ H_{jk} = \frac{X_j}{F_k} = H_{kj} = \frac{X_k}{F_j} \]
Thus, only one column or one line of the matrix has to be identified.
</p>
<p>
Either we choose to identify \(\frac{X_k}{F_i}\) or \(\frac{X_i}{F_k}\) for any chosen \(k\) and for \(i = 1,\ ...,\ N\).
</p>
<p>
We here choose to identify \(\frac{X_i}{F_k}\) for practical reasons:
</p>
<ul class="org-ul">
<li>it is easier to glue the accelerometers on some stages than to excite this particular stage with the Hammer</li>
</ul>
<p>
The measurement thus consists of:
</p>
<ul class="org-ul">
<li>always excite the structure at the same location with the Hammer</li>
<li>Move the accelerometers to measure all the DOF of the structure</li>
</ul>
</div>
</div>
<div id="outline-container-org3e409fe" class="outline-3">
<h3 id="org3e409fe"><span class="section-number-3">3.3</span> Location of the Accelerometers</h3>
<div class="outline-text-3" id="text-3-3">
<p>
4 tri-axis accelerometers are used for each solid body.
</p>
<p>
Only 2 could have been used as only 6DOF have to be measured, however, we have chosen to have some <b>redundancy</b>.
</p>
<p>
This could also help us identify measurement problems or flexible modes is present.
</p>
<p>
The position of the accelerometers are:
</p>
<ul class="org-ul">
<li>4 on the first granite</li>
<li>4 on the second granite (figure <a href="#org7b547b6">5</a>)</li>
<li>4 on top of the translation stage (figure <a href="#orgf41551b">6</a>)</li>
<li>4 on top of the tilt stage</li>
<li>3 on top of the spindle</li>
<li>4 on top of the hexapod (figure <a href="#org168dfba">7</a>)</li>
</ul>
<p>
In total, 23 accelerometers are used: <b>69 DOFs are thus measured</b>.
</p>
<p>
The position and orientation of all the accelerometers used are shown on figure <a href="#org92f8aa8">8</a>.
</p>
<p>
The precise determination of the position of each accelerometer is done using the SolidWorks model (shown on figure <a href="#org87fdd26">9</a>).
</p>
<div id="org7b547b6" class="figure">
<p><img src="img/accelerometers/accelerometers_granite2_overview.jpg" alt="accelerometers_granite2_overview.jpg" width="500px" />
</p>
<p><span class="figure-number">Figure 5: </span>Accelerometers located on the top granite</p>
</div>
<div id="orgf41551b" class="figure">
<p><img src="img/accelerometers/accelerometers_ty_overview.jpg" alt="accelerometers_ty_overview.jpg" width="500px" />
</p>
<p><span class="figure-number">Figure 6: </span>Accelerometers located on top of the translation stage</p>
</div>
<div id="org168dfba" class="figure">
<p><img src="img/accelerometers/accelerometers_hexa_overview.jpg" alt="accelerometers_hexa_overview.jpg" width="500px" />
</p>
<p><span class="figure-number">Figure 7: </span>Accelerometers located on the Hexapod</p>
</div>
<div id="org92f8aa8" class="figure">
<p><img src="figs/nass-modal-test.png" alt="nass-modal-test.png" width="800px" />
</p>
<p><span class="figure-number">Figure 8: </span>Position and orientation of the accelerometer used</p>
</div>
<div id="org87fdd26" class="figure">
<p><img src="img/location_accelerometers.png" alt="location_accelerometers.png" width="800px" />
</p>
<p><span class="figure-number">Figure 9: </span>Position of the accelerometers using SolidWorks</p>
</div>
<p>
The precise position of all the 23 accelerometer with respect to a frame located at the point of interest (located 270mm above the top platform of the hexapod) is shown below. The values are in meter.
They are contained in the <code>mat/id31_nanostation.cfg</code> file.
</p>
<div class="org-src-container">
<pre class="src src-bash">cat mat/id31_nanostation.cfg | grep NODES -A <span class="org-highlight-numbers-number">23</span> | sed <span class="org-string">'/\s\+[0-9]\+/!d'</span> | sed <span class="org-string">'s/\(.*\)\s\+0\s\+.\+/\1/'</span> &gt; mat/acc_pos.txt
</pre>
</div>
<p>
We then import that on <code>matlab</code>, and sort them.
</p>
<div class="org-src-container">
<pre class="src src-matlab">acc_pos = readtable<span class="org-rainbow-delimiters-depth-1">(</span><span class="org-string">'mat/acc_pos.txt', 'ReadVariableNames'</span>, false<span class="org-rainbow-delimiters-depth-1">)</span>;
acc_pos = table2array<span class="org-rainbow-delimiters-depth-1">(</span>acc_pos<span class="org-rainbow-delimiters-depth-2">(</span><span class="org-type">:</span>, <span class="org-highlight-numbers-number">1</span><span class="org-type">:</span><span class="org-highlight-numbers-number">4</span><span class="org-rainbow-delimiters-depth-2">)</span><span class="org-rainbow-delimiters-depth-1">)</span>;
<span class="org-rainbow-delimiters-depth-1">[</span><span class="org-type">~</span>, <span class="org-constant">i</span><span class="org-rainbow-delimiters-depth-1">]</span> = sort<span class="org-rainbow-delimiters-depth-1">(</span>acc_pos<span class="org-rainbow-delimiters-depth-2">(</span><span class="org-type">:</span>, <span class="org-highlight-numbers-number">1</span><span class="org-rainbow-delimiters-depth-2">)</span><span class="org-rainbow-delimiters-depth-1">)</span>;
acc_pos = acc_pos<span class="org-rainbow-delimiters-depth-1">(</span><span class="org-constant">i</span>, <span class="org-highlight-numbers-number">2</span><span class="org-type">:</span><span class="org-highlight-numbers-number">4</span><span class="org-rainbow-delimiters-depth-1">)</span>;
</pre>
</div>
<p>
The positions of the sensors relative to the point of interest are shown below (table <a href="#org65ae8c9">2</a>).
</p>
<table id="org65ae8c9" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<caption class="t-above"><span class="table-number">Table 2:</span> position of the accelerometers</caption>
<colgroup>
<col class="org-right" />
<col class="org-right" />
<col class="org-right" />
<col class="org-right" />
</colgroup>
<thead>
<tr>
<th scope="col" class="org-right">ID</th>
<th scope="col" class="org-right">x [mm]</th>
<th scope="col" class="org-right">y [mm]</th>
<th scope="col" class="org-right">z [mm]</th>
</tr>
</thead>
<tbody>
<tr>
<td class="org-right">1</td>
<td class="org-right">-64</td>
<td class="org-right">-64</td>
<td class="org-right">-270</td>
</tr>
<tr>
<td class="org-right">2</td>
<td class="org-right">-64</td>
<td class="org-right">64</td>
<td class="org-right">-270</td>
</tr>
<tr>
<td class="org-right">3</td>
<td class="org-right">64</td>
<td class="org-right">64</td>
<td class="org-right">-270</td>
</tr>
<tr>
<td class="org-right">4</td>
<td class="org-right">64</td>
<td class="org-right">-64</td>
<td class="org-right">-270</td>
</tr>
<tr>
<td class="org-right">5</td>
<td class="org-right">-385</td>
<td class="org-right">-300</td>
<td class="org-right">-417</td>
</tr>
<tr>
<td class="org-right">6</td>
<td class="org-right">-420</td>
<td class="org-right">280</td>
<td class="org-right">-417</td>
</tr>
<tr>
<td class="org-right">7</td>
<td class="org-right">420</td>
<td class="org-right">280</td>
<td class="org-right">-417</td>
</tr>
<tr>
<td class="org-right">8</td>
<td class="org-right">380</td>
<td class="org-right">-300</td>
<td class="org-right">-417</td>
</tr>
<tr>
<td class="org-right">9</td>
<td class="org-right">-475</td>
<td class="org-right">-414</td>
<td class="org-right">-427</td>
</tr>
<tr>
<td class="org-right">10</td>
<td class="org-right">-465</td>
<td class="org-right">407</td>
<td class="org-right">-427</td>
</tr>
<tr>
<td class="org-right">11</td>
<td class="org-right">475</td>
<td class="org-right">424</td>
<td class="org-right">-427</td>
</tr>
<tr>
<td class="org-right">12</td>
<td class="org-right">475</td>
<td class="org-right">-419</td>
<td class="org-right">-427</td>
</tr>
<tr>
<td class="org-right">13</td>
<td class="org-right">-320</td>
<td class="org-right">-446</td>
<td class="org-right">-786</td>
</tr>
<tr>
<td class="org-right">14</td>
<td class="org-right">-480</td>
<td class="org-right">534</td>
<td class="org-right">-786</td>
</tr>
<tr>
<td class="org-right">15</td>
<td class="org-right">450</td>
<td class="org-right">534</td>
<td class="org-right">-786</td>
</tr>
<tr>
<td class="org-right">16</td>
<td class="org-right">295</td>
<td class="org-right">-481</td>
<td class="org-right">-786</td>
</tr>
<tr>
<td class="org-right">17</td>
<td class="org-right">-730</td>
<td class="org-right">-526</td>
<td class="org-right">-951</td>
</tr>
<tr>
<td class="org-right">18</td>
<td class="org-right">-735</td>
<td class="org-right">814</td>
<td class="org-right">-951</td>
</tr>
<tr>
<td class="org-right">19</td>
<td class="org-right">875</td>
<td class="org-right">799</td>
<td class="org-right">-951</td>
</tr>
<tr>
<td class="org-right">20</td>
<td class="org-right">865</td>
<td class="org-right">-506</td>
<td class="org-right">-951</td>
</tr>
<tr>
<td class="org-right">21</td>
<td class="org-right">-155</td>
<td class="org-right">-90</td>
<td class="org-right">-594</td>
</tr>
<tr>
<td class="org-right">22</td>
<td class="org-right">0</td>
<td class="org-right">180</td>
<td class="org-right">-594</td>
</tr>
<tr>
<td class="org-right">23</td>
<td class="org-right">155</td>
<td class="org-right">-90</td>
<td class="org-right">-594</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-org7cb5221" class="outline-3">
<h3 id="org7cb5221"><span class="section-number-3">3.4</span> Hammer Impacts</h3>
<div class="outline-text-3" id="text-3-4">
<p>
Only 3 impact points are used.
</p>
<p>
The impact points are shown on figures <a href="#orge9d3fcb">10</a>, <a href="#org689764c">11</a> and <a href="#orgb4d4ec1">12</a>.
</p>
<p>
We chose this excitation point as it seems to excite all the modes in the frequency band of interest and because it provides good coherence for all the accelerometers.
</p>
<div id="orge9d3fcb" class="figure">
<p><img src="img/impacts/hammer_x.gif" alt="hammer_x.gif" width="300px" />
</p>
<p><span class="figure-number">Figure 10: </span>Hammer Blow in the X direction</p>
</div>
<div id="org689764c" class="figure">
<p><img src="img/impacts/hammer_y.gif" alt="hammer_y.gif" width="300px" />
</p>
<p><span class="figure-number">Figure 11: </span>Hammer Blow in the Y direction</p>
</div>
<div id="orgb4d4ec1" class="figure">
<p><img src="img/impacts/hammer_z.gif" alt="hammer_z.gif" width="300px" />
</p>
<p><span class="figure-number">Figure 12: </span>Hammer Blow in the Z direction</p>
</div>
</div>
</div>
</div>
<div id="outline-container-org2124857" class="outline-2">
<h2 id="org2124857"><span class="section-number-2">4</span> Signal Processing</h2>
<div class="outline-text-2" id="text-4">
</div>
<div id="outline-container-org600eae0" class="outline-3">
<h3 id="org600eae0"><span class="section-number-3">4.1</span> Averaging</h3>
<div class="outline-text-3" id="text-4-1">
<p>
The measurements are averaged 10 times corresponding to 10 hammer impacts in order to reduce the effect of random noise.
The parameters for the impact test are shown on table <a href="#orgc7dedc2">3</a>.
</p>
<table id="orgc7dedc2" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<caption class="t-above"><span class="table-number">Table 3:</span> Impact test parameters</caption>
<colgroup>
<col class="org-left" />
<col class="org-left" />
</colgroup>
<tbody>
<tr>
<td class="org-left">Start Delay</td>
<td class="org-left">-5%</td>
</tr>
<tr>
<td class="org-left">Number of lines</td>
<td class="org-left">801 lines</td>
</tr>
<tr>
<td class="org-left">Trigger Threshold</td>
<td class="org-left">300N</td>
</tr>
<tr>
<td class="org-left">Trigger Hysteresis</td>
<td class="org-left">100mN</td>
</tr>
<tr>
<td class="org-left">FRF Average</td>
<td class="org-left">10</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-org83d4969" class="outline-3">
<h3 id="org83d4969"><span class="section-number-3">4.2</span> Windowing</h3>
<div class="outline-text-3" id="text-4-2">
<p>
Windowing is used on the force and response signals.
</p>
<p>
A boxcar window (figure <a href="#org36f5bec">13</a>) is used for the force signal as once the impact on the structure is done, the measured signal is meaningless.
The parameters are:
</p>
<ul class="org-ul">
<li><b>Start</b>: \(3\%\)</li>
<li><b>Stop</b>: \(7\%\)</li>
</ul>
<div id="org36f5bec" class="figure">
<p><img src="figs/windowing_force_signal.png" alt="windowing_force_signal.png" />
</p>
<p><span class="figure-number">Figure 13: </span>Window used for the force signal</p>
</div>
<p>
An exponential window (figure <a href="#orgf99890f">14</a>) is used for the response signal as we are measuring transient signals and most of the information is located at the beginning of the signal.
The parameters are:
</p>
<ul class="org-ul">
<li>FlatTop:
<ul class="org-ul">
<li><b>Start</b>: \(3\%\)</li>
<li><b>Stop</b>: \(2.96\%\)</li>
</ul></li>
<li>Decreasing point:
<ul class="org-ul">
<li><b>X</b>: \(60.4\%\)</li>
<li><b>Y</b>: \(14.7\%\)</li>
</ul></li>
</ul>
<div id="orgf99890f" class="figure">
<p><img src="figs/windowing_response_signal.png" alt="windowing_response_signal.png" />
</p>
<p><span class="figure-number">Figure 14: </span>Window used for the response signals</p>
</div>
</div>
</div>
</div>
<div id="outline-container-org25e02aa" class="outline-2">
<h2 id="org25e02aa"><span class="section-number-2">5</span> Force and Response signals</h2>
<div class="outline-text-2" id="text-5">
<p>
Let's load some obtained data to look at the force and response signals.
</p>
<div class="org-src-container">
<pre class="src src-matlab">meas1_raw = load<span class="org-rainbow-delimiters-depth-1">(</span><span class="org-string">'mat/meas_raw_1.mat'</span><span class="org-rainbow-delimiters-depth-1">)</span>;
</pre>
</div>
</div>
<div id="outline-container-orgbf40925" class="outline-3">
<h3 id="orgbf40925"><span class="section-number-3">5.1</span> Raw Force Data</h3>
<div class="outline-text-3" id="text-5-1">
<p>
The force input for the first measurement is shown on figure <a href="#org01af530">15</a>. We can see 10 impacts, one zoom on one impact is shown on figure <a href="#org90778c7">16</a>.
</p>
<p>
The Fourier transform of the force is shown on figure <a href="#orga594684">17</a>. This has been obtained without any windowing.
</p>
<div id="org01af530" class="figure">
<p><img src="figs/raw_data_force.png" alt="raw_data_force.png" />
</p>
<p><span class="figure-number">Figure 15: </span>Raw Force Data from Hammer Blow</p>
</div>
<div id="org90778c7" class="figure">
<p><img src="figs/raw_data_force_zoom.png" alt="raw_data_force_zoom.png" />
</p>
<p><span class="figure-number">Figure 16: </span>Raw Force Data from Hammer Blow - Zoom</p>
</div>
<div id="orga594684" class="figure">
<p><img src="figs/fourier_transfor_force_impact.png" alt="fourier_transfor_force_impact.png" />
</p>
<p><span class="figure-number">Figure 17: </span>Fourier Transform of the 10 force impacts for the first measurement</p>
</div>
</div>
</div>
<div id="outline-container-org2cf0a3e" class="outline-3">
<h3 id="org2cf0a3e"><span class="section-number-3">5.2</span> Raw Response Data</h3>
<div class="outline-text-3" id="text-5-2">
<p>
The response signal for the first measurement is shown on figure <a href="#org2612da5">18</a>. One zoom on one response is shown on figure <a href="#org4bfecd1">19</a>.
</p>
<p>
The Fourier transform of the response signals is shown on figure <a href="#org716c433">20</a>. This has been obtained without any windowing.
</p>
<div id="org2612da5" class="figure">
<p><img src="figs/raw_data_acceleration.png" alt="raw_data_acceleration.png" />
</p>
<p><span class="figure-number">Figure 18: </span>Raw Acceleration Data from Accelerometer</p>
</div>
<div id="org4bfecd1" class="figure">
<p><img src="figs/raw_data_acceleration_zoom.png" alt="raw_data_acceleration_zoom.png" />
</p>
<p><span class="figure-number">Figure 19: </span>Raw Acceleration Data from Accelerometer - Zoom</p>
</div>
<div id="org716c433" class="figure">
<p><img src="figs/fourier_transform_response_signals.png" alt="fourier_transform_response_signals.png" />
</p>
<p><span class="figure-number">Figure 20: </span>Fourier transform of the measured response signals</p>
</div>
</div>
</div>
<div id="outline-container-orgad3fa68" class="outline-3">
<h3 id="orgad3fa68"><span class="section-number-3">5.3</span> Computation of one Frequency Response Function</h3>
<div class="outline-text-3" id="text-5-3">
<p>
Now that we have obtained the Fourier transform of both the force input and the response signal, we can compute the Frequency Response Function from the force to the acceleration.
</p>
<p>
We then compare the result obtained with the FRF computed by the modal software (figure <a href="#orgc57fff5">21</a>).
</p>
<p>
The slight difference can probably be explained by the use of windows.
</p>
<p>
In the following analysis, FRF computed from the software will be used.
</p>
<div class="org-src-container">
<pre class="src src-matlab">meas1 = load<span class="org-rainbow-delimiters-depth-1">(</span><span class="org-string">'mat/meas_frf_coh_1.mat'</span><span class="org-rainbow-delimiters-depth-1">)</span>;
</pre>
</div>
<div id="orgc57fff5" class="figure">
<p><img src="figs/frf_comparison_software.png" alt="frf_comparison_software.png" />
</p>
<p><span class="figure-number">Figure 21: </span>Comparison of the computed FRF from the Fourier transform and using the modal software</p>
</div>
</div>
</div>
</div>
<div id="outline-container-org4bffecd" class="outline-2">
<h2 id="org4bffecd"><span class="section-number-2">6</span> Frequency Response Functions and Coherence Results</h2>
<div class="outline-text-2" id="text-6">
<p>
Let's see one computed Frequency Response Function and one coherence in order to attest the quality of the measurement.
</p>
<p>
First, we load the data.
</p>
<div class="org-src-container">
<pre class="src src-matlab">meas1 = load<span class="org-rainbow-delimiters-depth-1">(</span><span class="org-string">'mat/meas_frf_coh_1.mat'</span><span class="org-rainbow-delimiters-depth-1">)</span>;
</pre>
</div>
<p>
And we plot on figure <a href="#org0618b41">22</a> the frequency response function from the force applied in the \(X\) direction at the location of the accelerometer number 11 to the acceleration in the \(X\) direction as measured by the first accelerometer located on the top platform of the hexapod.
</p>
<p>
The coherence associated is shown on figure <a href="#org0618b41">22</a>.
</p>
<div id="org0618b41" class="figure">
<p><img src="figs/frf_result_example.png" alt="frf_result_example.png" />
</p>
<p><span class="figure-number">Figure 22: </span>Example of one measured FRF</p>
</div>
<div id="org8a24269" class="figure">
<p><img src="figs/coh_result_example.png" alt="coh_result_example.png" />
</p>
<p><span class="figure-number">Figure 23: </span>Example of one measured Coherence</p>
</div>
</div>
</div>
<div id="outline-container-org093edb6" class="outline-2">
<h2 id="org093edb6"><span class="section-number-2">7</span> <span class="todo TODO">TODO</span> Plot all coherences in one plot</h2>
</div>
<div id="outline-container-org23b7ad3" class="outline-2">
<h2 id="org23b7ad3"><span class="section-number-2">8</span> Generation of a FRF matrix and a Coherence matrix from the measurements</h2>
<div class="outline-text-2" id="text-8">
<p>
We want here to combine all the Frequency Response Functions measured into one big array called the <b>Frequency Response Matrix</b>.
</p>
<p>
The frequency response matrix is an \(n \times p \times q\):
</p>
<ul class="org-ul">
<li>\(n\) is the number of measurements: \(23 \times 3\) (23 accelerometers measuring 3 directions each)</li>
<li>\(p\) is the number of excitation inputs: \(3\)</li>
<li>\(q\) is the number of frequency points \(\omega_i\)</li>
</ul>
<p>
Thus, the FRF matrix is an \(69 \times 3 \times 801\) matrix.
</p>
<div class="important">
<p>
For each frequency point \(\omega_i\), we obtain a 2D matrix:
</p>
\begin{equation}
\text{FRF}(\omega_i) = \begin{bmatrix}
\frac{D_{1_x}}{F_x}(\omega_i) & \frac{D_{1_x}}{F_y}(\omega_i) & \frac{D_{1_x}}{F_z}(\omega_i) \\
\frac{D_{1_y}}{F_x}(\omega_i) & \frac{D_{1_y}}{F_y}(\omega_i) & \frac{D_{1_y}}{F_z}(\omega_i) \\
\frac{D_{1_z}}{F_x}(\omega_i) & \frac{D_{1_z}}{F_y}(\omega_i) & \frac{D_{1_z}}{F_z}(\omega_i) \\
\frac{D_{2_x}}{F_x}(\omega_i) & \frac{D_{2_x}}{F_y}(\omega_i) & \frac{D_{2_x}}{F_z}(\omega_i) \\
\vdots & \vdots & \vdots \\
\frac{D_{23_z}}{F_x}(\omega_i) & \frac{D_{23_z}}{F_y}(\omega_i) & \frac{D_{23_z}}{F_z}(\omega_i) \\
\end{bmatrix}
\end{equation}
</div>
<p>
We generate such FRF matrix from the measurements using the following script.
</p>
<div class="org-src-container">
<pre class="src src-matlab">n_meas = <span class="org-highlight-numbers-number">24</span>;
n_acc = <span class="org-highlight-numbers-number">23</span>;
dirs = <span class="org-string">'XYZ'</span>;
<span class="org-comment">% Number of Accelerometer * DOF for each acccelerometer / Number of excitation / frequency points</span>
FRFs = zeros<span class="org-rainbow-delimiters-depth-1">(</span><span class="org-highlight-numbers-number">3</span><span class="org-type">*</span>n_acc, <span class="org-highlight-numbers-number">3</span>, <span class="org-highlight-numbers-number">801</span><span class="org-rainbow-delimiters-depth-1">)</span>;
COHs = zeros<span class="org-rainbow-delimiters-depth-1">(</span><span class="org-highlight-numbers-number">3</span><span class="org-type">*</span>n_acc, <span class="org-highlight-numbers-number">3</span>, <span class="org-highlight-numbers-number">801</span><span class="org-rainbow-delimiters-depth-1">)</span>;
<span class="org-comment">% Loop through measurements</span>
<span class="org-keyword">for</span> <span class="org-variable-name">i</span> = <span class="org-constant"><span class="org-highlight-numbers-number">1</span></span><span class="org-constant">:n_meas</span>
<span class="org-comment">% Load the measurement file</span>
meas = load<span class="org-rainbow-delimiters-depth-1">(</span>sprintf<span class="org-rainbow-delimiters-depth-2">(</span><span class="org-string">'mat/meas_frf_coh_%i.mat'</span>, <span class="org-constant">i</span>));
<span class="org-comment">% First: determine what is the exitation (direction and sign)</span>
exc_dir = meas.FFT1_AvXSpc_2_1_RMS_RfName<span class="org-rainbow-delimiters-depth-3">(</span>end<span class="org-rainbow-delimiters-depth-3">)</span>;
exc_sign = meas.FFT1_AvXSpc_2_1_RMS_RfName<span class="org-rainbow-delimiters-depth-3">(</span>end<span class="org-type">-</span><span class="org-highlight-numbers-number">1</span><span class="org-rainbow-delimiters-depth-3">)</span>;
<span class="org-comment">% Determine what is the correct excitation sign</span>
exc_factor = str2num<span class="org-rainbow-delimiters-depth-3">(</span><span class="org-rainbow-delimiters-depth-4">[</span>exc_sign, '<span class="org-highlight-numbers-number">1</span>'<span class="org-rainbow-delimiters-depth-4">]</span><span class="org-rainbow-delimiters-depth-3">)</span>;
<span class="org-keyword">if</span> exc_dir <span class="org-type">~=</span> <span class="org-string">'Z'</span>
exc_factor = exc_factor<span class="org-type">*</span><span class="org-rainbow-delimiters-depth-3">(</span><span class="org-type">-</span><span class="org-highlight-numbers-number">1</span><span class="org-rainbow-delimiters-depth-3">)</span>;
<span class="org-keyword">end</span>
<span class="org-comment">% Then: loop through the nine measurements and store them at the correct location</span>
<span class="org-keyword">for</span> <span class="org-variable-name">j</span> = <span class="org-constant"><span class="org-highlight-numbers-number">2</span></span><span class="org-constant">:</span><span class="org-constant"><span class="org-highlight-numbers-number">10</span></span>
<span class="org-comment">% Determine what is the accelerometer and direction</span>
<span class="org-rainbow-delimiters-depth-3">[</span>indices_acc_i<span class="org-rainbow-delimiters-depth-3">]</span> = strfind<span class="org-rainbow-delimiters-depth-3">(</span>meas.<span class="org-rainbow-delimiters-depth-4">(</span>sprintf<span class="org-rainbow-delimiters-depth-5">(</span><span class="org-string">'FFT1_H1_%i_1_RpName', j)), '.'</span>);
acc_i = str2num<span class="org-rainbow-delimiters-depth-6">(</span>meas.<span class="org-rainbow-delimiters-depth-7">(</span>sprintf<span class="org-rainbow-delimiters-depth-8">(</span><span class="org-string">'FFT1_H1_%i_1_RpName'</span>, <span class="org-constant">j</span>))(indices_acc_i(<span class="org-highlight-numbers-number">1</span>)<span class="org-type">+</span><span class="org-highlight-numbers-number">1</span><span class="org-type">:</span>indices_acc_i(<span class="org-highlight-numbers-number">2</span>)<span class="org-type">-</span><span class="org-highlight-numbers-number">1</span>));
meas_dir = meas.<span class="org-rainbow-delimiters-depth-9">(</span>sprintf<span class="org-rainbow-delimiters-depth-1">(</span><span class="org-string">'FFT1_H1_%i_1_RpName'</span>, <span class="org-constant">j</span>))(end);
meas_sign = meas.<span class="org-rainbow-delimiters-depth-2">(</span>sprintf<span class="org-rainbow-delimiters-depth-3">(</span><span class="org-string">'FFT1_H1_%i_1_RpName'</span>, <span class="org-constant">j</span>))(end<span class="org-type">-</span><span class="org-highlight-numbers-number">1</span>);
<span class="org-comment">% Determine what is the correct measurement sign</span>
meas_factor = str2num<span class="org-rainbow-delimiters-depth-4">(</span><span class="org-rainbow-delimiters-depth-5">[</span>meas_sign, '<span class="org-highlight-numbers-number">1</span>'<span class="org-rainbow-delimiters-depth-5">]</span><span class="org-rainbow-delimiters-depth-4">)</span>;
<span class="org-keyword">if</span> meas_dir <span class="org-type">~=</span> <span class="org-string">'Z'</span>
meas_factor = meas_factor<span class="org-type">*</span><span class="org-rainbow-delimiters-depth-4">(</span><span class="org-type">-</span><span class="org-highlight-numbers-number">1</span><span class="org-rainbow-delimiters-depth-4">)</span>;
<span class="org-keyword">end</span>
FRFs<span class="org-rainbow-delimiters-depth-4">(</span>find<span class="org-rainbow-delimiters-depth-5">(</span>dirs<span class="org-type">==</span>meas_dir<span class="org-rainbow-delimiters-depth-5">)</span><span class="org-type">+</span><span class="org-highlight-numbers-number">3</span><span class="org-type">*</span><span class="org-rainbow-delimiters-depth-5">(</span>acc_i<span class="org-type">-</span><span class="org-highlight-numbers-number">1</span><span class="org-rainbow-delimiters-depth-5">)</span>, find<span class="org-rainbow-delimiters-depth-5">(</span>dirs<span class="org-type">==</span>exc_dir<span class="org-rainbow-delimiters-depth-5">)</span>, <span class="org-type">:</span><span class="org-rainbow-delimiters-depth-4">)</span> = exc_factor<span class="org-type">*</span>meas_factor<span class="org-type">*</span>meas.<span class="org-rainbow-delimiters-depth-4">(</span>sprintf<span class="org-rainbow-delimiters-depth-5">(</span><span class="org-string">'FFT1_H1_%i_1_Y_ReIm'</span>, <span class="org-constant">j</span>));
COHs<span class="org-rainbow-delimiters-depth-6">(</span>find<span class="org-rainbow-delimiters-depth-7">(</span>dirs<span class="org-type">==</span>meas_dir<span class="org-rainbow-delimiters-depth-7">)</span><span class="org-type">+</span><span class="org-highlight-numbers-number">3</span><span class="org-type">*</span><span class="org-rainbow-delimiters-depth-7">(</span>acc_i<span class="org-type">-</span><span class="org-highlight-numbers-number">1</span><span class="org-rainbow-delimiters-depth-7">)</span>, find<span class="org-rainbow-delimiters-depth-7">(</span>dirs<span class="org-type">==</span>exc_dir<span class="org-rainbow-delimiters-depth-7">)</span>, <span class="org-type">:</span><span class="org-rainbow-delimiters-depth-6">)</span> = meas.<span class="org-rainbow-delimiters-depth-6">(</span>sprintf<span class="org-rainbow-delimiters-depth-7">(</span><span class="org-string">'FFT1_Coh_%i_1_RMS_Y_Val'</span>, <span class="org-constant">j</span>));
<span class="org-keyword">end</span>
<span class="org-keyword">end</span>
freqs = meas.FFT1_Coh_10_1_RMS_X_Val;
</pre>
</div>
<p>
And we save the obtained FRF matrix and Coherence matrix in a <code>.mat</code> file.
</p>
<div class="org-src-container">
<pre class="src src-matlab">save<span class="org-rainbow-delimiters-depth-1">(</span><span class="org-string">'./mat/frf_coh_matrices.mat', 'FRFs', 'COHs', 'freqs'</span><span class="org-rainbow-delimiters-depth-1">)</span>;
</pre>
</div>
</div>
</div>
<div id="outline-container-org8a40769" class="outline-2">
<h2 id="org8a40769"><span class="section-number-2">9</span> Solid Bodies considered for further analysis</h2>
<div class="outline-text-2" id="text-9">
<p>
We consider the following solid bodies for further analysis:
</p>
<ul class="org-ul">
<li>Bottom Granite</li>
<li>Top Granite</li>
<li>Translation Stage</li>
<li>Tilt Stage</li>
<li>Spindle</li>
<li>Hexapod</li>
</ul>
<p>
We create a <code>matlab</code> structure <code>solids</code> that contains the accelerometers ID connected to each solid bodies (as shown on figure <a href="#org92f8aa8">8</a>).
</p>
<div class="org-src-container">
<pre class="src src-matlab">solids = <span class="org-rainbow-delimiters-depth-1">{}</span>;
solids.gbot = <span class="org-rainbow-delimiters-depth-1">[</span><span class="org-highlight-numbers-number">17</span>, <span class="org-highlight-numbers-number">18</span>, <span class="org-highlight-numbers-number">19</span>, <span class="org-highlight-numbers-number">20</span><span class="org-rainbow-delimiters-depth-1">]</span>;
solids.gtop = <span class="org-rainbow-delimiters-depth-1">[</span><span class="org-highlight-numbers-number">13</span>, <span class="org-highlight-numbers-number">14</span>, <span class="org-highlight-numbers-number">15</span>, <span class="org-highlight-numbers-number">16</span><span class="org-rainbow-delimiters-depth-1">]</span>;
solids.ty = <span class="org-rainbow-delimiters-depth-1">[</span><span class="org-highlight-numbers-number">9</span>, <span class="org-highlight-numbers-number">10</span>, <span class="org-highlight-numbers-number">11</span>, <span class="org-highlight-numbers-number">12</span><span class="org-rainbow-delimiters-depth-1">]</span>;
solids.ry = <span class="org-rainbow-delimiters-depth-1">[</span><span class="org-highlight-numbers-number">5</span>, <span class="org-highlight-numbers-number">6</span>, <span class="org-highlight-numbers-number">7</span>, <span class="org-highlight-numbers-number">8</span><span class="org-rainbow-delimiters-depth-1">]</span>;
solids.rz = <span class="org-rainbow-delimiters-depth-1">[</span><span class="org-highlight-numbers-number">21</span>, <span class="org-highlight-numbers-number">22</span>, <span class="org-highlight-numbers-number">23</span><span class="org-rainbow-delimiters-depth-1">]</span>;
solids.hexa = <span class="org-rainbow-delimiters-depth-1">[</span><span class="org-highlight-numbers-number">1</span>, <span class="org-highlight-numbers-number">2</span>, <span class="org-highlight-numbers-number">3</span>, <span class="org-highlight-numbers-number">4</span><span class="org-rainbow-delimiters-depth-1">]</span>;
solid_names = fields<span class="org-rainbow-delimiters-depth-1">(</span>solids<span class="org-rainbow-delimiters-depth-1">)</span>;
</pre>
</div>
<p>
Finally, we save that into a <code>.mat</code> file.
</p>
<div class="org-src-container">
<pre class="src src-matlab">save<span class="org-rainbow-delimiters-depth-1">(</span><span class="org-string">'mat/geometry.mat', 'solids', 'solid_names', 'acc_pos'</span><span class="org-rainbow-delimiters-depth-1">)</span>;
</pre>
</div>
</div>
</div>
<div id="outline-container-org2405c81" class="outline-2">
<h2 id="org2405c81"><span class="section-number-2">10</span> Notes the solid body assumption</h2>
<div class="outline-text-2" id="text-10">
<p>
If we measure the motion of a rigid body along a direction \(\vec{x}\) using 2 sensors that are co-linear with the same direction \(\vec{x}\) (\(\vec{p}_2 = \vec{p}_1 + \alpha \vec{x}\)), they will measured the same quantity.
</p>
<p>
This is illustrated on figure <a href="#org4627880">24</a>.
</p>
<div id="org4627880" class="figure">
<p><img src="figs/aligned_accelerometers.png" alt="aligned_accelerometers.png" />
</p>
<p><span class="figure-number">Figure 24: </span>Aligned measurement of the motion of a solid body</p>
</div>
<p>
The motion of the rigid body of figure <a href="#org4627880">24</a> is defined by the velocity \(\vec{v}\) and rotation \(\vec{\Omega}\) with respect to the reference frame \(\{O\}\).
</p>
<p>
The motions at points \(1\) and \(2\) are:
</p>
\begin{align*}
v_1 &= v + \Omega \times p_1 \\
v_2 &= v + \Omega \times p_2
\end{align*}
<p>
Taking only the \(x\) direction:
</p>
\begin{align*}
v_{x1} &= v + \Omega_y p_{z1} - \Omega_z p_{y1} \\
v_{x2} &= v + \Omega_y p_{z2} - \Omega_z p_{y2}
\end{align*}
<p>
However, we have \(p_{1y} = p_{2y}\) and \(p_{1z} = p_{2z}\) because of the co-linearity of the two sensors in the \(x\) direction, and thus we obtain
</p>
\begin{equation}
v_{x1} = v_{x2}
\end{equation}
<div class="important">
<p>
Two sensors that are measuring the co-linear motion of a rigid body should measure the same quantity.
</p>
</div>
<p>
We can verify that the rigid body assumption is correct by comparing the measurement of the sensors.
</p>
<p>
From the table <a href="#org65ae8c9">2</a>, we can guess which sensors will give the same results in the X and Y directions.
</p>
<p>
Comparison of such measurements in the X direction is shown on figure <a href="#orgac307f7">25</a> and in the Y direction on figure <a href="#org3f01b7c">26</a>.
</p>
<div id="orgac307f7" class="figure">
<p><img src="figs/compare_acc_x_dir.png" alt="compare_acc_x_dir.png" />
</p>
<p><span class="figure-number">Figure 25: </span>Compare accelerometers align in the X direction</p>
</div>
<div id="org3f01b7c" class="figure">
<p><img src="figs/compare_acc_y_dir.png" alt="compare_acc_y_dir.png" />
</p>
<p><span class="figure-number">Figure 26: </span>Compare accelerometers align in the Y direction</p>
</div>
<div class="important">
<p>
</p>
</div>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: Dehaeze Thomas</p>
<p class="date">Created: 2019-07-04 jeu. 17:49</p>
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
</div>
</body>
</html>