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: 9 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T22:16:45.000Z (over 9 years ago)
- Last Synced: 2025-02-08T07:44:12.110Z (over 1 year 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)