Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhostetter/gr-detector
GNU Radio OOT Module containing various detectors and synchronizes
https://github.com/mhostetter/gr-detector
detector dsp gnuradio sdr synchronization usrp wireless
Last synced: 19 days ago
JSON representation
GNU Radio OOT Module containing various detectors and synchronizes
- Host: GitHub
- URL: https://github.com/mhostetter/gr-detector
- Owner: mhostetter
- Created: 2017-03-16T22:16:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T22:16:45.000Z (almost 8 years ago)
- Last Synced: 2024-10-28T03:44:47.743Z (2 months ago)
- Topics: detector, dsp, gnuradio, sdr, synchronization, usrp, wireless
- Language: CMake
- Homepage:
- Size: 97.7 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.detector
Awesome Lists containing this project
README
This is the detector-write-a-block package meant as a guide to building
out-of-tree packages. To use the detector blocks, the Python namespaces
is in 'detector', which is imported as:import detector
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(detector)