https://github.com/mhostetter/gr-misc
GNU Radio OOT Module containing miscellaneous blocks
https://github.com/mhostetter/gr-misc
dsp gnuradio sdr usrp wireless
Last synced: 5 months ago
JSON representation
GNU Radio OOT Module containing miscellaneous blocks
- Host: GitHub
- URL: https://github.com/mhostetter/gr-misc
- Owner: mhostetter
- Created: 2017-03-16T22:22:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T13:14:33.000Z (over 9 years ago)
- Last Synced: 2025-02-08T07:44:14.644Z (over 1 year ago)
- Topics: dsp, gnuradio, sdr, usrp, wireless
- Language: CMake
- Homepage:
- Size: 129 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.misc
Awesome Lists containing this project
README
This is the misc-write-a-block package meant as a guide to building
out-of-tree packages. To use the misc blocks, the Python namespaces
is in 'misc', which is imported as:
import misc
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(misc)