I am trying to form generator matrix for (15,11) Hamming code as mentioned in the following link http://www.mee.tcd.ie/~ledoyle/TEACHING/12%20-%20error2.pdf Page.no:12.
The problem is when non-zero bits in the 11 bit input is odd I'm getting expected parity bits, but non-zero bits in the 11 bit input is even the result of parity bit is 1's complement of expected output
If anyone knows the way to solve this 1's complement issue, kindly let me know.