Difference between revisions of "And"
From GNU Radio
(add example flowgraph) |
|||
Line 7: | Line 7: | ||
== Example Flowgraph == | == Example Flowgraph == | ||
+ | This flowgraph shows the outputs of AND, OR, and XOR logic blocks. | ||
+ | [[File:And_Or_Xor_fg.png|700px]] | ||
+ | [[File:And_Or_Xor_out.png|700px]] | ||
== Source Files == | == Source Files == |
Revision as of 20:12, 27 December 2019
Bitwise boolean AND across all input streams. You can specify the number of inputs.
Parameters
- Num Inputs
- Number of inputs to include in the AND operation.
Example Flowgraph
This flowgraph shows the outputs of AND, OR, and XOR logic blocks.