3.2.4.8.1. RS Encoder parameters¶
3.2.4.8.1.1. --enc-cw-size, -N
¶
- Type
integer
- Examples
--enc-cw-size 127
Set the codeword size \(N\).
\(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.8.1.2. --enc-info-bits, -K
¶
- Type
integer
- Examples
--enc-info-bits 1
Set the number of information bits \(K\).
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.8.1.3. --enc-type
¶
- Type
text
- Allowed values
RS
AZCW
COSET
USER
- Default
RS
- Examples
--enc-type AZCW
Select the encoder type.
Description of the allowed values:
Value |
Description |
---|---|
|
Select the standard RS encoder. |
|
See the common --enc-type parameter. |
|
See the common --enc-type parameter. |
|
See the common --enc-type parameter. |