Difference between revisions of "FEC Extended Tagged Encoder"
From GNU Radio
(Created page with "Category:Block Docs Category:Stub Docs This is the template for the "Page-per-block Docs". This first section should describe what the block...") |
(→Example Flowgraph) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | [[Category:Block Docs]] | ||
− | + | We are missing info on this block. Please help us remedy to that. | |
− | |||
− | |||
− | |||
== Parameters == | == 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). | : 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) |
: blah blah blah | : blah blah blah | ||
+ | |||
+ | ; Puncture Pattern | ||
+ | : | ||
+ | |||
+ | ; Length Tag Name | ||
== Example Flowgraph == | == Example Flowgraph == | ||
− | + | This flowgraph can be found at [https://github.com/gnuradio/gnuradio/blob/master/gr-fec/examples/fecapi_polar_encoders.grc] | |
+ | |||
+ | [[File:Fecapi_polar_encoders_fg.png|800px]] | ||
== Source Files == | == Source Files == | ||
− | ; | + | ; Python files |
− | : [https://github.com/gnuradio/gnuradio | + | : [https://github.com/gnuradio/gnuradio/blob/master/gr-fec/python/fec/extended_tagged_encoder.py] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
; Block definition | ; Block definition | ||
− | : [https://github.com/gnuradio/gnuradio | + | : [https://github.com/gnuradio/gnuradio/blob/master/gr-fec/grc/fec_extended_tagged_encoder.block.yml] |
Latest revision as of 14:58, 7 December 2020
We are missing info on this block. Please help us remedy to that.
Parameters[edit]
- 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)
- blah blah blah
- Puncture Pattern
- Length Tag Name
Example Flowgraph[edit]
This flowgraph can be found at [1]
Source Files[edit]
- Python files
- [2]
- Block definition
- [3]