Python Block Tags: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
TODO:
* use a threshold
* use a threshold
* set a tag when threshold exceeded
* set a tag when threshold exceeded
Line 6: Line 7:


The previous tutorial, [[Python_Block_Message_Passing|Python Block Message Passing]] demonstrates how to send and receive messages 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, [[Python_Block_Message_Passing|Python Block Message Passing]] demonstrates how to send and receive messages 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.
== Tags Overview ==





Revision as of 15:27, 25 January 2022

TODO:

  • use a threshold
  • set a tag when threshold exceeded
  • feed in a noise source (average it?)
  • tag blocker
  • block to read tag, then change the output

The previous tutorial, Python Block Message Passing demonstrates how to send and receive messages using the Embedded Python Block. The next tutorial, Low Pass Filter Example, demonstrates how to use filtering blocks in GNU Radio.

Tags Overview

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