diff --git a/tex/bare_conf.tex b/tex/bare_conf.tex index f20b5a8..8c64751 100644 --- a/tex/bare_conf.tex +++ b/tex/bare_conf.tex @@ -65,7 +65,7 @@ $^{2}$ \quad University of Siegen - Pattern Recognition Group; marcin.grzegorzek \newcommand{\mat}[1]{\vec{#1}} % the same as vec % gfx include folder -%\graphicspath{{gfx/}} +\graphicspath{ {./gfx/} {./gfx/placeholder/} } % input stuff \input{misc/keywords} @@ -80,8 +80,6 @@ $^{2}$ \quad University of Siegen - Pattern Recognition Group; marcin.grzegorzek } -\graphicspath{gfx/} - \input{chapters/0_abstract} \begin{document} diff --git a/tex/chapters/8_experiments.tex b/tex/chapters/8_experiments.tex index ef6501e..bfa8dcc 100644 --- a/tex/chapters/8_experiments.tex +++ b/tex/chapters/8_experiments.tex @@ -77,6 +77,52 @@ der einsatz der probablistischen methode sieht weitaus besser azs als multilater \item Hier werden die Ergebnisse langsam richtig gut. Also FTM ist weitaus besser als RSSI. Warum ist das so? (Filter hat die Vergangenheit mit drin, FTM ist somit auf Dauer stabiler und streut deswegen nicht so stark wie RSSI). \end{itemize} + +\begin{figure}[ht] +\centering +\includegraphics[width=1\textwidth]{Path2_Walk0_FTM.png} +\caption{Path 2 FTM, Pixel 2 mean 4.94778 stdDev 2.49081 median 4.88544 count 249} +\end{figure} + +\begin{figure}[ht] +\centering +\includegraphics[width=1\textwidth]{Path2_Walk0_FTM_Error.png} +\caption{Path 2 Error FTM, Pixel 2 } +\end{figure} + +\begin{figure}[ht] +\centering +\includegraphics[width=1\textwidth]{Path2_Walk0_RSSI.png} +\caption{Path 2 RSSI, Pixel 2 mean 5.33965 stdDev 2.68662 median 5.22802 count 249} +\end{figure} + +\begin{figure}[ht] +\centering +\includegraphics[width=1\textwidth]{Path2_Walk0_RSSI_Error.png} +\caption{Path 2 Error RSSI, Pixel 2} +\end{figure} + +\begin{figure}[ht] +\centering +\includegraphics[width=1\textwidth]{Path2_Walk0_FTM_RSSI_Error.png} +\caption{Path 2 Error FTM / RSSI, Pixel 2} +\end{figure} + +Unterscuhen ob die Abweichung nach untne daher kommt weil die Brandschutztür stört + + +\begin{figure}[ht] +\centering +\includegraphics[width=1\textwidth]{VersuchsaufbauBST1.png} +\caption{} +\end{figure} + +\begin{figure}[ht] +\centering +\includegraphics[width=1\textwidth]{VersuchsaufbauBST2.png} +\caption{} +\end{figure} + \subsection{Comparison and Discussion} Hier vergleichen wie sich die einzelen Verfahren untereinander unterscheiden und welche Vor / Nachteile sie haben. Jeweils für RSSI und FTM. (Vorher haben wir RSSI und FTM gegenübergestellt innerhalb der Verfahren und jetzt stellen wir die einzelnen Verfahren gegenüber und diskutieren deren Unterschied in Bezug auf die WI-Fi methoden) diff --git a/tex/gfx/placeholder/Path2_Walk0_FTM.png b/tex/gfx/placeholder/Path2_Walk0_FTM.png new file mode 100644 index 0000000..991047c Binary files /dev/null and b/tex/gfx/placeholder/Path2_Walk0_FTM.png differ diff --git a/tex/gfx/placeholder/Path2_Walk0_FTM_Error.png b/tex/gfx/placeholder/Path2_Walk0_FTM_Error.png new file mode 100644 index 0000000..a14ee1f Binary files /dev/null and b/tex/gfx/placeholder/Path2_Walk0_FTM_Error.png differ diff --git a/tex/gfx/placeholder/Path2_Walk0_FTM_RSSI_Error.png b/tex/gfx/placeholder/Path2_Walk0_FTM_RSSI_Error.png new file mode 100644 index 0000000..83b63d9 Binary files /dev/null and b/tex/gfx/placeholder/Path2_Walk0_FTM_RSSI_Error.png differ diff --git a/tex/gfx/placeholder/Path2_Walk0_RSSI.png b/tex/gfx/placeholder/Path2_Walk0_RSSI.png new file mode 100644 index 0000000..0202e56 Binary files /dev/null and b/tex/gfx/placeholder/Path2_Walk0_RSSI.png differ diff --git a/tex/gfx/placeholder/Path2_Walk0_RSSI_Error.png b/tex/gfx/placeholder/Path2_Walk0_RSSI_Error.png new file mode 100644 index 0000000..5f37c49 Binary files /dev/null and b/tex/gfx/placeholder/Path2_Walk0_RSSI_Error.png differ diff --git a/tex/gfx/placeholder/VersuchsaufbauBST1.png b/tex/gfx/placeholder/VersuchsaufbauBST1.png new file mode 100644 index 0000000..4c045ab Binary files /dev/null and b/tex/gfx/placeholder/VersuchsaufbauBST1.png differ diff --git a/tex/gfx/placeholder/VersuchsaufbauBST2.png b/tex/gfx/placeholder/VersuchsaufbauBST2.png new file mode 100644 index 0000000..a00a103 Binary files /dev/null and b/tex/gfx/placeholder/VersuchsaufbauBST2.png differ