Repeat: Difference between revisions
Jump to navigation
Jump to search
(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...") |
|||
(2 intermediate revisions by one other 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 == | |||
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 | : [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 | : [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 | : [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 | : [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.
Source Files
- C++ files
- repeat_impl.cc
- Header files
- repeat_impl.h
- Public header files
- repeat.h
- Block definition
- blocks_repeat.block.yml