3.2.4.13.2. Uncoded Decoder parameters¶
3.2.4.13.2.1. --dec-type, -D¶
Type: text Allowed values: NONECHASEMLDefault: NONEExamples: --dec-type CHASE
Select the decoder algorithm.
Description of the allowed values:
| Value | Description |
|---|---|
NONE |
Select the NONE decoder. |
CHASE |
See the common --dec-type, -D parameter. |
ML |
See the common --dec-type, -D arameter. |
3.2.4.13.2.2. --dec-implem¶
Type: text Allowed values: HARD_DECISIONdefault: HARD_DECISIONExamples: --dec-implem HARD_DECISION
Select the implementation of the decoder algorithm.
Description of the allowed values:
| Value | Description |
|---|---|
HARD_DECISION |
Take the hard decision on the input LLRs. |