volk_modtool
GNU Radio Software Radio Toolkit
Install
- All systems
-
curl cmd.cat/volk_modtool.sh
- Debian
-
apt-get install libvolk-bin
- Ubuntu
-
apt-get install gnuradio
- Arch Linux
-
pacman -S libvolk
- Kali Linux
-
apt-get install libvolk1-bin
- Fedora
-
dnf install gnuradio
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gnuradio
- OS X
-
brew install gnuradio
- Raspbian
-
apt-get install libvolk-bin
- Dockerfile
- dockerfile.run/volk_modtool
gnuradio
GNU Radio Software Radio Toolkit
GNU Radio provides signal processing blocks to implement software radios. It can be used with readily-available low-cost 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. GNU Radio applications are primarily written using the Python programming language, while the supplied performance-critical signal processing path is implemented in C++ using processor floating-point extensions, where available. Thus, the developer is able to implement real-time, high-throughput radio systems in a simple-to-use, rapid-application-development environment. While not primarily a simulation tool, GNU Radio does support development of signal processing algorithms using pre-recorded or generated data, avoiding the need for actual RF hardware. This package contains the gnuradio-companion, a graphical tool for creating signal flow graphs and generating flow-graph source code. Also included are a variety of tools and utility programs.
libvolk1-bin
vector optimized runtime tools
Vector-Optimized Library of Kernels is designed to help applications work with the processor's SIMD instruction sets. These are very powerful vector operations that can give signal processing a huge boost in performance. This package includes the volk_profile tool.
libvolk-bin
vector optimized runtime tools
Vector-Optimized Library of Kernels is designed to help gnuradio work with the processor's SIMD instruction sets. These are very powerful vector operations that can give signal processing a huge boost in performance. Part of the main gnuradio build. This package includes the volk_profile tool.