Difference between revisions of "Subtract"
From GNU Radio
(add Example Flowgraph) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | [[Category:Block Docs]] | ||
− | |||
Subtract across all input streams. output = input_0 - input_1 - ... | Subtract across all input streams. output = input_0 - input_1 - ... | ||
− | |||
− | |||
== Parameters == | == Parameters == | ||
− | + | None | |
− | + | == Example Flowgraph == | |
− | |||
− | + | This flowgraph illustrates the use of a Subtract Block as a logic inverter for a float value:<br> | |
− | : | ||
− | == | + | 1.0 - 0.0 = 1.0<br> |
+ | 1.0 - 1.0 = 0.0 | ||
− | + | [[File:Subtract_demo.png|800px]] | |
== Source Files == | == Source Files == |
Latest revision as of 16:30, 23 October 2019
Subtract across all input streams. output = input_0 - input_1 - ...
Parameters[edit]
None
Example Flowgraph[edit]
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
Source Files[edit]
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- TODO