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

@@ -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}