Go to file
Christoph Mayer 7b5dadc712 preparation for using git-lfs 2019-09-05 17:01:56 +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 fix for broken rotator::rotateN (VOLK)/ minor API change 2019-09-05 17:01:32 +02:00
python fix for broken rotator::rotateN (VOLK)/ minor API change 2019-09-05 17:01:32 +02:00
swig intermediate 2019-08-27 08:49:07 +02:00
.gitattributes preparation for using git-lfs 2019-09-05 17:01:56 +02: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)