Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)