Difference between revisions of "Repeat"
From GNU Radio
Line 10: | Line 10: | ||
== 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.