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