Repeat: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by one other user not shown)
Line 10: Line 10:
== Example Flowgraph ==
== Example Flowgraph ==


Insert description of flowgraph here, then show a screenshot of the flowgraph and the output if there is an interesting GUI. Currently we have no standard method of uploading the actual flowgraph to the wiki or git repo, unfortunately. The plan is to have an example flowgraph showing how the block might be used, for every block, and the flowgraphs will live in the git repo.
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 ==
== Source Files ==


; C++ files
; C++ files
: [https://github.com/gnuradio/gnuradio TODO]
: [https://github.com/gnuradio/gnuradio/blob/main/gr-blocks/lib/repeat_impl.cc repeat_impl.cc]


; Header files
; Header files
: [https://github.com/gnuradio/gnuradio TODO]
: [https://github.com/gnuradio/gnuradio/blob/main/gr-blocks/lib/repeat_impl.h repeat_impl.h]


; Public header files
; Public header files
: [https://github.com/gnuradio/gnuradio TODO]
: [https://github.com/gnuradio/gnuradio/blob/main/gr-blocks/include/gnuradio/blocks/repeat.h repeat.h]


; Block definition
; Block definition
: [https://github.com/gnuradio/gnuradio TODO]
: [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