Go to file
Christoph Mayer d5a5584271 fix for 2400bps modes 2019-10-08 09:37:43 +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 eary-late synchronization for a vector of signals (intermediate) 2019-09-09 16:07:03 +02:00
include/digitalhf eary-late synchronization for a vector of signals (intermediate) 2019-09-09 16:07:03 +02:00
lib volk::vector 2019-09-24 13:29:56 +02:00
python fix for 2400bps modes 2019-10-08 09:37:43 +02:00
swig eary-late synchronization for a vector of signals (intermediate) 2019-09-09 16:07:03 +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)