3.2.4.7.2. Repetition Decoder parameters¶
3.2.4.7.2.1. --dec-type, -D¶
- Type
text
- Allowed values
REPETITIONREPETITION_VOTECHASEML- Default
REPETITION- Examples
--dec-type CHASE
Select the decoder algorithm.
Description of the allowed values:
Value |
Description |
|---|---|
|
Select the repetition decoder (computes the mean probability per information bit) |
|
Select the repetition decoder (performs a majority vote on hard decided inputs). |
|
See the common --dec-type, -D parameter. |
|
See the common --dec-type, -D parameter. |
3.2.4.7.2.2. --dec-implem¶
- Type
text
- Allowed values
STDFAST- Default
STD- Examples
--dec-implem FAST
Select the implementation of the decoder algorithm.
Description of the allowed values:
Value |
Description |
|---|---|
|
Select the STD implementation. |
|
Select the fast implementation, much more faster without the --enc-no-buff parameter. |