Python Block Message Passing: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{TutorialNavigation}}
{{TutorialNavigation}}


describe:
* PMT
* async nature
*


The previous tutorial, [[Creating_Your_First_Block|Creating Your First Block]], demonstrates how to create a Python block using the ''Embedded Python Block''. The next tutorial, [[Low_Pass_Filter_Example|Low Pass Filter Example]], demonstrates how to use filtering blocks in GNU Radio.
The previous tutorial, [[Creating_Your_First_Block|Creating Your First Block]], demonstrates how to create a Python block using the ''Embedded Python Block''. The next tutorial, [[Low_Pass_Filter_Example|Low Pass Filter Example]], demonstrates how to use filtering blocks in GNU Radio.
== Message Passing Overview ==
Messages are an asynchronous way to send information between blocks.
== PMT ==
describe basic PMT types
link against other PMT pages





Revision as of 20:54, 21 January 2022

Template:TutorialNavigation


The previous tutorial, Creating Your First Block, demonstrates how to create a Python block using the Embedded Python Block. The next tutorial, Low Pass Filter Example, demonstrates how to use filtering blocks in GNU Radio.

Message Passing Overview

Messages are an asynchronous way to send information between blocks.

PMT

describe basic PMT types link against other PMT pages







The next tutorial, Low Pass Filter Example, demonstrates how to use filtering blocks in GNU Radio.