Commit dd5b25ed authored by  Lukas Eller's avatar Lukas Eller

Update readme.md

parent 2e4651b2
The measurement dataset is split into two parts: A *rural* and an *urban* subset.
In each of the folders, the measurements are bundled on a per-cell basis.
As such, each .csv file corresponds to a particular cell.
In each of the folders, the measurements are bundled on a per-cell basis. As such, each .csv file corresponds to a particular cell.
Within a csv file, each row corresponds to a particular UE measurement and includes the following values:
* **TA** - Measurement of the integer LTE Timing Advance parameter
* **RSRP** - The measured Reference Signal Received Power (Intended for comparison with baseline approaches such as max RSRP).
......@@ -12,9 +11,9 @@ Within a csv file, each row corresponds to a particular UE measurement and inclu
During preprocessing the dataset was anonymized, so that the measurement locations are reported relative to the base-station.
As such, the ground-truth eNodeB location is given by (0, 0) for each cell in the dataset.
For legal reasons, we are not allowed to publish the cell-tower candidates used in the paper.
For legal reasons, we are not allowed to publish the cell-tower candidates used in the paper.
We do, however, provide the interested reader with a reference implementation of the cell-identification framework.
We also include *multipath compensated* variants of each subset --- denoted as *rural_no_mp* and *urban_no_mp*.
For these data, the **TA** integers were derived from the the system model presented in the paper based on **dist_to_bs**.
We also include *multipath compensated* variants of each subset --- denoted as *rural_no_mp* and *urban_no_mp*.
For these data, the **TA** integers were derived from the the system model presented in the paper based on **dist_to_bs**.
Correspondingly, they can be interpreted as a variant of the dataset without deviations introduced by multipath.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment