Repeat: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
 
Line 17: Line 17:


== Source Files ==
== Source Files ==
; C++ files
: [https://github.com/gnuradio/gnuradio/blob/main/gr-blocks/lib/repeat_impl.cc repeat_impl.cc]
; Header files
: [https://github.com/gnuradio/gnuradio/blob/main/gr-blocks/lib/repeat_impl.h repeat_impl.h]
; Public header files
: [https://github.com/gnuradio/gnuradio/blob/main/gr-blocks/include/gnuradio/blocks/repeat.h repeat.h]
; Block definition
: [https://github.com/gnuradio/gnuradio/blob/main/gr-blocks/grc/blocks_repeat.block.yml blocks_repeat.block.yml]

Latest revision as of 11:12, 1 February 2022

Repeat each input Interpolation times

Parameters

(R): Run-time adjustable

Interpolation (R)
Number of times to repeat the input, acting as the interpolation factor.

Example Flowgraph

This flowgraph shows a sine wave with each value being repeated 5 times, compared to the non-repeated original.

Repeat-ex.png

Repeat-ex-2.png

Source Files

C++ files
repeat_impl.cc
Header files
repeat_impl.h
Public header files
repeat.h
Block definition
blocks_repeat.block.yml