commit 2a94851f50a80c5117b729511e9e732b43866f6c Author: Thomas Dehaeze Date: Thu Apr 8 11:42:54 2021 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8394d13 --- /dev/null +++ b/.gitignore @@ -0,0 +1,52 @@ +auto/ +*.tex +*.bbl +*.synctex.gz +.auctex-auto/ +_minted* + +# Emacs +auto/ + +# Simulink Real Time +*bio.m +*pt.m +*ref.m +*ri.m +*xcp.m +*.mldatx +*.slxc +*.xml +*_slrt_rtw/ + +# data +data/ + +# Windows default autosave extension +*.asv + +# OSX / *nix default autosave extension +*.m~ + +# Compiled MEX binaries (all platforms) +*.mex* + +# Packaged app and toolbox files +*.mlappinstall +*.mltbx + +# Generated helpsearch folders +helpsearch*/ + +# Simulink code generation folders +slprj/ +sccprj/ + +# Matlab code generation folders +codegen/ + +# Simulink autosave extension +*.autosave + +# Octave session info +octave-workspace diff --git a/doc/810002_doc.pdf b/doc/810002_doc.pdf new file mode 100644 index 0000000..e0ecc36 Binary files /dev/null and b/doc/810002_doc.pdf differ diff --git a/doc/9129fcb6ec46bb52925bb16155a850f3be01c479.pdf b/doc/9129fcb6ec46bb52925bb16155a850f3be01c479.pdf new file mode 100644 index 0000000..c0d1f71 Binary files /dev/null and b/doc/9129fcb6ec46bb52925bb16155a850f3be01c479.pdf differ diff --git a/doc/B4545A_Compliance_inLb-780.png b/doc/B4545A_Compliance_inLb-780.png new file mode 100644 index 0000000..301a449 Binary files /dev/null and b/doc/B4545A_Compliance_inLb-780.png differ diff --git a/doc/inertial_shakers.pdf b/doc/inertial_shakers.pdf new file mode 100644 index 0000000..db2c4d9 Binary files /dev/null and b/doc/inertial_shakers.pdf differ diff --git a/figs/vibration-table-cad-view.png b/figs/vibration-table-cad-view.png new file mode 100644 index 0000000..be8ab93 Binary files /dev/null and b/figs/vibration-table-cad-view.png differ diff --git a/index.html b/index.html new file mode 120000 index 0000000..911cda8 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +test-bench-apa300ml.html \ No newline at end of file diff --git a/ref.bib b/ref.bib new file mode 100644 index 0000000..e69de29 diff --git a/vibration-table.org b/vibration-table.org new file mode 100644 index 0000000..726adf2 --- /dev/null +++ b/vibration-table.org @@ -0,0 +1,77 @@ +#+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: +#+HTML_HEAD: + +#+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 +
+

This report is also available as a pdf.

+
+#+end_export + +* Introduction :ignore: + +#+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 +[[file:doc/B4545A_Compliance_inLb-780.png]] + +* Bibliography :ignore: +#+latex: \printbibliography