Question: Hamming code

I have to write a program that takes a plain text; that characters are represented on 5 bits. My information vector is of the form W=[a,b,c,d]. the sent vector is of the form C=[x,y,a,z,b,c,d] where x,y,z are parity check elements. I don't know how to get my W

Please Wait...