#+TITLE: Robust and Optimal Sensor Fusion :DRAWER: #+LATEX_CLASS: ieeeconf #+LATEX_CLASS_OPTIONS: [9pt, technote, a4paper] #+OPTIONS: toc:nil #+STARTUP: overview #+DATE: {{{time(%Y-%m-%d)}}} #+AUTHOR: @@latex:\IEEEauthorblockN{Dehaeze Thomas\IEEEauthorrefmark{*} and Collette Christophe} \\@@ #+AUTHOR: @@latex:\IEEEauthorblockA{Precision Mechatronics Laboratory, ULB\\ Brussels, Belgium\\ Email: \IEEEauthorrefmark{*}dehaeze.thomas@gmail.com}@@ #+LATEX_HEADER: \usepackage{amsmath,amssymb,amsfonts, cases} #+LATEX_HEADER: \usepackage{algorithmic, graphicx, textcomp} #+LATEX_HEADER: \usepackage{xcolor, import, hyperref} #+LATEX_HEADER: \usepackage[USenglish]{babel} #+LATEX_HEADER: \setcounter{footnote}{1} #+LATEX_HEADER: \input{config.tex} \bibliographystyle{IEEEtran} :END: * LaTeX Config :noexport: #+begin_src latex :tangle config.tex % H Infini \newcommand{\hinf}{\mathcal{H}_\infty} % H 2 \newcommand{\htwo}{\mathcal{H}_2} % Omega \newcommand{\w}{\omega} % H-Infinity Norm \newcommand{\hnorm}[1]{\left\|#1\right\|_{\infty}} % H-2 Norm \newcommand{\normtwo}[1]{\left\|#1\right\|_{2}} % Norm \newcommand{\norm}[1]{\left\|#1\right\|} % Absolute value \newcommand{\abs}[1]{\left\lvert #1 \right\lvert} % Minimum Subscript \newcommand{\smin}{_{\text{min}}} % Maximum Subscript \newcommand{\smax}{_{\text{max}}} \newcommand*\colvec[1]{\begin{bmatrix}#1\end{bmatrix}} #+end_src * Build :noexport: #+NAME: startblock #+BEGIN_SRC emacs-lisp :results none (add-to-list 'org-latex-classes '("ieeeconf" "\\documentclass{ieeeconf}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ) #+END_SRC * Abstract :ignore: #+begin_abstract Abstract text to be done #+end_abstract #+begin_IEEEkeywords complementary filters, h-infinity, feedback control #+end_IEEEkeywords * Introduction <> * Optimal Super Sensor Noise: $\mathcal{H}_2$ Synthesis <> ** Sensor Fusion Architecture ** Super Sensor Noise ** $\mathcal{H}_2$ Synthesis of Complementary Filters ** Example ** Robustness Problem * Robust Sensor Fusion: $\mathcal{H}_\infty$ Synthesis <> ** Representation of Sensor Dynamical Uncertainty ** Super Sensor Dynamical Uncertainty ** $\mathcal{H_\infty}$ Synthesis of Complementary Filters ** Example * Optimal and Robust Sensor Fusion: Mixed $\mathcal{H}_2/\mathcal{H}_\infty$ Synthesis <> ** Sensor Fusion Architecture ** Synthesis Objective ** Mixed $\mathcal{H}_2/\mathcal{H}_\infty$ Synthesis ** Example * Experimental Validation <> ** Experimental Setup ** Sensor Noise and Dynamical Uncertainty ** Mixed $\mathcal{H}_2/\mathcal{H}_\infty$ Synthesis ** Super Sensor Noise and Dynamical Uncertainty * Conclusion <> * Acknowledgment * Bibliography :ignore: \bibliography{ref}