Constant Source: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | [[Category:Block Docs]] | ||
Produces a constant source of type complex, float, int, or short. | Produces a constant source of type complex, float, int, or short. | ||
Will continuously output this constant value. | Will continuously output this constant value. | ||
== Parameters == | == Parameters == | ||
(''R''): <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span> | (''R''): <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span> | ||
; | ; Constant (''R'') | ||
: | : Value that is outputted. | ||
== Example Flowgraph == | == Example Flowgraph == | ||
== Source Files == | == Source Files == | ||
Revision as of 04:26, 21 July 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)
- Value that is outputted.