Sponsor:

Your company here, and a link to your site. Click to find out more.

gnuradio-companion - Man Page

GNU Radio Companion (GRC) is a graphical tool for creating GNU Radio signal flowgraphs.

Synopsis

gnuradio-companion [options] [flowgraphs]

Description

GNU Radio is a free & open-source software development toolkit that provides signal processing blocks to implement software-defined radios and signal-processing systems. 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.

gnuradio-companion is effectively a Python code-generation tool. When a flowgraph is "compiled" in GRC, it generates Python code that creates the desired GUI windows and widgets, and creates and connects the blocks in the flowgraph.

Options

flowgraphs Invoke the program with one or more existing flowgraphs.

-h, ā€‰--help

show a help message and exit.

--log

defines the level of logging output.

See Also

https://wiki.gnuradio.org/index.php/GNURadioCompanion

Referenced By

grcc(1), gr_filter_design(1), polar_channel_construction(1).

2024-04-25 GNU Radio Companion 3.10.10.0