MarcinWachowiak / gr-aoa

GNU Radio package implementing MUSIC and root MUSIC angle of arrival algorithms with blocks necessary to provide phase synchronization of USRP devices
GNU General Public License v3.0
47 stars 11 forks source link
aoa beamforming direction-of-arrival doa gnu-radio gnuradio music-algorithm sdr software-defined-radio usrp wireless-communication

GNU Radio Angle of arrival estimation with USRP

GNU Radio package implementing MUSIC and root MUSIC angle of arrival algorithms with blocks necessary to provide phase synchronization of USRP devices. Implemented blocks include:

  1. MUSIC Linear Array
  2. Root-MUSIC
  3. Calculate Phase Difference
  4. Shift Phase
  5. Correlate
  6. Precise Moving Average
  7. Head with Reset

This is an updated and improved version of https://github.com/EttusResearch/gr-doa.

Implemented blocks:

implemented_blocks_img

Exemplary GR GUI:

exemplary_gr_gui_img

Installation procedure:

cd
git clone git@github.com:MarcinWachowiak/gr-aoa.git
cd gr-aoa

mkdir build
cd build
cmake ..
make -j$(nproc)

sudo make install
sudo ldconfig

Usage:

For exemplary flowcharts and use cases visit the examples directory.