Constant Source

From GNU Radio
Revision as of 23:00, 27 December 2019 by 777arc (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Produces a constant source of type complex, float, int, or short.

Will continuously output this constant value.

Parameters

(R): Run-time adjustable

Constant (R)
Output value.

Example Flowgraph

This flowgraph shows the use of a Constant Source and an XOR logic block to invert the input square wave.

And Or Xor fg.png

Source Files