Skip to content
forked from gr-vt/gr-mapper

Symbol to Bit Mapping and Demapping Blocks for GNU Radio

License

Notifications You must be signed in to change notification settings

myersw12/gr-mapper

 
 

Repository files navigation

gr-mapper

This out of tree module contains a number of blocks to help perform mapping between bits and symbols

GNURadio Version Compatibility

The master branch is compatible with GNURadio v3.8+.

For GNURadio v3.7, use the v3.7 branch.

Installation

To install the OOT module, perform the following steps:

  • clone the repository: git clone https://github.com/myersw12/gr-mapper.git
  • create the build directory: cd gr-mapper && mkdir build && cd build
  • run cmake: cmake ../
  • run make: make -j4
  • install: sudo make install && sudo ldconfig

About

Symbol to Bit Mapping and Demapping Blocks for GNU Radio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.6%
  • CMake 13.7%
  • Python 10.2%
  • C 0.5%