Your First Flowgraph

From GNU Radio
Revision as of 16:46, 3 January 2022 by Mattcarrick (talk | contribs) (Created page with "This tutorial will guide you through running your first flowgraph in GNURadio. == Starting GNURadio Companion == The GNURadio Companion (GRC) is a visual editor for assemblin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This tutorial will guide you through running your first flowgraph in GNURadio.

Starting GNURadio Companion

The GNURadio Companion (GRC) is a visual editor for assembling and flowgraphs. Start GRC by opening a terminal and typing:

$ gnuradio-companion &

NewGRCFlowgraph.png