"GNU Radio is a free software development toolkit that provides signal processing blocks to implement software-defined radios and signal-processing
systems. It can be used with external RF hardware to create
software-defined radios, or without hardware in a simulation-like
environment. It is widely used in hobbyist, academic, and commercial
environments to support both wireless communications research and
real-world radio systems.
The GNU Radio software provides the framework and tools to build and
run software radio or just general signal-processing applications. The
GNU Radio applications themselves are generally known as "flowgraphs",
which are a series of signal processing blocks connected together, thus
describing a data flow. As with all software-defined radio systems,
reconfigurability is a key feature. Instead of using different radios
designed for specific but disparate purposes, a single, general-purpose,
radio can be used as the radio front-end, and the signal-processing
software (here, GNU Radio), handles the processing specific to the radio
application.
These flowgraphs can be written in either C++ or the Python programming language. The GNU Radio infrastructure is written entirely in C++, and many of the user tools are written in Python.
Many users create "out-of-tree modules" for use with GNU Radio. To
manage these, and the dependencies required to run GNU Radio, the
organization created the PyBOMBS (Python Build Overlay Managed Bundle
System) project."
https://en.wikipedia.org/wiki/GNU_Radio
http://gnuradio.org/
GNU Radio Radar Toolbox - https://github.com/kit-cel/gr-radar
No comments:
Post a Comment