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}