Burst to Stream: Difference between revisions
Jump to navigation
Jump to search
(create initial block) |
(add example flowgraph and output) |
||
Line 19: | Line 19: | ||
An example flowgraph can be found [https://github.com/gnuradio/gnuradio/blob/main/gr-blocks/examples/burst_to_stream.grc here]. | An example flowgraph can be found [https://github.com/gnuradio/gnuradio/blob/main/gr-blocks/examples/burst_to_stream.grc here]. | ||
[[File:Burst_to_stream_fg.png|800px]] | |||
== Example Output == | |||
[[File:Burst_to_stream_out.png|646px]] | |||
== Source Files == | == Source Files == |
Revision as of 18:57, 12 July 2024
Transforms a bursty tagged stream into a continuous stream by inserting zeros in the output between input packets whenever no packets are available at the input.
Parameters
(R): Run-time adjustable
- Item Type
- options: [complex, float, int, short, byte]
- Length Tag Key
- default: '"packet_len"'
- Propagate tags
- default: 'No'
- options: ['Yes', 'No']
Example Flowgraph
An example flowgraph can be found here.
Example Output
Source Files
- C++ files
- burst_to_stream_impl.cc
- Header files
- burst_to_stream_impl.h
- Public header files
- burst_to_stream.h
- Block definition
- blocks_burst_to_stream.block.yml