Go to file
Christoph Mayer 5310977bc6 use named constant 2020-02-19 11:51:27 +01: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 STANAG_4539_AppD (intermediate) 2019-11-05 21:25:48 +01:00
grc added missing file 2019-11-05 21:25:22 +01:00
include/digitalhf added a OQPSK demodulator 2019-11-05 21:24:51 +01:00
lib added a OQPSK demodulator 2019-11-05 21:24:51 +01:00
python use named constant 2020-02-19 11:51:27 +01:00
swig added a OQPSK demodulator 2019-11-05 21:24:51 +01: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)