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:57 +02:00
#+begin_src bash :results output verbatim replace
2020-10-05 18:16:03 +02:00
git submodule update --remote --merge &&\
git add . && \
2020-10-08 10:33:14 +02:00
git reset -- index.org && \
2020-10-05 18:16:03 +02:00
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-23 23:08:03 +02:00
#+begin_example
2020-10-29 10:45:06 +01:00
Updating f69ecdc..4e65335
2020-10-23 23:08:03 +02:00
Fast-forward
2020-10-29 10:45:06 +01:00
figs/int_non_linearity_period_wavelength.pdf | Bin 38868 -> 35902 bytes
figs/int_non_linearity_period_wavelength.png | Bin 48441 -> 47987 bytes
index.org | 2 +-
3 files changed, 1 insertion(+), 1 deletion(-)
Submodule path 'encoder-test-bench': merged in '4e653358d8fae19c26574f59a2229b2ed79359c6'
Updating 96d036d..c27d165
Fast-forward
index.org | 38 ++++++++++++++++-------------
stewart_platform/drone_platform.slx | Bin 55703 -> 56251 bytes
stewart_platform/drone_platform_R2017b.slx | Bin 39014 -> 39135 bytes
stewart_platform/simscape_model.m | 36 ++++++++++++++-------------
4 files changed, 40 insertions(+), 34 deletions(-)
Submodule path 'svd-control': merged in 'c27d1653907a98dc0eb750ad1362275490917f70'
[master d80cea3] 2020-10-23 - Update Submodules
2 files changed, 2 insertions(+), 2 deletions(-)
2020-10-23 23:08:03 +02:00
#+end_example
2020-10-05 18:28:55 +02:00
2020-10-03 19:11:19 +02:00
* Papers
2020-10-08 10:33:14 +02:00
Conference Papers:
2020-10-23 23:08:03 +02:00
- Dehaeze, T., Mattenet, M. M., & Collette, C., *Sample Stabilization For Tomography Experiments In Presence Of Large Plant Uncertainty* , In MEDSI'18 (pp. 153– 157) (2018). Geneva, Switzerland: JACoW Publishing. ([[file:dehaeze18_sampl_stabil_for_tomog_exper/index.org ][link ]])
- Dehaeze, T., Vermat, M., & Christophe, C., *Complementary filters shaping using $H_\infty$ synthesis* , In 7th International Conference on Control, Mechatronics and Automation (ICCMA) (pp. 459– 464) (2019). ([[file:dehaeze19_desig_compl_filte/index.org ][link ]])
- Dehaeze, T., & Collette, C., *Active damping of rotating platforms using Integral Force Feedback* , In Proceedings of the International Conference on Modal Analysis Noise and Vibration Engineering (ISMA) (2020). ([[file:dehaeze20_activ_dampin_rotat_platf_integ_force_feedb/index.org ][link ]])
2020-10-08 10:33:14 +02:00
2020-10-08 10:54:51 +02:00
* Work in Progress :noexport:
Journal Papers:
2020-10-03 19:00:36 +02:00
- [[file:dehaeze20_optim_robus_compl_filte/index.org ][Robust and Optimal Sensor Fusion ]]
2020-10-08 10:54:51 +02:00
- [[file:dehaeze20_virtu_senso_fusio/index.org ][Virtual Sensor Fusion ]]
- [[file:svd-control/index.org ][SVD Control - Simscape Models ]]
2020-10-03 19:00:36 +02:00
2020-10-29 13:30:02 +01:00
* Useful pages
- [[file:spectral-analysis/index.org ][Spectral Analsis ]]
2020-10-03 19:11:19 +02:00
* Test Benches / Experiments
2020-10-29 13:30:02 +01:00
- [[file:test-bench-apa/index.org ][Amplified Piezoelectric Actuator ]]
- [[file:sensor-fusion-test-bench/index.org ][Sensor Fusion ]]
- [[file:encoder-test-bench/index.org ][Encoder and Interferometer ]]
- [[file:attocube-test-bench/index.org ][Attocube ]]