FEC Extended Tagged Encoder: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:


; MTU (bytes)
; MTU (bytes)
: blah blah blah
: 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
; Puncture Pattern
Line 14: Line 14:


; Length Tag Name
; Length Tag Name
: Key name of the tagged stream frame size.


== Example Flowgraph ==
== Example Flowgraph ==

Revision as of 07:15, 7 June 2022

We are missing info on this block. Please help us remedy to that.

Parameters

Encoder Objects
Description of parameter, provide any tips or recommended values. Note that the name of the parameter above should match the param's label that shows up in grc (e.g. Sample Rate).
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
Length Tag Name
Key name of the tagged stream frame size.

Example Flowgraph

This flowgraph can be found at [1]

Fecapi polar encoders fg.png

Source Files

Python files
[2]
Block definition
[3]