mirror of
https://github.com/hb9fxq/gr-digitalhf
synced 2024-11-05 05:55:53 +00:00
6c6c8520ea
TODO: deinterleaving and convolutional decoding |
||
---|---|---|
apps | ||
cmake | ||
docs | ||
examples | ||
grc | ||
include/digitalhf | ||
lib | ||
python | ||
swig | ||
.gitattributes | ||
.gitignore | ||
CMakeLists.txt | ||
MANIFEST.md |
This is the digitalhf-write-a-block package meant as a guide to building out-of-tree packages. To use the digitalhf blocks, the Python namespaces is in 'digitalhf', which is imported as: import digitalhf See the Doxygen documentation for details about the blocks available in this package. A quick listing of the details can be found in Python after importing by using: help(digitalhf)