Difference between revisions of "Constant Source"
From GNU Radio
(add example flowgraph) |
|||
(One intermediate revision by one other user not shown) | |||
Line 8: | Line 8: | ||
; Constant (''R'') | ; Constant (''R'') | ||
− | : | + | : Output value. |
== Example Flowgraph == | == Example Flowgraph == | ||
This flowgraph shows the use of a Constant Source and an XOR logic block to invert the input square wave. | This flowgraph shows the use of a Constant Source and an XOR logic block to invert the input square wave. | ||
+ | |||
[[File:And_Or_Xor_fg.png|700px]] | [[File:And_Or_Xor_fg.png|700px]] | ||
== Source Files == | == Source Files == |
Latest revision as of 23:00, 27 December 2019
Produces a constant source of type complex, float, int, or short.
Will continuously output this constant value.
Parameters[edit]
(R): Run-time adjustable
- Constant (R)
- Output value.
Example Flowgraph[edit]
This flowgraph shows the use of a Constant Source and an XOR logic block to invert the input square wave.