Difference between revisions of "Or"
From GNU Radio
(One intermediate revision by one other user not shown) | |||
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 == |
Latest revision as of 23:00, 27 December 2019
Bitwise boolean OR across all input streams. You can specify the number of inputs. output = input_0 | input_1 | , ... | input_N)
Parameters[edit]
- Num Inputs
- Number of streams to operate on.
Example Flowgraph[edit]
This flowgraph shows the outputs of AND, OR, and XOR logic blocks.