Appearance
Reed-Solomon Decoder
Group: Coding > FEC > Reed-Solomon
Decodes Reed-Solomon code and fixes errors.
Parameters
Error Correction Capability
- Description: Numbers of errors that can be corrected (E)
- Automation reference:
ErrorCorrectionCapability - Type: integer
Interleaving Depth
- Description: Numbers of RS codewords interleaved to form a CADU (I)
- Automation reference:
InterleavingDepth - Type: integer
Virtual Fill Length
- Description: Virtual zeros prepended for each RS codeword (Q)
- Automation reference:
VirtualFill - Type: integer
Pass unfixable
- Description: If false packets with uncorrectable errors will be discarded. If true the frame including bit errors will be output.
- Automation reference:
PassUnfixable - Type: boolean
Measurements
Fixed errors
- Description: Number of fixed byte errors
- Automation reference:
FixedErrors - Type: integer
Unfixable codewords
- Description: Number of unfixable codewords
- Automation reference:
UnfixableCodeword - Type: integer
Input size errors
- Description: Number of input size errors
- Automation reference:
InputSizeError - Type: integer