diff options
author | David Pi <david.pinho@gmail.com> | 2020-09-23 11:53:32 +0100 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2020-09-25 06:40:13 -0400 |
commit | c196dacea56ef938902646a2143907858415b240 (patch) | |
tree | afb260d0803e14c71971e0d5eec28f70be1939bc /gnuradio-runtime/lib/basic_block.cc | |
parent | 8f3d61984ecd9ecc97789a174a54c7f0505bddb4 (diff) |
blocks: New block 'Stream Demux'
Stream demuxing block to demultiplex one stream into N output streams.
Demuxes a stream producing N outputs streams that contains n_0 items in
the first stream, n_1 items in the second, etc. and repeats. Number of
items of each output stream is specified using the 'lengths' parameter
like so [n_0, n_1, ..., n_N-1].
Example:
lengths = [2, 3, 4]
input stream: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, ...]
output_streams: [0, 1, 9, 10, ...]
[2, 3, 4, 11, ...]
[5, 6, 7, 8, ...]
Diffstat (limited to 'gnuradio-runtime/lib/basic_block.cc')
0 files changed, 0 insertions, 0 deletions