Subtract

From GNU Radio
Revision as of 16:30, 23 October 2019 by Duggabe (talk | contribs) (add Example Flowgraph)
(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.

Subtract across all input streams. output = input_0 - input_1 - ...

Parameters

None

Example Flowgraph

This flowgraph illustrates the use of a Subtract Block as a logic inverter for a float value:

1.0 - 0.0 = 1.0
1.0 - 1.0 = 0.0

Subtract demo.png

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
TODO