Interleaved Stream Decimator: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(initial creation)
 
(correct yml file)
 
Line 29: Line 29:


; Block definition
; Block definition
: [https://github.com/gnuradio/gnuradio/blob/main/gr-digital/grc/filter_ival_decimator.block.yml filter_ival_decimator.block.yml]
: [https://github.com/gnuradio/gnuradio/blob/main/gr-filter/grc/filter_ival_decimator.block.yml filter_ival_decimator.block.yml]


[[Category:Stub Docs]]
[[Category:Stub Docs]]
[[Category:Block Docs]]
[[Category:Block Docs]]

Latest revision as of 01:30, 29 October 2023

This block will directly decimate an incoming stream made up of the specified complex samples. One example would be if you have a source streaming 8-bit complex at high speeds and you want to decimate directly from a high-speed source, or before writing to a file or network sink


Parameters

(R): Run-time adjustable

Input Type
datasize: [gr.sizeof_char, gr.sizeof_short]
Decimation
default: '1'

Example Flowgraph

Example Output

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
filter_ival_decimator.block.yml