fixed some gfx

added some comments to the tex
This commit is contained in:
2016-07-12 17:20:09 +02:00
parent f8d5449dbc
commit 83dab61ca1
10 changed files with 7680 additions and 29 deletions

View File

@@ -1,16 +1,16 @@
\subsection{Barometer}
If available, the Smartphone's barometer is used to infer the likeliness of the current $z$-location%
If available, the Smartphone's barometer is used to infer the likeliness of the current $z$-location.
%
As ambient pressure readings are highly influenced by environmental conditions
like the weather, time-of-day and others \cite{Muralidharan14-BPS},
we use relative pressure instead of absolute ones.%
we use relative pressure instead of absolute ones.
%
Due to noisy sensors, more than one reading is used to estimate this relative base.
The usual setup time of a navigation-system (route calculation, etc.)
is used to average all barometer readings during this timeframe.
This average $\overline{\mObsPressure}$ serves as relative base.
Furthermore, we estimate the sensor's uncertainty $\sigma_\text{baro}$ for later use within the evaluation step.%
Furthermore, we estimate the sensor's uncertainty $\sigma_\text{baro}$ for later use within the evaluation step.
%
During each transition from $\mStateVec_{t-1}$ to $\mStateVec_t$, we need a corresponding, relative
pressure prediction $\mStatePressure$ which is adjusted whenever a $z$-change happens within the transition.