Multiply

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

Multiply across all input streams.

output = prod(input_0, input_1, ...)

Parameters

Num Inputs
Number of streams to include in multiplication, see above.

Example Flowgraph

This flowgraph uses three Multiply Blocks. The top and middle ones are driven by the GUI Chooser to act as a Transmit / Receive switch. The bottom Multiply Block is a Volume control.

Note: The lower section is a working 2 meter NBFM receiver.

Selector demo.png

Source Files

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