3.2.4.7.1. Repetition Encoder parameters

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

Type

integer

Examples

--enc-cw-size 1

Set the codeword size \(N\).

\(N\) has to be divisible by K.

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

Type

integer

Examples

--enc-info-bits 1

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

3.2.4.7.1.3. --enc-type

Type

text

Allowed values

REP AZCW COSET USER

Examples

--enc-type AZCW

Select the encoder type.

Description of the allowed values:

Value

Description

REP

Select the standart repetition decoder.

AZCW

See the common --enc-type parameter.

COSET

See the common --enc-type parameter.

USER

See the common --enc-type parameter.

3.2.4.7.1.4. --enc-no-buff

Disable the buffered encoding.

Without the buffered encoding, considering \(K\) information bits \(U_0, U_1, [...], U_{K-1}\), the corresponding sequence of bits in the codeword is organized as follow: \(X_0^0, X_0^1, [...], X_0^{rep-1}, X_1^0, X_1^1, [...], X_1^{rep-1}, [[...]], X_{K-1}^0, X_{K-1}^1, [...], X_{K-1}^{rep-1},\) with \(rep = N / K.\)

With the buffered encoding, considering \(K\) information bits \(U_0, U_1, [...], U_{K-1}\), the corresponding sequence of bits in the codeword is organized as follow: \(X_0^0, X_1^0, [...], X_{K-1}^0, X_0^1, X_1^1, [...], X_{K-1}^1, [[...]], X_0^{rep-1}, X_1^{rep-1}, [...], X_{K-1}^{rep-1},\) with \(rep = N / K.\)