intro component description

This commit is contained in:
Toni
2016-07-11 13:44:29 +02:00
parent 9f4547b2c1
commit 403a2f84fe
2 changed files with 22 additions and 3 deletions

View File

@@ -32,8 +32,7 @@ where $\mObsVec_{1:t} = \mObsVec_{1}, \mObsVec_{1}, ..., \mObsVec_{t}$ is a seri
%
where $x, y, z$ represent the position in 3D space, $\mStateHeading$ the user's heading and $\mStatePressure$ the relative atmospheric pressure prediction in hectopascal (hPa).
The recursive part of the density estimation contains all information up to time $t-1$.
Furthermore, the state transition $p(\mStateVec_{t} \mid \mStateVec_{t-1}, \mObsVec_{t-1})$ models the pedestrian's movement and is carried out using random walks on a graph, which is built offline, and uses the building's floorplan \cite{ebner-16}.
Furthermore, the state transition $p(\mStateVec_{t} \mid \mStateVec_{t-1}, \mObsVec_{t-1})$ models the pedestrian's movement, whereby the evaluation provides a likelihood for every sensor.
Containing all relevant sensor measurements to evaluate the current state, the observation vector is defined as follows:
%
\begin{equation}