FEC Extended Tagged Encoder

From GNU Radio
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This block encodes an unpacked stream using a variety of Encoder Definition blocks, such as Repetition, CC, Polar, etc. The output stream also is unpacked.

Parameters

Encoder Objects
Encoder Definition blocks are used to define the encoder function.
MTU (bytes)
The Maximum Transmission Unit (MTU) of the input frame that the block will be able to process. Specified in bytes and defaults to 1500.
Puncture Pattern
a puncture pattern of '11' defines 'no puncture'.
Length Tag Name
Key name of the tagged stream frame size, typically "packet_len".

Example Flowgraph

This flowgraph can be found at [1]

Fecapi polar encoders fg.png

Source Files

Python files
extended_tagged_encoder.py
Block definition
fec_extended_tagged_encoder.block.yml