Localization with software defined radio (SDR) and time difference of arrival (TDOA)

Distributed localization with multiple sensors is an established alternative to satellite based solutions for many special applications such as indoor navigation or wildlife tracking. At TI a testbed for real-time localization has been developed using software defined radio (SDR). The localization is performed with the principle of time difference of arrival (TDOA). TDOA requires a very accurate localization among the sensor nodes. The following demo video shows the system performing pedestrian tracking with three sensors in front of the ICT cubes building.


Download or, watch on youtube

Hardware

The sensors are built with Ettus USRP B210 frontends, augmented with a ublox LEA-M8F GPS disciplined oscillator (GPSDO) as depicted in the picture bellow. With the GPSDO it is possible to achieve synchronization in the order of 5 ns and keeping the sensors wireless. Backhauling of the IQ-baseband samples collected by each individual sensor is achieved over a IEEE 802.11 WLAN (Wi-Fi) link.

RF frontend with GPSDO

Software

The software framework of the localization system is based on GNU Radio and ZeroMQ. GNU Radio is a software defined radio library that provides blocks to interface with the RF frontends and to perform stream based signal processing. In this project the localization algorithms are calculated in a central location known as fusion center. Therefore, it is necessary to transport the signal samples provided by GNU Radio over the backhauling link using an IP-based protocol. For this the ZeroMQ library has been selected as it provides a simple interface to robust low level network programming methods. The result of the localization algorithms is displayed in a graphical user interface (GUI). Additionally the GUI provides functionality to control the sensors and the fusion center.

System architecture

Related publications

Code

Waypoints plotted

Contact

For further information contact Johannes Schmitz.