3.2.4.2.1. BCH Encoder parameters

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

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

Set the codeword size as an integer of the form \(N = 2^m – 1\), where \(m\) is an integer from 3.

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

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

Give the useful number of bit transmitted (information bits).

This argument is not required if --dec-corr-pow, -T is given, as it is calculated automatically.

3.2.4.2.1.3. --enc-type

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

Select the type of the encoder to use in the simulation.

Description of the allowed values:

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