3.2.4.6.1. Repetition Encoder parameters

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

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

Set the codeword size \(N\). \(N\) as to be divisible by K.

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

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

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

3.2.4.6.1.3. --enc-type

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

Type of the encoder to use in the simulation.

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.6.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.\)