Mute

From GNU Radio
Revision as of 16:41, 13 December 2020 by Duggabe (talk | contribs) (add example flowgraph and Messages section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

output = input or zero if muted. Similar to Selector block.

Parameters

(R): Run-time adjustable

Mute (R)
Whether or not to mute the input. To control with a variable, enter the variable name in place of the "False" value as shown here:

Mute prop.png

Messages

The 'set_mute' message port accepts only raw PMT messages of the form pmt.to_pmt(False) or pmt.to_pmt(True)

Example Flowgraph

Mute test fg.png

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
TODO