I m working on 2 dimensional parity model in forward error correction. Most probably it refers to product systematic codes, where interleaving is arranged by rows and columns and parity is calculated for each row and each column. For example

000 | 0

001 | 1

010 | 1

---------

011 | 0

When one bit is received with error, you can find that bit and correct it, because the row and the column of that bit have wrong parities.

What will be matlab code for this 2 dimensional parity model in forward error correction? Any ideal of this?

Similar questions and discussions