Binary image expanision

34 Views Asked by At

How can I perform binary image expansion on the Reed Solomon Hmatrix.I have a 7,4 RS code filled with symbols and I'm trying to represent the matrix in it binary form 3 bits for each symbol

I have tried using a lookup dictionary and assigning the symbol to its bit representation then use a for loop however I'm getting errors

0

There are 0 best solutions below