dehaeze20_optim_robus_compl.../paper/paper.org

133 lines
3.3 KiB
Org Mode
Raw Normal View History

#+TITLE: Robust and Optimal Sensor Fusion
2019-08-14 12:08:30 +02:00
: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
2019-08-14 12:08:30 +02:00
#+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
2020-08-17 15:58:25 +02:00
<<sec:introduction>>
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
* Optimal Super Sensor Noise: $\mathcal{H}_2$ Synthesis
<<sec:optimal_fusion>>
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
** Sensor Fusion Architecture
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
** Super Sensor Noise
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
** $\mathcal{H}_2$ Synthesis of Complementary Filters
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
** Example
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
** Robustness Problem
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
* Robust Sensor Fusion: $\mathcal{H}_\infty$ Synthesis
<<sec:robust_fusion>>
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
** Representation of Sensor Dynamical Uncertainty
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
** Super Sensor Dynamical Uncertainty
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
** $\mathcal{H_\infty}$ Synthesis of Complementary Filters
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
** Example
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
* Optimal and Robust Sensor Fusion: Mixed $\mathcal{H}_2/\mathcal{H}_\infty$ Synthesis
<<sec:optimal_robust_fusion>>
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
** Sensor Fusion Architecture
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
** Synthesis Objective
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
** Mixed $\mathcal{H}_2/\mathcal{H}_\infty$ Synthesis
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
** Example
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
* Experimental Validation
<<sec:experimental_validation>>
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
** Experimental Setup
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
** Sensor Noise and Dynamical Uncertainty
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
** Mixed $\mathcal{H}_2/\mathcal{H}_\infty$ Synthesis
2019-08-14 12:08:30 +02:00
2020-08-17 15:58:25 +02:00
** Super Sensor Noise and Dynamical Uncertainty
2019-08-14 12:08:30 +02:00
* Conclusion
2020-08-17 15:58:25 +02:00
<<sec:conclusion>>
2019-08-14 12:08:30 +02:00
* Acknowledgment
* Bibliography :ignore:
\bibliography{ref}