Or

From GNU Radio
Jump to navigation Jump to search

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.

And Or Xor fg.png And Or Xor out.png

Source Files[edit]