This module contains source blocks that allow for the use of the channelizer FPGA image within Oxygen SDRs.
- GNU Radio 3.10
- gr-rwt
gr-rwtchannelizer is built using cmake.
If you are using a PyBombs workspace to run GNU Radio make sure to first run: source setup_env.sh
$ mkdir build
$ cd build/
$ cmake .. -DCMAKE_INSTALL_PREFIX=<PyBombs Workspace>
$ make
$ make install
$ make uninstall