Go to file
cmayer d25b06a9d7 doppler correction separated from adaptive filtering
* pulse filter, preamble detection, doppler correction, and adaptive filter combined into one hier block
2018-11-15 17:25:08 +01:00
apps intermediate 2018-10-24 20:17:58 +02:00
cmake intermediate 2018-10-24 20:17:58 +02:00
docs intermediate 2018-10-24 20:17:58 +02:00
examples doppler correction separated from adaptive filtering 2018-11-15 17:25:08 +01:00
grc doppler correction separated from adaptive filtering 2018-11-15 17:25:08 +01:00
include/digitalhf doppler correction separated from adaptive filtering 2018-11-15 17:25:08 +01:00
lib doppler correction separated from adaptive filtering 2018-11-15 17:25:08 +01:00
python doppler correction separated from adaptive filtering 2018-11-15 17:25:08 +01:00
swig doppler correction separated from adaptive filtering 2018-11-15 17:25:08 +01:00
.gitattributes .gitattributes added 2018-10-30 13:34:03 +01:00
.gitignore intermediate 2018-10-24 20:17:58 +02:00
CMakeLists.txt doppler correction separated from adaptive filtering 2018-11-15 17:25:08 +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)