comments to abstract and introduction

This commit is contained in:
Lukas Koeping
2016-05-02 10:16:18 +02:00
parent 3f6107f2a1
commit 9bbd9c7510
2 changed files with 22 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
\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.
Indoor localisation continuous to be a topic of growing importance. \commentByLukas{Wuerde "Many different.." Satz weglassen, weil informationslos} 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.
Within this work, we try to 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 a novel approach for incorporating them easily within our localisation system is presented.