added the reviewed tex document

This commit is contained in:
2017-08-02 09:43:43 +02:00
parent 1eaf8344f8
commit 0ea5832a72
139 changed files with 276512 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#!/bin/bash
PATH=$PATH:/mnt/vm/programme/texlive/bin/x86_64-linux/
# build pdf
# one page per image
pdflatex exp
rm exp.log
rm exp.aux
# convert each PDF page to a PNG image
convert -density 300 exp.pdf -background white -alpha remove image%d.png
# convert each PDF page to an EPS image
for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
do
pdftops -f $i -l $i -eps "exp.pdf" "image$i.eps"
done

Binary file not shown.

View File

@@ -0,0 +1,73 @@
\documentclass[multi=true,crop=true,border=10]{standalone}
\usepackage{graphicx}
\usepackage{amsmath}
\graphicspath{ {../} }
\standaloneenv{xxx}
% optimizations
\newcommand{\noOptEmpiric}{empiric params}
\newcommand{\optParamsAllAP}{optimization 1}
\newcommand{\optParamsEachAP}{optimization 2}
\newcommand{\optParamsPosEachAP}{optimization 3}
\newcommand{\optPerFloor}{model per floor}
\newcommand{\optPerRegion}{model per region}
\begin{document}
\begin{xxx}
\input{../all_fingerprints}
\end{xxx}
\begin{xxx}
\input{../compare-wifi-in-out}
\end{xxx}
\begin{xxx}
\input{../wifiop_show_optfunc_pos_yz}
\end{xxx}
\begin{xxx}
\input{../wifiop_show_optfunc_params}
\end{xxx}
\begin{xxx}
\input{../wifiMaxErrorNN_opt0}
\input{../wifiMaxErrorNN_opt3}
\input{../wifiMaxErrorNN_opt5}
\end{xxx}
\begin{xxx}
\input{../wifi_model_error_num_fingerprints_method_5_0_90}
\input{../wifi_model_error_num_fingerprints_method_5_90_100}
\end{xxx}
\begin{xxx}
\input{../wifi_model_error_0_95}
\end{xxx}
\begin{xxx}
\input{../overall-system-error}
\end{xxx}
\begin{xxx}
\input{../modelPerformance_meter}
\end{xxx}
\begin{xxx}
\input{../all_walks}
\end{xxx}
\begin{xxx}
\input{../wifiMultimodality}
\end{xxx}
\begin{xxx}
\input{../model-bboxes}
\end{xxx}
\begin{xxx}
\input{../final3D}
\end{xxx}
\begin{xxx}
\input{../final-error}
\end{xxx}
\begin{xxx}
\input{../final2D-a}
\input{../final2D-b}
\end{xxx}
\end{document}

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB