added the reviewed tex document
17
tex_reviewed/gfx2/standalone/build.sh
Executable 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
|
||||
BIN
tex_reviewed/gfx2/standalone/exp.pdf
Executable file
73
tex_reviewed/gfx2/standalone/exp.tex
Executable 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}
|
||||
BIN
tex_reviewed/gfx2/standalone/image0.png
Executable file
|
After Width: | Height: | Size: 144 KiB |
6249
tex_reviewed/gfx2/standalone/image1.eps
Executable file
BIN
tex_reviewed/gfx2/standalone/image1.png
Executable file
|
After Width: | Height: | Size: 56 KiB |
5881
tex_reviewed/gfx2/standalone/image10.eps
Executable file
BIN
tex_reviewed/gfx2/standalone/image10.png
Executable file
|
After Width: | Height: | Size: 183 KiB |
6091
tex_reviewed/gfx2/standalone/image11.eps
Executable file
BIN
tex_reviewed/gfx2/standalone/image11.png
Executable file
|
After Width: | Height: | Size: 184 KiB |
5237
tex_reviewed/gfx2/standalone/image12.eps
Executable file
BIN
tex_reviewed/gfx2/standalone/image12.png
Executable file
|
After Width: | Height: | Size: 424 KiB |
7625
tex_reviewed/gfx2/standalone/image13.eps
Executable file
BIN
tex_reviewed/gfx2/standalone/image13.png
Executable file
|
After Width: | Height: | Size: 92 KiB |
2632
tex_reviewed/gfx2/standalone/image14.eps
Executable file
BIN
tex_reviewed/gfx2/standalone/image14.png
Executable file
|
After Width: | Height: | Size: 144 KiB |
7849
tex_reviewed/gfx2/standalone/image15.eps
Executable file
2019
tex_reviewed/gfx2/standalone/image2.eps
Executable file
BIN
tex_reviewed/gfx2/standalone/image2.png
Executable file
|
After Width: | Height: | Size: 167 KiB |
25003
tex_reviewed/gfx2/standalone/image3.eps
Executable file
BIN
tex_reviewed/gfx2/standalone/image3.png
Executable file
|
After Width: | Height: | Size: 169 KiB |
18171
tex_reviewed/gfx2/standalone/image4.eps
Executable file
BIN
tex_reviewed/gfx2/standalone/image4.png
Executable file
|
After Width: | Height: | Size: 638 KiB |
33971
tex_reviewed/gfx2/standalone/image5.eps
Executable file
BIN
tex_reviewed/gfx2/standalone/image5.png
Executable file
|
After Width: | Height: | Size: 93 KiB |
1881
tex_reviewed/gfx2/standalone/image6.eps
Executable file
BIN
tex_reviewed/gfx2/standalone/image6.png
Executable file
|
After Width: | Height: | Size: 71 KiB |
1656
tex_reviewed/gfx2/standalone/image7.eps
Executable file
BIN
tex_reviewed/gfx2/standalone/image7.png
Executable file
|
After Width: | Height: | Size: 69 KiB |
1654
tex_reviewed/gfx2/standalone/image8.eps
Executable file
BIN
tex_reviewed/gfx2/standalone/image8.png
Executable file
|
After Width: | Height: | Size: 51 KiB |
1570
tex_reviewed/gfx2/standalone/image9.eps
Executable file
BIN
tex_reviewed/gfx2/standalone/image9.png
Executable file
|
After Width: | Height: | Size: 225 KiB |