Repeat: Difference between revisions
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 == | ||
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