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 \(N\).

\(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

Set the number of information bits \(K\).

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 encoder type.

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.

3.2.4.2.1.4. --enc-simd

Type:text
Allowed values:INTER
Examples:--enc-simd INTER

Select the SIMD strategy.

Description of the allowed values:

Value Description
INTER Select the inter-frame strategy.

Note

Be aware that running the simulator with the --sim-inter-fra, -F parameter set to 1 and the --dec-simd parameter set to INTER will completely be counterproductive and will lead to no throughput improvements.