3.2.4.6.2. Repetition Decoder parameters¶
3.2.4.6.2.1. --dec-type, -D¶
Type: text Allowed values: REPETITIONCHASEMLDefault: REPETITIONExamples: --dec-type CHASE
Select the decoder algorithm.
Description of the allowed values:
| Value | Description |
|---|---|
REPETITION |
Select the repetition decoder. |
CHASE |
See the common --dec-type, -D parameter. |
ML |
See the common --dec-type, -D parameter. |
3.2.4.6.2.2. --dec-implem¶
Type: text Allowed values: STDFASTDefault: STDExamples: --dec-implem FAST
Select the implementation of the decoder algorithm.
Description of the allowed values:
| Value | Description |
|---|---|
STD |
Select the STD implementation. |
FAST |
Select the fast implementation, much more faster without the --enc-no-buff parameter. |