Or

From GNU Radio
Revision as of 23:00, 27 December 2019 by 777arc (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Bitwise boolean OR across all input streams. You can specify the number of inputs. output = input_0 | input_1 | , ... | input_N)

Parameters

Num Inputs
Number of streams to operate on.

Example Flowgraph

This flowgraph shows the outputs of AND, OR, and XOR logic blocks.

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

Source Files