Constant Source: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
Will continuously output this constant value. | Will continuously output this constant value. | ||
== Parameters == | |||
(''R''): <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span> | |||
; 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. | |||
[[File:And_Or_Xor_fg.png|700px]] | |||
== 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
(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.