gnuradio
Toolkit for software-defined radios
GNU Radio is a development toolkit that provides signal processing blocks to implement software radios. It can be used with external RF hardware to create software-defined radios, or without hardware in a simulation-like environment.
- Versions: 3.10.11.0
- Website: https://www.gnuradio.org
- Licenses: GPL 3+
- Package source: gnu/packages/radio.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of gnuradio
as follows:
guix install gnuradio
Or install a particular version:
guix install gnuradio@3.10.11.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of gnuradio about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/gnuradio'><img src='https://packages.guix.gnu.org/packages/gnuradio/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/gnuradio)
Example Org:
[[https://packages.guix.gnu.org/packages/gnuradio][https://packages.guix.gnu.org/packages/gnuradio/badges/latest-version.svg]]