Skip to content

redwiretechnologies/gr-rwtchannelizer

Repository files navigation

gr-rwtchannelizer

Version Number License: GPL v3 Docs

This module contains source blocks that allow for the use of the channelizer FPGA image within Oxygen SDRs.

Dependencies

  1. GNU Radio 3.10
  2. gr-rwt

Installation

How to build gr-rwtchannelizer

gr-rwtchannelizer is built using cmake.

0*. Initialize the Pybombs

If you are using a PyBombs workspace to run GNU Radio make sure to first run: source setup_env.sh

1. Create the build directory
$ mkdir build
2. Run CMake. It is recommended that gr-rwtchannelizer be installed into a PyBombs workspace.
$ cd build/
$ cmake .. -DCMAKE_INSTALL_PREFIX=<PyBombs Workspace>
3. Build and install.
$ make
$ make install

How to remove gr-rwtchannelizer

$ make uninstall

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published