espargos-0005 Dataset: Four phase- and time-synchronous ESPARGOS antenna arrays in a lab roob

Four ESPARGOS arrays are placed in the corners of a lab room. Even though they are distributed in space, they are synchronized in both time and phase thanks to wired clock / phase distribution.

36.562 MHz

Signal Bandwidth

117

OFDM Subcarriers

2023114

Data Points

20380.3 s

Total Duration

61.3 GB

Total Download Size

32

Number of Antennas

Indoor

Type of Environment

2.462000 GHz

Carrier Frequency

Global

Synchronization

3D Tachymeter

Position-Tagged

802.11n

WiFi Standard

Experiment Setup

Data Analysis

Antenna Configuration

ESPARGOS 1: espargosnorth

This ESPARGOS array has a vertical spacing of 0.06m and a horizontal spacing of 0.06m. In the dataset's cartesian coordinate system, its center is located at [-6.4943 2.2004 -1.2641] and the plane in which all the array's antennas are located is spanned by two vectors: The vector [-0.1483 0.9886 0.0267], which points to the right when looking at the array from the front, and the vector [0.2041 0 0.9789], which points upwards.

ESPARGOS 2: espargoswest

This ESPARGOS array has a vertical spacing of 0.06m and a horizontal spacing of 0.06m. In the dataset's cartesian coordinate system, its center is located at [-3.3731 -0.7048 -1.2308] and the plane in which all the array's antennas are located is spanned by two vectors: The vector [-0.9771 0.2128 0.0083], which points to the right when looking at the array from the front, and the vector [0.0518 0.2078 0.9768], which points upwards.

ESPARGOS 3: espargossouth

This ESPARGOS array has a vertical spacing of 0.06m and a horizontal spacing of 0.06m. In the dataset's cartesian coordinate system, its center is located at [0.2717 1.5834 -1.2658] and the plane in which all the array's antennas are located is spanned by two vectors: The vector [-0.4193 -0.9077 -0.0153], which points to the right when looking at the array from the front, and the vector [-0.2382 0.0933 0.9667], which points upwards.

ESPARGOS 4: espargoseast

This ESPARGOS array has a vertical spacing of 0.06m and a horizontal spacing of 0.06m. In the dataset's cartesian coordinate system, its center is located at [-2.3776 6.4792 -1.132] and the plane in which all the array's antennas are located is spanned by two vectors: The vector [0.9992 -0.0261 -0.0302], which points to the right when looking at the array from the front, and the vector [0.025 -0.2056 0.9783], which points upwards.

Python: Import with TensorFlow

#!/usr/bin/env python3
import tensorflow as tf

raw_dataset = tf.data.TFRecordDataset(["tfrecords/espargos-0005-meanders-nw-se.tfrecords", "tfrecords/espargos-0005-meanders-ne-sw-1.tfrecords", "tfrecords/espargos-0005-meanders-ne-sw-2.tfrecords", "tfrecords/espargos-0005-radial-1.tfrecords", "tfrecords/espargos-0005-radial-2.tfrecords", "tfrecords/espargos-0005-spiral.tfrecords", "tfrecords/espargos-0005-randomwalk-1.tfrecords", "tfrecords/espargos-0005-randomwalk-2.tfrecords", "tfrecords/espargos-0005-randomwalk-3.tfrecords", "tfrecords/espargos-0005-randomwalk-4.tfrecords", "tfrecords/espargos-0005-heartshape-1.tfrecords", "tfrecords/espargos-0005-heartshape-2.tfrecords"])

feature_description = {
	"csi": tf.io.FixedLenFeature([], tf.string, default_value = ''),
	"pos": tf.io.FixedLenFeature([], tf.string, default_value = ''),
	"rssi": tf.io.FixedLenFeature([], tf.string, default_value = ''),
	"time": tf.io.FixedLenFeature([], tf.string, default_value = ''),
}
			
def record_parse_function(proto):
	record = tf.io.parse_single_example(proto, feature_description)

	# Channel coefficients for all antennas, over all subcarriers, complex-valued
	csi = tf.ensure_shape(tf.io.parse_tensor(record["csi"], out_type = tf.complex64), (4, 2, 4, 117))

	# Position of transmitter determined by a tachymeter pointed at a prism mounted on top of the antenna, in meters (X / Y / Z coordinates)
	pos = tf.ensure_shape(tf.io.parse_tensor(record["pos"], out_type = tf.float64), (3))

	# Received signal strength indicator (in dB) for all antennas
	rssi = tf.ensure_shape(tf.io.parse_tensor(record["rssi"], out_type = tf.float32), (4, 2, 4))

	# Timestamp of measurement, seconds since UNIX epoch
	time = tf.ensure_shape(tf.io.parse_tensor(record["time"], out_type = tf.float64), ())

	return csi, pos, rssi, time
			
dataset = raw_dataset.map(record_parse_function, num_parallel_calls = tf.data.experimental.AUTOTUNE)

# Optional: Cache dataset in RAM for faster training
dataset = dataset.cache()

Configuration Variants and Pointcloud

:

Hint: Move with W-A-S-D, up with spacebar, down with shift, pan with mouse
No pointcloud available for this configuration variant!

Pointcloud Download and Usage Instructions

For this dataset, we provide a pointcloud of the environment, which was generated using a 3D scanning device. You may find the pointcloud useful for visualization purposes or to reconstruct and verify 3D models. Pointclouds can be viewed and edited with applications like CloudCompare.

