Parity 2d Encoder
Provide systematic two-dimensional parity encoding for forward error correction using row and column redundancy matrices. Essential for applications requiring simple yet effective error correction, legacy system compatibility, and predictable correction capabilities with known overhead.
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 |