Parity 2d Encoder
Component to encode data using 2D parity.
Tags: RELIABILITY
, FEC
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Input | String | No | ||
Output | String | No | ||
Columns | Int32 | No | The number of columns in the 2D parity matrix. Larger number of columns increases the erasure correction capability but require more processing. | 5 |
Rows | Int32 | No | The number of rows in the 2D parity matrix. Larger number of rows enhances erasure correction capability but increase overhead. | 5 |