Difference between revisions of "And Const"
From GNU Radio
(Created page with "Category:Block Docs Bitwise boolean AND of constant with the data stream. The only parameter is the constant itself.") |
(add Example Flowgraph) |
||
(2 intermediate revisions by 2 users not shown) | |||
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 == | ||
+ | (''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 == | ||
+ | |||
+ | This flowgraph shows the And Const block to invert a square wave signal. | ||
+ | |||
+ | [[File:And_Const_fg.png|800px]] | ||
+ | |||
+ | == Source Files == |
Latest revision as of 14:26, 29 October 2019
Bitwise boolean AND of constant with the data stream.
Parameters[edit]
(R): Run-time adjustable
- Constant (R)
- Constant that acts as the other side of the AND. Should be 0 or 1.
Example Flowgraph[edit]
This flowgraph shows the And Const block to invert a square wave signal.