bastibl / gr-foo

Some GNU Radio blocks that I use.
GNU General Public License v3.0
106 stars 56 forks source link

Added a new block: Pad Tagged Stream #20

Closed aewag closed 5 years ago

aewag commented 5 years ago

A Pluto SDR does not support a partial buffer flash by using a tagged stream. Therefore this block can be added to the flowchart to pad an incoming tagged stream with 0s at the tail. This fills the buffer and enforces an immediate transmission.

The buffer size and the name of the length tag is the required input for this block. The buffer size needs to be the same size than the Pluto buffer.

Issue was discussed here: https://github.com/bastibl/gr-ieee802-15-4/issues/43

bastibl commented 5 years ago

great, thank you!