Constant Source: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(add example flowgraph)
m (rewording)
Line 8: Line 8:


; Constant (''R'')
; Constant (''R'')
: Value that is outputted.  
: Output value.


== Example Flowgraph ==
== Example Flowgraph ==

Revision as of 20:33, 27 December 2019

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