added abstract

This commit is contained in:
toni
2016-04-27 10:47:41 +02:00
parent df1be331a6
commit fa5f3dbfca
3 changed files with 12 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject> <!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.6.0, 2016-04-21T09:32:26. --> <!-- Written by QtCreator 3.6.0, 2016-04-26T17:01:57. -->
<qtcreator> <qtcreator>
<data> <data>
<variable>EnvironmentId</variable> <variable>EnvironmentId</variable>

Binary file not shown.

View File

@@ -1,4 +1,13 @@
\begin{abstract} \begin{abstract}
Indoor localisation continuous to be a topic of growing importance. Many different approaches for estimating the position of a pedestrian are presented year after year.
Despite the advances made, several profound problems are still present.
For example, estimating an accurate position from a multimodal distribution or recovering from the influence of faulty measurements.
Within this work, we try do solve such problems with help of Monte Carlo smoothing methods, namely forward-backward smoother and backward simulation.
In contrast to normal filtering procedures like particle filtering, smoothing methods are able to incorporate future measurements instead of just using current and past data.
This enables many possibilities for further improving the position estimation.
Both smoothing techniques are deployed as fixed-lag and fixed-interval smoother and two novel approaches for incorporating them easily within our localisation system are presented.
All this is evaluated on four floors within our faculty building.
The results show that smoothing methods offer a great tool for improving the localisation results.
Especially fixed-lag smoothing provides a great runtime support by reducing timely errors and improving the overall estimation with affordable costs.
\end{abstract} \end{abstract}
%\begin{IEEEkeywords} indoor positioning, Monte Carlo smoothing, particle smoothing, sequential Monte Carlo\end{IEEEkeywords}