Coder Social home page Coder Social logo

ewine-project / uwb-los-nlos-data-set Goto Github PK

View Code? Open in Web Editor NEW
84.0 10.0 30.0 73.28 MB

Repository with UWB data traces representing LOS and NLOS channel conditions in 7 different indoor locations.

License: Creative Commons Attribution 4.0 International

Python 100.00%

uwb-los-nlos-data-set's Introduction

UWB LOS and NLOS Data Set

Data set was created using SNPN-UWB board with DecaWave DWM1000 UWB radio module.

Data Set Description

Measurements were taken on 7 different indoor locations:

  • Office1
  • Office2
  • Small appartment
  • Small workshop
  • Kitchen with a living room
  • Bedroom
  • Boiler room.

In every indoor location 3000 LOS samples and 3000 NLOS samples were taken. Different locations were choosen to prevent building of location-specific LOS and NLOS models. All together 42000 samples were taken: 21000 for LOS and 21000 for NLOS channel condition. To make data set ready for building LOS and NLOS models, samples are randomized to prevent overfitting of a model to particular places. For measurements two UWB nodes were used: one node as an anchor and the second node as a tag. Only traces of LOS and NLOS channel measurements were taken without any reference positioning (this data set is not appropriate for localization evaluation).

Data Set Structure

Folder with data set is organized as follows:

+ code
	|____ uwb_dataset.py
+ dataset
	|____ uwb_dataset_part1.csv
	|____ uwb_dataset_part2.csv
	|____ uwb_dataset_part3.csv
	|____ uwb_dataset_part4.csv
	|____ uwb_dataset_part5.csv
	|____ uwb_dataset_part6.csv
	|____ uwb_dataset_part7.csv

Whole data set is randomized and later split into 7 smaller files.

File Structure

First line in every data set file is a header with column names. Elements of every sample are:

  • NLOS (1 if NLOS, 0 if LOS)
  • Measured range (time of flight)
  • FP_IDX (index of detected first path element in channel impulse response (CIR) accumulator: in data set it can be accessed by first_path_index+15)
  • FP_AMP1 (first path amplitude - part1) look in user manual
  • FP_AMP2 (first path amplitude - part2) look in user manual
  • FP_AMP3 (first path amplitude - part3) look in user manual
  • STDEV_NOISE (standard deviation of noise)
  • CIR_PWR (total channel impulse response power)
  • MAX_NOISE (maximum value of noise)
  • RXPACC (received RX preamble symbols)
  • CH (channel number)
  • FRAME_LEN (length of frame)
  • PREAM_LEN (preamble length)
  • BITRATE
  • PRFR (pulse repetition frequency rate in MHz)
  • CIR (absolute value of channel impulse response: 1016 samples with 1 nanosecond resolution)

Importing Data Set in Python

To import data set data into Python environment, uwb_dataset.py script from folder code can be used. The CIR data still needs to be divided by number of acquired RX preamble samples (RX_PACC).

import uwb_dataset

# import raw data
data = uwb_dataset.import_from_files()

# divide CIR by RX preable count (get CIR of single preamble pulse)
# item[2] represents number of acquired preamble symbols
for item in data:
	item[15:] = item[15:]/float(item[2])

print(data)

Citation

If you are using our data set in your research, citation of the following paper would be greatly appreciated.

Klemen Bregar, Andrej Hrovat, Mihael Mohorčič, “NLOS Channel Detection with Multilayer Perceptron in Low-Rate Personal Area Networks for Indoor Localization Accuracy Improvement”. Proceedings of the 8th Jožef Stefan International Postgraduate School Students’ Conference, Ljubljana, Slovenia, May 31-June 1, 2016.

Author and license

Author of UWB LOS and NLOS Data Set and corresponding Python scripts is Klemen Bregar, [email protected].

Copyright (C) 2017 SensorLab, Jožef Stefan Institute http://sensorlab.ijs.si

Acknowledgement

The research leading to these results has received funding from the European Horizon 2020 Programme project eWINE under grant agreement No. 688116.

uwb-los-nlos-data-set's People

Contributors

klemenbr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.