Repetition Encoder Definition: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(add example flowgraph)
 
Line 1: Line 1:
[[Category:Block Docs]]
[[Category:Block Docs]]
[[Category:Pages with no Example Flowgraph]]
A repetition encoder class that repeats each input bit rep times. To  decode, take  a majority vote  over the  number of repetitions.
A repetition encoder class that repeats each input bit rep times. To  decode, take  a majority vote  over the  number of repetitions.


Line 22: Line 21:
== Example Flowgraph ==
== Example Flowgraph ==


Insert description of flowgraph here, then show a screenshot of the flowgraph and the output if there is an interesting GUI. Currently we have no standard method of uploading the actual flowgraph to the wiki or git repo, unfortunately. The plan is to have an example flowgraph showing how the block might be used, for every block, and the flowgraphs will live in the git repo.
[[File:Fec_coder_test_fg.png|800px]]
 
<p>This flowgraph can be downloaded from [[Media:Fec_coder_test.grc]].</p>


== Source Files ==
== Source Files ==

Latest revision as of 15:08, 9 April 2025

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]