3.2.4.7.1. RS Encoder parameters

3.2.4.7.1.1. --enc-cw-size, -N Required

Type:integer
Examples:--enc-cw-size 127

Set the symbols codeword size as an integer of the form \(N = 2^m – 1\), where \(m\) is an integer from 3 that represents also the number of bits per symbol. Thus, the binary codeword size is \(N \times m\).

3.2.4.7.1.2. --enc-info-bits, -K Required

Type:integer
Examples:--enc-info-bits 1

Give the useful number of symbols transmitted.

This argument is not required if the correction power \(T\) is given with --dec-corr-pow, -T, as it is calculated automatically with the formula \(K = N - 2.T\).

3.2.4.7.1.3. --enc-type

Type:text
Allowed values:RS AZCW COSET USER
Default:RS
Examples:--enc-type AZCW

Type of the encoder to use in the simulation.

Description of the allowed values:

Value Description
RS Select the standard RS encoder.
AZCW See the common --enc-type parameter.
COSET See the common --enc-type parameter.
USER See the common --enc-type parameter.