2021-04-08 11:42:54 +02:00
|
|
|
#+TITLE: Vibration Table
|
|
|
|
:DRAWER:
|
|
|
|
#+LANGUAGE: en
|
|
|
|
#+EMAIL: dehaeze.thomas@gmail.com
|
|
|
|
#+AUTHOR: Dehaeze Thomas
|
|
|
|
|
|
|
|
#+HTML_LINK_HOME: ../index.html
|
|
|
|
#+HTML_LINK_UP: ../index.html
|
|
|
|
|
|
|
|
#+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>
|
|
|
|
|
|
|
|
#+BIND: org-latex-image-default-option "scale=1"
|
|
|
|
#+BIND: org-latex-image-default-width ""
|
|
|
|
#+BIND: org-latex-bib-compiler "biber"
|
|
|
|
|
|
|
|
#+LaTeX_CLASS: scrreprt
|
|
|
|
#+LaTeX_CLASS_OPTIONS: [a4paper, 10pt, DIV=12, parskip=full]
|
|
|
|
#+LaTeX_HEADER_EXTRA: \input{preamble.tex}
|
|
|
|
#+LATEX_HEADER_EXTRA: \addbibresource{ref.bib}
|
|
|
|
|
|
|
|
#+PROPERTY: header-args:matlab :session *MATLAB*
|
|
|
|
#+PROPERTY: header-args:matlab+ :comments org
|
|
|
|
#+PROPERTY: header-args:matlab+ :exports both
|
|
|
|
#+PROPERTY: header-args:matlab+ :results none
|
|
|
|
#+PROPERTY: header-args:matlab+ :eval no-export
|
|
|
|
#+PROPERTY: header-args:matlab+ :noweb yes
|
|
|
|
#+PROPERTY: header-args:matlab+ :mkdirp yes
|
|
|
|
#+PROPERTY: header-args:matlab+ :output-dir figs
|
|
|
|
|
|
|
|
#+PROPERTY: header-args:latex :headers '("\\usepackage{tikz}" "\\usepackage{import}" "\\import{$HOME/Cloud/tikz/org/}{config.tex}")
|
|
|
|
#+PROPERTY: header-args:latex+ :imagemagick t :fit yes
|
|
|
|
#+PROPERTY: header-args:latex+ :iminoptions -scale 100% -density 150
|
|
|
|
#+PROPERTY: header-args:latex+ :imoutoptions -quality 100
|
|
|
|
#+PROPERTY: header-args:latex+ :results file raw replace
|
|
|
|
#+PROPERTY: header-args:latex+ :buffer no
|
|
|
|
#+PROPERTY: header-args:latex+ :tangle no
|
|
|
|
#+PROPERTY: header-args:latex+ :eval no-export
|
|
|
|
#+PROPERTY: header-args:latex+ :exports results
|
|
|
|
#+PROPERTY: header-args:latex+ :mkdirp yes
|
|
|
|
#+PROPERTY: header-args:latex+ :output-dir figs
|
|
|
|
#+PROPERTY: header-args:latex+ :post pdf2svg(file=*this*, ext="png")
|
|
|
|
:END:
|
|
|
|
|
|
|
|
#+begin_export html
|
|
|
|
<hr>
|
|
|
|
<p>This report is also available as a <a href="./vibration-table.pdf">pdf</a>.</p>
|
|
|
|
<hr>
|
|
|
|
#+end_export
|
|
|
|
|
2021-04-08 11:45:37 +02:00
|
|
|
* Introduction
|
2021-04-08 11:42:54 +02:00
|
|
|
|
|
|
|
#+name: fig:vibration-table-cad-view
|
|
|
|
#+caption: CAD View of the vibration table
|
|
|
|
#+attr_latex: :width 0.8\linewidth
|
|
|
|
[[file:figs/vibration-table-cad-view.png]]
|
|
|
|
|
|
|
|
#+begin_note
|
|
|
|
Here are the documentation of the equipment used for this vibration table:
|
|
|
|
- Modal Shaker: Watson and Gearing
|
|
|
|
- Inertial Shaker: [[file:doc/inertial_shakers.pdf][IS20]]
|
|
|
|
- Viscoelastic supports: [[file:doc/810002_doc.pdf][810002]]
|
|
|
|
- Spring supports: [[file:doc/9129fcb6ec46bb52925bb16155a850f3be01c479.pdf][MV803-12CC]]
|
|
|
|
- Optical Table: [[https://www.thorlabs.com/thorproduct.cfm?partnumber=B4545A][B4545A]]
|
|
|
|
#+end_note
|
|
|
|
|
|
|
|
** Suspended table
|
|
|
|
|
|
|
|
- Dimensions :: 450 mm x 450 mm x 60 mm
|
|
|
|
- Mass :: 21.30 kg
|
|
|
|
|
|
|
|
#+name: fig:compliance_optical_table
|
|
|
|
#+caption: Compliance of the B4545A optical table
|
2021-04-08 11:45:37 +02:00
|
|
|
#+attr_latex: :width 0.8\linewidth
|
|
|
|
[[file:figs/B4545A_Compliance_inLb-780.png]]
|
2021-04-08 11:42:54 +02:00
|
|
|
|
|
|
|
* Bibliography :ignore:
|
|
|
|
#+latex: \printbibliography
|