Creating Your First Block: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


== Embedded Python Block ==
== Embedded Python Block ==
The ''Embedded Python Block'' is a way to quickly prototype a signal processing block within a flowgraph. Search for the ''Python Block'' and add it to the workspace:
The ''Embedded Python Block'' is a tool to quickly prototype a signal processing block within a flowgraph. Search for the ''Python Block'' and add it to the workspace:


[[File:AddPythonBlockToWorkspace.png|700px]]
[[File:AddPythonBlockToWorkspace.png|700px]]

Revision as of 14:39, 7 January 2022

This tutorial will guide you through creating your first block with the Embedded Python Block.

Embedded Python Block

The Embedded Python Block is a tool to quickly prototype a signal processing block within a flowgraph. Search for the Python Block and add it to the workspace:

AddPythonBlockToWorkspace.png


Double-click the box to edit the properties:

EmbeddedPythonBlockProperties.png