And Const: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | [[Category:Block Docs]] | ||
Bitwise boolean AND of constant with the data stream. | |||
Bitwise boolean AND of constant with the data stream. | |||
== Parameters == | == Parameters == | ||
(''R''): <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span> | (''R''): <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span> | ||
; | ; Constant (''R'') | ||
: | : Constant that acts as the other side of the AND. Should be 0 or 1. | ||
== Example Flowgraph == | == Example Flowgraph == | ||
== Source Files == | == Source Files == | ||
Revision as of 04:02, 20 July 2019
Bitwise boolean AND of constant with the data stream.
Parameters
(R): Run-time adjustable
- Constant (R)
- Constant that acts as the other side of the AND. Should be 0 or 1.