Add Const

From GNU Radio
Revision as of 14:47, 28 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.

Adds a constant value to each item that passes though. output[m] = input[m] + constant vector.

Parameters

(R): Run-time adjustable

Constant (R)
Description of parameter, provide any tips or recommended values. Note that the name of the parameter above should match the param's label that shows up in grc (e.g. Sample Rate).

Example Flowgraph

This flowgraph shows the Add Const block adding a -1.0 to the stream.

Complex to Mag.png

Source Files

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