Go to file
cmayer 7f706f6134 revert temporary fix 2019-05-23 20:32:54 +02:00
apps intermediate 2018-10-24 20:17:58 +02:00
cmake soft-decision Viterbit decoders added 2019-04-04 22:28:53 +02:00
docs intermediate 2018-10-24 20:17:58 +02:00
examples preparations for XOR scrambling 2019-05-14 22:39:57 +02:00
grc added deinterleaving (intermediate) 2019-05-10 11:48:56 +02:00
include/digitalhf soft-decision Viterbit decoders added 2019-04-04 22:28:53 +02:00
lib more debugging logs added 2019-05-20 15:00:33 +02:00
python revert temporary fix 2019-05-23 20:32:54 +02:00
swig soft-decision Viterbit decoders added 2019-04-04 22:28:53 +02:00
.gitattributes .gitattributes added 2018-10-30 13:34:03 +01:00
.gitignore intermediate 2018-10-24 20:17:58 +02:00
CMakeLists.txt residual doppler correction using adaptive filter taps 2019-03-29 20:36:04 +01:00
MANIFEST.md intermediate 2018-10-24 20:17:58 +02:00

docs/README.digitalhf

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)