GNU Radio Companion
Nov 6, 2024
Huy Le
1 minute read
WIKI LAYOUT

GNU Radio Companion is a graphical user interface for GNU Radio, a software development toolkit that provides signal processing blocks to implement software radios. GNU Radio Companion allows users to create and modify flow graphs, which are visual representations of signal processing systems. These flow graphs can be used to implement a wide variety of signal processing tasks, such as filtering, modulation, and demodulation. GNU Radio Companion also includes a number of built-in tools for debugging and analyzing flow graphs.


Logs #

Wed 11/06/2024 #

  • installed gnu radio companion
    • using this to test audio, bluetooth sound quality, specifically Unable to resolve reference to r9csi2sc from wiki/al3dpicb.mdJDY-67 Bluetooth Module
    • install sudo dnf install qt5pas-devel to run generate c++ code
  • in the folder where the code is generated
    • cd build && cmake ..