Difference between revisions of "Repeat"
From GNU Radio
(Created page with "Category:Block Docs Category:Stub Docs This is the template for the "Page-per-block Docs". This first section should describe what the block...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | [[Category:Block Docs]] | ||
− | + | Repeat each input Interpolation times | |
− | |||
− | |||
− | |||
== 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> | ||
− | ; | + | ; Interpolation (''R'') |
− | : | + | : Number of times to repeat the input, acting as the interpolation factor. |
− | |||
− | |||
− | |||
== Example Flowgraph == | == Example Flowgraph == | ||
− | + | This flowgraph shows a sine wave with each value being repeated 5 times, compared to the non-repeated original. | |
− | |||
− | |||
− | + | [[File:Repeat-ex.png|500px]] | |
− | |||
− | + | [[File:Repeat-ex-2.png|500px]] | |
− | |||
− | + | == Source Files == | |
− | |||
− | |||
− | |||
− |
Latest revision as of 05:01, 21 July 2019
Repeat each input Interpolation times
Parameters[edit]
(R): Run-time adjustable
- Interpolation (R)
- Number of times to repeat the input, acting as the interpolation factor.
Example Flowgraph[edit]
This flowgraph shows a sine wave with each value being repeated 5 times, compared to the non-repeated original.