EttusResearch / gr-ettus

Out-of-tree GNU Radio Module for Experimental Ettus Research Features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gr-ettus: Experimental UHD and USRP features for GNU Radio

This is an out-of-tree module with experimental and other features extending gr-uhd.

For regular multi_usrp operations, this OOT module is not required.

RFNoC

This branch (maint-3.8-uhd4.0) is required to use advanced RFNoC features from UHD 4.x together with GNU Radio 3.8. Refer to the following table to identify the correct software packages for other versions of GNU Radio and/or UHD.

GNU Radio Version UHD Version Required Branch
3.8.x 4.x maint-3.8-uhd4.0 (this branch)
3.10.x 4.x gr-ettus not required -- use gr-uhd directly!
3.8.x 3.x maint-3.8
3.7.x 3.x maint-3.7

Notes:

  • GNU Radio 3.9 is no longer supported and therefore has no RFNoC support
  • GNU Radio 3.7 does not have UHD 4 support, and there are no plans to support it.

Dependencies

This OOT requires GNU Radio version 3.8 with gr-uhd enabled. It also requires UHD 4.0 (or later) to be installed.

Support for the Qt-based Fosphor display block requires that Qt5 be installed and must be explicitly enabled in order to be built. To enable this support, set the ENABLE_QT flag to ON when running cmake.

License

All code in this repository is licensed under the GPLv3 (see file COPYING). Unless stated otherwise, copyright belongs to Ettus Research.

In some cases, copyright may already have been transferred to the FSF for blocks that are planned for inclusion in gr-uhd.

About

Out-of-tree GNU Radio Module for Experimental Ettus Research Features

License:Other


Languages

Language:Python 67.7%Language:C++ 18.2%Language:CMake 13.1%Language:C 0.8%Language:Shell 0.2%