1
0
Fork 0
mirror of https://github.com/hb9fxq/gr-digitalhf synced 2024-06-26 04:57:41 +00:00
Go to file
2018-11-04 19:45:57 +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 partial support for MIL-STD-188-110 Appendix C 2018-11-04 17:23:21 +01:00
grc message port with soft decisions added 2018-10-29 16:07:20 +01:00
include/digitalhf doppler correction using unequalized samples 2018-10-28 21:45:24 +01:00
lib bug fixed 2018-11-04 17:21:43 +01:00
python cosmetics 2018-11-04 19:45:57 +01:00
swig intermediate 2018-10-24 20:17:58 +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 recentering of filter taps 2018-10-31 12:36:09 +01:00
MANIFEST.md intermediate 2018-10-24 20:17:58 +02:00

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)