Subtract
From GNU Radio
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