EttusResearch / gr-doa

Direction-of-Arrival (DoA) Demo for GNU Radio (OOT) with the USRP™ X-Series and TwinRX™
GNU General Public License v3.0
104 stars 52 forks source link

About gr-doa

gr-doa is a demonstration on the phase synchronization capability of Ettus Research's TwinRX daughtercards. TwinRX daughtercards can achieve a high degree of accurate phase synchronization except for constant repeatable relative phase offsets. We provide apps to determine the accuracy of phase synchronization achieved and to estimate DoA which fundamentally requires accurate phase synchronization across the receive streams.

Basic Dependencies

Dependencies Needed for QA Testing

Dependencies Needed for Doc

What is implemented?

OSs Tested

Installation

$ git clone https://github.com/EttusResearch/gr-doa
$ cd gr-doa
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make test
$ sudo make install
$ sudo ldconfig

Documentation