tex + gfx
This commit is contained in:
@@ -1,5 +1,18 @@
|
|||||||
|
\newcommand{\mPosAP}{\varrho} % char for access point position vector
|
||||||
|
\newcommand{\mPos}{\rho} % char for positions
|
||||||
|
|
||||||
|
|
||||||
\newcommand{\mPosVec}{\vec{\mPos}} % position vector
|
\newcommand{\mPosVec}{\vec{\mPos}} % position vector
|
||||||
|
\newcommand{\mRssi}{s} % client signal strength measurements
|
||||||
\newcommand{\mRssiVec}{\vec{s}} % client signal strength measurements
|
\newcommand{\mRssiVec}{\vec{s}} % client signal strength measurements
|
||||||
|
\newcommand{\mRssiVecWiFi}{\vec{s}} % client signal strength measurements
|
||||||
|
|
||||||
|
\newcommand{\mPLE}{\ensuremath{\gamma}} % path-loss exponent
|
||||||
|
\newcommand{\mTXP}{\ensuremath{P_0}} % tx-power
|
||||||
|
\newcommand{\mWAF}{\ensuremath{\beta}} % wall attenuation factor
|
||||||
|
\newcommand{\mGaussNoise}{\ensuremath{\mathcal{X}}}
|
||||||
|
|
||||||
|
\newcommand{\mMdlDist}{\ensuremath{d}} % distance used within propagation models
|
||||||
|
|
||||||
\newcommand{\mState}{q} % state variable
|
\newcommand{\mState}{q} % state variable
|
||||||
\newcommand{\mStateVec}{\vec{q}} % state vector variable
|
\newcommand{\mStateVec}{\vec{q}} % state vector variable
|
||||||
@@ -24,10 +37,22 @@
|
|||||||
\newcommand{\R}{\mathbb{R}}
|
\newcommand{\R}{\mathbb{R}}
|
||||||
%\newcommand{\N}{\mathbb{N}}
|
%\newcommand{\N}{\mathbb{N}}
|
||||||
|
|
||||||
\begin{frame}[fragile]
|
|
||||||
\frametitle{System}
|
\section{Indoor Lokalisierung}
|
||||||
|
|
||||||
%\includegraphics[width=4cm]{gfx/map1}
|
\subsection{Überblick}
|
||||||
|
\begin{frame}[fragile]
|
||||||
|
\frametitle{Indoor Lokalisierung}
|
||||||
|
|
||||||
|
\begin{figure}
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=\linewidth]{gfx/info_graphic}
|
||||||
|
\end{figure}%
|
||||||
|
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[fragile]
|
||||||
|
\frametitle{Indoor Lokalisierung}
|
||||||
|
|
||||||
\small
|
\small
|
||||||
|
|
||||||
@@ -73,7 +98,57 @@
|
|||||||
p(\mStateVec_{t} \mid \mStateVec_{t-1}, \mObsVec_{t-1}) &= \text{Bewegungsmodell mit Zusatzwissen}
|
p(\mStateVec_{t} \mid \mStateVec_{t-1}, \mObsVec_{t-1}) &= \text{Bewegungsmodell mit Zusatzwissen}
|
||||||
\end{aligned}
|
\end{aligned}
|
||||||
\end{equation*}
|
\end{equation*}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
\subsection{Bewegungsmodell}
|
||||||
|
\begin{frame}[fragile]
|
||||||
|
\frametitle{Bewegungsmodell}% $p(\mStateVec_{t} \mid \mStateVec_{t-1}, \mObsVec_{t-1})$ }
|
||||||
|
%\emph{Wo könnte ich in 10 Sekunden sein?}
|
||||||
|
|
||||||
|
%
|
||||||
|
\centering\includegraphics<1>[height=6cm]{gfx/plan1.pdf}%
|
||||||
|
\centering\includegraphics<2>[height=6cm]{gfx/plan2.pdf}%
|
||||||
|
\centering\includegraphics<3>[height=6cm]{gfx/importance.pdf}%
|
||||||
|
\centering\includegraphics<4>[height=6cm]{gfx/dijkstra.pdf}%
|
||||||
|
\centering\includegraphics<5>[height=6cm]{gfx/map1}%
|
||||||
|
|
||||||
|
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\subsection{Sensorik}
|
||||||
|
\begin{frame}[fragile]
|
||||||
|
\frametitle{Sensorik - Wi-Fi}
|
||||||
|
|
||||||
|
\begin{equation*}
|
||||||
|
p(\vec{o}_t \mid \vec{q}_t)_\text{wifi} =
|
||||||
|
p(\mRssiVecWiFi \mid \mPosVec) =
|
||||||
|
\prod_{\mRssi_{i} \in \mRssiVec{}} p(\mRssi_{i} \mid \mPosVec)
|
||||||
|
\footnote{\tiny Annahme: Messungen von Access-Points sind statistisch unabhängig}
|
||||||
|
,\enskip
|
||||||
|
%\mPos = (x,y,z)^T
|
||||||
|
\mPosVec \in \R^3
|
||||||
|
%\label{eq:wifiObs}
|
||||||
|
\end{equation*}
|
||||||
|
%
|
||||||
|
\begin{equation*}
|
||||||
|
p(\mRssi_i \mid \mPosVec) =
|
||||||
|
\mathcal{N}(\mRssi_i \mid \mu_{i,\mPosVec}, \sigma_{i,\mPosVec}^2)
|
||||||
|
%\label{eq:wifiProb}
|
||||||
|
\end{equation*}
|
||||||
|
%
|
||||||
|
\begin{equation*}
|
||||||
|
\mRssi = {\mTXP{}} - 10 \mPLE{} + \log_{10} \frac{d}{d_0} + n \beta + \mGaussNoise{}
|
||||||
|
%\label{eq:logDistModel}
|
||||||
|
\end{equation*}
|
||||||
|
|
||||||
|
\includegraphics[width=4.5cm]{gfx/fingerprints.pdf}
|
||||||
|
\includegraphics[width=4.5cm]{gfx/opt.pdf}
|
||||||
|
\includegraphics[width=4.5cm]{gfx/wifiMultimodality.pdf}
|
||||||
|
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -16,8 +16,10 @@
|
|||||||
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
\subsection{Smoothing}
|
||||||
|
|
||||||
\begin{frame}[fragile]
|
\begin{frame}[fragile]
|
||||||
\frametitle{Indoor Localisation System}
|
\frametitle{Indoor Localization System}
|
||||||
|
|
||||||
\begin{figure}
|
\begin{figure}
|
||||||
\centering
|
\centering
|
||||||
|
|||||||
BIN
presentation/gfx/dijkstra.pdf
Normal file
BIN
presentation/gfx/dijkstra.pdf
Normal file
Binary file not shown.
BIN
presentation/gfx/fingerprints.pdf
Normal file
BIN
presentation/gfx/fingerprints.pdf
Normal file
Binary file not shown.
BIN
presentation/gfx/importance.pdf
Normal file
BIN
presentation/gfx/importance.pdf
Normal file
Binary file not shown.
BIN
presentation/gfx/opt.pdf
Normal file
BIN
presentation/gfx/opt.pdf
Normal file
Binary file not shown.
BIN
presentation/gfx/plan1.pdf
Normal file
BIN
presentation/gfx/plan1.pdf
Normal file
Binary file not shown.
BIN
presentation/gfx/plan2.pdf
Normal file
BIN
presentation/gfx/plan2.pdf
Normal file
Binary file not shown.
BIN
presentation/gfx/wifiMultimodality.pdf
Normal file
BIN
presentation/gfx/wifiMultimodality.pdf
Normal file
Binary file not shown.
@@ -74,6 +74,8 @@
|
|||||||
% https://en.wikibooks.org/wiki/LaTeX/Presentations
|
% https://en.wikibooks.org/wiki/LaTeX/Presentations
|
||||||
%--------------------------------------------------------------------------
|
%--------------------------------------------------------------------------
|
||||||
|
|
||||||
|
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\maketitle
|
\maketitle
|
||||||
@@ -81,6 +83,8 @@
|
|||||||
% TODO: remove examples!
|
% TODO: remove examples!
|
||||||
%\input{chapters/examples.tex}
|
%\input{chapters/examples.tex}
|
||||||
|
|
||||||
|
\tableofcontents
|
||||||
|
|
||||||
\input{chapters/bib}
|
\input{chapters/bib}
|
||||||
|
|
||||||
\input{chapters/achievements}
|
\input{chapters/achievements}
|
||||||
|
|||||||
Reference in New Issue
Block a user