Subtract: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(Created page with "Subtract across all input streams. output = input_0 - input_1 - ...)")
 
(add Example Flowgraph)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Subtract across all input streams.  output = input_0 - input_1 - ...)
[[Category:Block Docs]]
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:<br>
 
1.0 - 0.0 = 1.0<br>
1.0 - 1.0 = 0.0
 
[[File:Subtract_demo.png|800px]]
 
== Source Files ==
 
; C++ files
: [https://github.com/gnuradio/gnuradio TODO]
 
; Header files
: [https://github.com/gnuradio/gnuradio TODO]
 
; Public header files
: [https://github.com/gnuradio/gnuradio TODO]
 
; Block definition
: [https://github.com/gnuradio/gnuradio TODO]

Latest revision as of 16:30, 23 October 2019

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