DVF and IFF analysis on the nano-hexapod model

This commit is contained in:
2021-04-23 13:23:36 +02:00
parent a3cf7fc537
commit ba0a42be95
38 changed files with 11125 additions and 734 deletions

View File

@@ -81,6 +81,7 @@ Active damping techniques are applied to the full Simscape model.
* Control of the Nano-Active-Stabilization-System ([[file:control.org][link]])
In this file are gathered all studies about the control the Nano-Active-Stabilization-System.
* Nano-Hexapod Simscape Model ([[file:nano_hexapod.org][link]])
* Useful Matlab Functions ([[./functions.org][link]])
Many matlab functions are shared among all the files of the projects.

File diff suppressed because it is too large Load Diff

View File

@@ -10,6 +10,15 @@
#+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+ :results none