Reed Solomon Encoder
Component to encode data using Reed-Solomon erasure correction.
Tags: RELIABILITY
, FEC
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Input | String | No | ||
Output | String | No | ||
Symbols | Int32 | No | The number of symbols in each encoding block. Larger number of symbols increases erasure correction capability but require more overhead and increase latency. | 10 |
Repair | Int32 | No | The number of symbols used for erasure correction in each encoding block. Larger repair value increases erasure correction capability but also increases overhead. | 2 |