Xor: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(add example flowgraph)
No edit summary
 
Line 8: Line 8:
== Example Flowgraph ==
== Example Flowgraph ==
This flowgraph shows the outputs of AND, OR, and XOR logic blocks.
This flowgraph shows the outputs of AND, OR, and XOR logic blocks.
[[File:And_Or_Xor_fg.png|700px]]
[[File:And_Or_Xor_fg.png|700px]]
[[File:And_Or_Xor_out.png|700px]]
[[File:And_Or_Xor_out.png|700px]]


== Source Files ==
== Source Files ==

Latest revision as of 23:00, 27 December 2019

Bitwise boolean XOR across all input streams. You can specify the number of inputs.

Parameters

Num Inputs
Number of streams to perform operation 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