60 lines
2.6 KiB
Org Mode
60 lines
2.6 KiB
Org Mode
|
#+TITLE: Complementary Filters Shaping Using $\mathcal{H}_\infty$ Synthesis
|
||
|
:DRAWER:
|
||
|
#+SUBTITLE: Dehaeze Thomas, Verma Mohit and Collette Christophe
|
||
|
#+OPTIONS: toc:nil
|
||
|
#+OPTIONS: html-postamble:nil
|
||
|
#+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>
|
||
|
:END:
|
||
|
|
||
|
#+begin_quote
|
||
|
*Abstract*:
|
||
|
|
||
|
For many applications, large bandwidth and dynamic ranges are requiring to use several sensors, whose signals are combined using complementary filters.
|
||
|
This paper presents a method for designing these complementary filters using $\mathcal{H}_\infty$ synthesis that allows to shape the filter norms.
|
||
|
This method is shown to be easily applicable for the synthesis of complex complementary filters.
|
||
|
#+end_quote
|
||
|
|
||
|
* Paper ([[file:paper/paper.pdf][link]])
|
||
|
:PROPERTIES:
|
||
|
:UNNUMBERED: t
|
||
|
:END:
|
||
|
The paper has been created [[https://orgmode.org/][Org Mode]] (generating [[https://www.latex-project.org/][LaTeX]] code) under [[https://www.gnu.org/software/emacs/][Emacs]].
|
||
|
|
||
|
* Matlab Scripts ([[file:matlab/index.org][link]]) :noexport:
|
||
|
:PROPERTIES:
|
||
|
:UNNUMBERED: t
|
||
|
:END:
|
||
|
All the [[https://fr.mathworks.com/][Matlab]] code that was used for the paper are accessible so that all the results are reproducible.
|
||
|
|
||
|
* Tikz Figures ([[file:tikz/index.org][link]])
|
||
|
:PROPERTIES:
|
||
|
:UNNUMBERED: t
|
||
|
:END:
|
||
|
All the figures for the paper have been generated using [[https://sourceforge.net/projects/pgf/][TikZ]].
|
||
|
|
||
|
* Cite this paper :noexport:
|
||
|
:PROPERTIES:
|
||
|
:UNNUMBERED: t
|
||
|
:END:
|
||
|
To cite this paper use the following bibtex code.
|
||
|
#+begin_src bibtex
|
||
|
@inproceedings{dehaeze19_compl_filter_shapin_using_synth,
|
||
|
author = {Dehaeze, Thomas and Vermat, Mohit and Collette Christophe},
|
||
|
title = {Complementary Filters Shaping Using $\mathcal{H}_\infty$ Synthesis},
|
||
|
booktitle = {7th International Conference on Control, Mechatronics and Automation (ICCMA)},
|
||
|
year = {2019},
|
||
|
language = {english},
|
||
|
doi = {10.1109/ICCMA46720.2019.8988642},
|
||
|
}
|
||
|
#+end_src
|
||
|
|
||
|
You can also use the formatted citation below.
|
||
|
#+begin_quote
|
||
|
Dehaeze T., Vermat M., and Collette C., "Complementary Filters Shaping Using ℋ∞ Synthesis," 2019 7th International Conference on Control, Mechatronics and Automation (ICCMA), Delft, Netherlands, 2019, pp. 459-464.
|
||
|
#+end_quote
|