Variables in Flowgraphs: Difference between revisions
Jump to navigation
Jump to search
Mattcarrick (talk | contribs) (Created page with "make/edit variables .grc vs .py complex vs float (blue vs orange)") |
Mattcarrick (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
This page describes the fundamentals of a flowgraph: how to make and edit variables, and data types. The flowgraph from the previous guide ([[Your_First_Flowgraph|Your First Flowgraph]]) will be used as a reference. | |||
=='''Variables'''== | |||
A GNURadio flowgraph is a ''.py'' Python file. Just as Python can have variables, so too can a GNURadio flowgraph by using the ''Variable'' block. | |||
make/edit variables | make/edit variables | ||
complex vs float (blue vs orange) | complex vs float (blue vs orange) |
Revision as of 18:10, 3 January 2022
This page describes the fundamentals of a flowgraph: how to make and edit variables, and data types. The flowgraph from the previous guide (Your First Flowgraph) will be used as a reference.
Variables
A GNURadio flowgraph is a .py Python file. Just as Python can have variables, so too can a GNURadio flowgraph by using the Variable block.
make/edit variables complex vs float (blue vs orange)