2020-09-17 11:45:45 +02:00
|
|
|
#+TITLE: Research Pages
|
|
|
|
:DRAWER:
|
|
|
|
#+OPTIONS: toc:nil
|
|
|
|
#+OPTIONS: html-postamble:nil
|
|
|
|
|
2020-09-17 12:04:29 +02:00
|
|
|
#+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: <script src="js/jquery.min.js"></script>
|
|
|
|
#+HTML_HEAD: <script src="js/bootstrap.min.js"></script>
|
|
|
|
#+HTML_HEAD: <script src="js/jquery.stickytableheaders.min.js"></script>
|
|
|
|
#+HTML_HEAD: <script src="js/readtheorg.js"></script>
|
2020-09-17 11:45:45 +02:00
|
|
|
:END:
|
|
|
|
|
2020-09-17 11:50:28 +02:00
|
|
|
Welcome to my research pages.
|
2020-10-05 18:16:03 +02:00
|
|
|
* Update :noexport:
|
2020-10-05 18:29:48 +02:00
|
|
|
#+begin_src bash :results output verbatim
|
2020-10-05 18:16:03 +02:00
|
|
|
git submodule update --remote --merge &&\
|
|
|
|
git add . && \
|
|
|
|
git commit -m "$(date +%F) - Update Submodules" && \
|
|
|
|
git push
|
|
|
|
#+end_src
|
2020-09-17 11:50:28 +02:00
|
|
|
|
2020-10-05 18:28:55 +02:00
|
|
|
#+RESULTS:
|
2020-10-05 18:29:48 +02:00
|
|
|
[master 14a6885] 2020-10-05 - Update Submodules
|
|
|
|
1 file changed, 8 insertions(+)
|
2020-10-05 18:29:00 +02:00
|
|
|
Updating aa7613b..b37c19d
|
|
|
|
Fast-forward
|
|
|
|
index.html | 268 ++++++++++++++++++++++++++++++++++---------------------------
|
|
|
|
index.org | 38 ++++++---
|
|
|
|
2 files changed, 175 insertions(+), 131 deletions(-)
|
|
|
|
Submodule path 'svd-control': merged in 'b37c19d7fa98628ea90baca93bbdd0d1548c95ee'
|
|
|
|
[master f11761f] 2020-10-05 - Update Submodules
|
|
|
|
2 files changed, 4 insertions(+), 2 deletions(-)
|
2020-10-05 18:28:55 +02:00
|
|
|
|
2020-10-03 19:11:19 +02:00
|
|
|
* Papers
|
2020-10-03 19:00:36 +02:00
|
|
|
- [[file:dehaeze18_sampl_stabil_for_tomog_exper/index.org][Sample Stabilization for Tomography Experiments in Presence of Large Plant Uncertainty]]
|
|
|
|
- [[file:dehaeze19_desig_compl_filte/index.org][Complementary Filters Shaping Using $\mathcal{H}_\infty$ Synthesis]]
|
|
|
|
- [[file:dehaeze20_optim_robus_compl_filte/index.org][Robust and Optimal Sensor Fusion]]
|
|
|
|
|
2020-10-03 19:11:19 +02:00
|
|
|
* Test Benches / Experiments
|
|
|
|
- [[file:test-bench-apa/index.org][Amplified Piezoelectric Actuator - Test Bench]]
|
|
|
|
- [[file:sensor-fusion-test-bench/index.org][Sensor Fusion - Test Bench]]
|
|
|
|
|
|
|
|
* Other pages
|
|
|
|
- [[file:svd-control/index.org][SVD Control - Simscape Models]]
|