1GNURADIO-COMPANION(1) User Commands GNURADIO-COMPANION(1)
2
3
4
6 gnuradio-companion - GNU Radio Companion (GRC) is a graphical tool for
7 creating GNU Radio signal flowgraphs.
8
10 gnuradio-companion [options] [flowgraphs]
11
13 GNU Radio is a free & open-source software development toolkit that
14 provides signal processing blocks to implement software-defined radios
15 and signal-processing systems. The GNU Radio applications themselves
16 are generally known as "flowgraphs", which are a series of signal pro‐
17 cessing blocks connected together, thus describing a data flow.
18
19 gnuradio-companion is effectively a Python code-generation tool. When a
20 flowgraph is "compiled" in GRC, it generates Python code that creates
21 the desired GUI windows and widgets, and creates and connects the
22 blocks in the flowgraph.
23
25 flowgraphs Invoke the program with one or more existing flowgraphs.
26
27 -h, --help
28 show a help message and exit.
29
30 --log defines the level of logging output.
31
33 https://wiki.gnuradio.org/index.php/GNURadioCompanion
34
35
36
37
38GNU Radio Companion 3.10.3.0 2022-07-30 GNURADIO-COMPANION(1)