From 60d3d39b040c7906cf2920f5ec20a7722eaa61af Mon Sep 17 00:00:00 2001 From: Lukas Eller Date: Fri, 5 Nov 2021 14:55:19 +0100 Subject: [PATCH] Update readme.md --- data/readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/data/readme.md b/data/readme.md index c7b2ae3..a45360b 100644 --- a/data/readme.md +++ b/data/readme.md @@ -4,7 +4,15 @@ In each folder, the measurements are bundled on a per-cell basis. Correspondingl Each row of a .csv file corresponds to a particular UE measurement and includes the following values: * TA - Timing Advance Measurement (k) -* RSRP - The obtained RSRP (reference signal received power) at the measurement location. Intended for baseline comparison with baseline approaches. +* RSRP - The obtained RSRP (reference signal received power) at the measurement location. Intended for comparison with baseline approaches such as max RSRP. * x - Longitude component of distance to BS in EPSG:31287 coordinate system. * y - Latitude component of distance to BS in EPSG:31287 coordinate system. * dist_to_bs - The Euclidian distance to the BS. Can also be obtained from x and y. + +For comparison, we also include the rural_no_mp and urban_no_mp files. +The data is equivalent to the rural and urban dataset, except for the TA values +which were derived from the system model presented in the paper based on dist_to_bs. +As such this can be interpreted as a variant of the dataset without deviations introduced by multipath. + +Due to legal reasons, we are not allowed to publish candidate cell-tower locations. +The ground-truth is given by 0, 0. \ No newline at end of file -- 2.22.0