Python Block Message Passing: Difference between revisions
Jump to navigation
Jump to search
Mattcarrick (talk | contribs) |
Mattcarrick (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
describe basic PMT types | describe basic PMT types | ||
link against other PMT pages | link against other PMT pages | ||
Revision as of 20:59, 21 January 2022
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. No guarantee when they will arrive and they are not associated with a specific sample like a tag.
PMT
describe basic PMT types
link against other PMT pages
- message ports to have to be connected like stream/vector ports
The next tutorial, Low Pass Filter Example, demonstrates how to use filtering blocks in GNU Radio.