Repetition Encoder Definition

From GNU Radio
Revision as of 15:08, 9 April 2025 by Duggabe (talk | contribs) (add example flowgraph)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A repetition encoder class that repeats each input bit rep times. To decode, take a majority vote over the number of repetitions.

Parameters

Parallelism
Dimension 1
For parallelism
Dimension 2
For parallelism
Frame Bits
Number of bits per frame. If using in the tagged stream style, this is the maximum allowable number of bits per frame
Repetitions
Repetition rate; encoder rate is rep bits out for each input bit.

Example Flowgraph

Fec coder test fg.png

This flowgraph can be downloaded from Media:Fec_coder_test.grc.

Source Files

C++ files
[1]
Header files
[2]
Public header files
[3]
Block definition
[4]