Go to file
Christoph Mayer f1f3708dfa intermediate 2019-08-27 08:49:07 +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 flowgraph updated 2019-07-06 15:28:46 +02:00
grc intermediate 2019-08-27 08:49:07 +02:00
include/digitalhf intermediate 2019-08-27 08:49:07 +02:00
lib intermediate 2019-08-27 08:49:07 +02:00
python intermediate 2019-08-27 08:49:07 +02:00
swig intermediate 2019-08-27 08:49:07 +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)