The tachymeter was used to create a pointcloud scan. While it is stationed in the middle of the measurement area for the pointcloud scan, it was stationed elsewhere while the robot was moving. The coordinate system of the pointlcoud is the same coordinate system that was also used for the rest of the dataset (datapoint positions, antenna array positions).

The pointcloud is available for download as a .pts file.

PTS files are simple text files with the following format:

  • The first line contains the number of datapoints in the scan
  • The other lines contain (x, y, z) coordinates, reflection intensity and (r, g, b) color, e.g.:
x      y        z       i    r   g   b
6.9912 -19.5173 14.7111 -546 183 190 174
6.9930 -19.5178 14.7112 -505 162 171 154
6.9888 -19.5181 14.7098 -570 193 200 184
6.9902 -19.5111 14.7109 -578 184 191 173

How to Cite

Please refer to the home page for information on how to cite any of our datasets in your research. This particular dataset is currently not public. Please contact us if you want to cite this dataset in any of your publications.

A Note on WiFi Subcarriers, Bandwidth and Interpolation

WiFi has a concept of "guard" subcarriers, which act as guard bands that protect against interference with systems on neighboring WiFi channels. This means that not all subcarriers get driven (i.e., not all subcarriers contain useful QAM symbols), some subcarriers simply carry zeroes. If these subcarriers are at the edge of the considered spectrum, CSI from these guard subcarriers is simply not included in the dataset. This explains the odd (non-power of two) number of subcarriers and the strange OFDM signal bandwidth. Otherwise, if the guard subcarriers are not at the edges of the spectrum, linear interpolation is used to assign realistic values to these guard subcarriers. This case occurs when using channel bandwidths greater than 40MHz.

A Note on Synchronization

To make sense of the measured CSI data, please take into account:

Download

This dataset consists of 12 files. Descriptions of these files as well as download links are provided below.

espargos-0005-meanders-nw-se
Textual Description

Robots follows a northwest-southeast meander pattern (relative to the north / east / south / west array naming scheme)

5.7 GB

File Size

186879

Data Points

1913.6 s

Duration

Standard: There is only one configuration variant called the "Standard" configuration.

espargos-0005-meanders-ne-sw-1
Textual Description

Robots follows a northeast-southwest meander pattern (relative to the north / east / south / west array naming scheme), only parts of the measurement area

5.2 GB

File Size

172100

Data Points

1615.2 s

Duration

Standard: There is only one configuration variant called the "Standard" configuration.

espargos-0005-meanders-ne-sw-2
Textual Description

Robots follows a northeast-southwest meander pattern (relative to the north / east / south / west array naming scheme), complete measurement area

7.1 GB

File Size

232965

Data Points

2208.6 s

Duration

Standard: There is only one configuration variant called the "Standard" configuration.

espargos-0005-radial-1
Textual Description

Robots follows a pattern of radial trajectories, from middle of measurement area to walls, first part

3.8 GB

File Size

124980

Data Points

1418.8 s

Duration

Standard: There is only one configuration variant called the "Standard" configuration.

espargos-0005-radial-2
Textual Description

Robots follows a pattern of radial trajectories, from middle of measurement area to walls and back, second part

3.1 GB

File Size

103654

Data Points

1107.1 s

Duration

Standard: There is only one configuration variant called the "Standard" configuration.

espargos-0005-spiral
Textual Description

Robots follows an anti-clockwise spiral trajectory, starting in the center and moving towards the perimeter, slow robot speed

10.3 GB

File Size

340681

Data Points

3527.8 s

Duration

Standard: There is only one configuration variant called the "Standard" configuration.

espargos-0005-randomwalk-1
Textual Description

Robot follows a pseudorandom trajectory inside the measurement area, with robot speed a bit higher than otherwise

7.5 GB

File Size

247190

Data Points

2372.3 s

Duration

Standard: There is only one configuration variant called the "Standard" configuration.

espargos-0005-randomwalk-2
Textual Description

Robot follows a short pseudorandom trajectory inside the measurement area, robot speed back to normal (slow)

2.6 GB

File Size

85168

Data Points

968.1 s

Duration

Standard: There is only one configuration variant called the "Standard" configuration.

espargos-0005-randomwalk-3
Textual Description

Robot follows a pseudorandom trajectory inside the measurement area, robot speed back to normal (slow)

7.2 GB

File Size

238996

Data Points

2432.1 s

Duration

Standard: There is only one configuration variant called the "Standard" configuration.

espargos-0005-randomwalk-4
Textual Description

Robot follows a pseudorandom trajectory inside the measurement area, robot speed back to normal (slow)

7.1 GB

File Size

233308

Data Points

2260.1 s

Duration

Standard: There is only one configuration variant called the "Standard" configuration.

espargos-0005-heartshape-1
Textual Description

Robot follows a heart-shaped trajectory inside the measurement area, robot speed is very slow

0.8 GB

File Size

27228

Data Points

264.6 s

Duration

Standard: There is only one configuration variant called the "Standard" configuration.

espargos-0005-heartshape-2
Textual Description

Robot follows another heart-shaped trajectory inside the measurement area (rotated by 90 degrees), robot speed is very slow

0.9 GB

File Size

29965

Data Points

292.0 s

Duration

Standard: There is only one configuration variant called the "Standard" configuration.