誰かがどこが間違っているのかを明確にしてください。私はこの 2 時間にいます...コードの最初のパリティにはそれ自体が含まれており、それ以降の最初の数字はすべて yes と no のシーケンスでスキップされることがわかっています。2 番目は、それ自体とそれに続く番号の後の一連の番号をすべてスキップします。4 番目は、それ自体と最初の 3 つの数字を含めた後、4 をスキップする必要があります。
These are my message bits in its original form: 1101011011000110
and I want to add the hamming parity bits onto them.
? = Parity
so this means ??1?101?01101100011?0
Parity 1 = ?110110010
Parity 2 = ?101111011
Parity 3 = ?1010110?0 (this is where my issue is so I cant move on)
Parity 4 = cant get to this part...