Added second rssi plot, LOS test setup

This commit is contained in:
MBulli
2020-03-25 17:18:17 +01:00
parent 62b8d40965
commit d9b63ba706
17 changed files with 1928 additions and 35 deletions

View File

@@ -17,8 +17,10 @@
%enlarge y limits=false,
ymin=0,
xtick={1,2,3,4,5,6,7},
ytick distance=5
]
\addplot [color=black] table[x=X,y=GT,col sep=comma]{../data/BSTMean1.csv}; \addlegendentry{Groundtruth}
\addplot [color=cyan, dashed] table[x=X,y=MeanDistOnMode,col sep=comma, forget plot]{../data/BSTMean1.csv};
\addplot [color=blue] table[x=X,y=MeanDist,col sep=comma]{../data/BSTMean1.csv}; \addlegendentry{Mean distance}
\addplot [color=orange, mark=x, only marks, mark size=1.5pt, line width=0.5pt] table[x=X,y=Y,col sep=comma]{../data/BSTData1.csv}; \addlegendentry{Measured distance}
\end{axis}

View File

@@ -7,6 +7,7 @@
width=6.5cm,
height=6.5cm,
ybar,
bar width=0.75,
xtick align=inside,
xlabel ={Measurement point},
ylabel ={RSSI in \si{\dBm}},

View File

@@ -4,7 +4,8 @@
\small
\begin{tikzpicture}
\begin{axis}[
width=15.7cm,
%width=15.7cm,
width=8.2cm,
height=6.5cm,
xlabel ={Measurement point},
ylabel ={Distance in \si{\meter}},
@@ -15,6 +16,8 @@
%yminorgrids=true,
enlarge x limits=false,
%enlarge y limits=false,
xtick={1,2,3,4,5,6,7,8,9,10,11,12,13},
ytick distance=5
]
%\draw ({axis cs:7,0}|-{rel axis cs:0,1}) -- ({axis cs:7,0}|-{rel axis cs:0,0});
\addplot [color=black] table[x=X,y=GT,col sep=comma]{../data/BSTMean2.csv}; \addlegendentry{Groundtruth}

View File

@@ -0,0 +1,29 @@
\documentclass[tikz]{standalone}
\input{../PlotPreamble.tex}
\begin{document}
\small
\begin{tikzpicture}
\begin{axis}[
width=7.5cm,
height=6.5cm,
ybar,
bar width=0.75,
xtick align=inside,
xlabel ={Measurement point},
ylabel ={RSSI in \si{\dBm}},
legend pos=north east,
xmajorgrids=true,
%xminorgrids=true,
ymajorgrids=true,
%yminorgrids=true,
%enlarge x limits=false,
%enlarge y limits=false,
ymax=-55,
ymin=-75,
xtick={1,2,3,4,5,6,7,8,9,10,11,12,13},
]
\addplot [ta2skyblue, fill=ta2skyblue] table[x=X,y=RSSI,col sep=comma]{../data/BSTMean2.csv};
%\addplot [blue, mark=x] table[x=X,y=RSSI,col sep=comma]{../data/BSTMean2.csv};
\end{axis}
\end{tikzpicture}
\end{document}

View File

@@ -7,6 +7,7 @@ cd out
start %TEX% ../BSTPlot1.pgf
start %TEX% ../BSTPlot1Rssi.pgf
start %TEX% ../BSTPlot2.pgf
start %TEX% ../BSTPlot2Rssi.pgf
start %TEX% ../DistErrorCdf.pgf
start %TEX% ../MeanDistIntel.pgf
start %TEX% ../MeanDistPixel.pgf

BIN
tex/plots/data/BSTMean1.csv (Stored with Git LFS)

Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
3 size 429

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.