Maximal likelihood Error/Syndrome table for $[16, 11]$ hamming code
up vote
1
down vote
favorite
I think I have to start with a parity check matrix for $[16,11]$ Hamming code.
$$H = left(
begin{array}{cccccccccccccccc}
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \
0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 \
0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 \
0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 \
1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \
end{array}
right)$$
How do I go about finding the syndrome decoding table?
If I understand it correctly, my syndrome table will contain all the possible permutations of 0s and 1s upto $2^{5}$. E.g. $00000,...,01111,...,11111$.
Do I have to find out coset leaders for all 32 syndromes?.
If yes, how will the decoding work?
matrices coding-theory parity
add a comment |
up vote
1
down vote
favorite
I think I have to start with a parity check matrix for $[16,11]$ Hamming code.
$$H = left(
begin{array}{cccccccccccccccc}
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \
0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 \
0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 \
0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 \
1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \
end{array}
right)$$
How do I go about finding the syndrome decoding table?
If I understand it correctly, my syndrome table will contain all the possible permutations of 0s and 1s upto $2^{5}$. E.g. $00000,...,01111,...,11111$.
Do I have to find out coset leaders for all 32 syndromes?.
If yes, how will the decoding work?
matrices coding-theory parity
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I think I have to start with a parity check matrix for $[16,11]$ Hamming code.
$$H = left(
begin{array}{cccccccccccccccc}
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \
0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 \
0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 \
0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 \
1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \
end{array}
right)$$
How do I go about finding the syndrome decoding table?
If I understand it correctly, my syndrome table will contain all the possible permutations of 0s and 1s upto $2^{5}$. E.g. $00000,...,01111,...,11111$.
Do I have to find out coset leaders for all 32 syndromes?.
If yes, how will the decoding work?
matrices coding-theory parity
I think I have to start with a parity check matrix for $[16,11]$ Hamming code.
$$H = left(
begin{array}{cccccccccccccccc}
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \
0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 \
0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 \
0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 \
1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \
end{array}
right)$$
How do I go about finding the syndrome decoding table?
If I understand it correctly, my syndrome table will contain all the possible permutations of 0s and 1s upto $2^{5}$. E.g. $00000,...,01111,...,11111$.
Do I have to find out coset leaders for all 32 syndromes?.
If yes, how will the decoding work?
matrices coding-theory parity
matrices coding-theory parity
asked Nov 14 at 4:26
Heisenberg
1183
1183
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
Indeed, you need to find coset leaders for all cosets of the code in ${Bbb F}_2^{16}$. So if a word $y$ is received, the syndrome $s=Hyin{Bbb F}_2^5$ is computed. Suppose $zin{Bbb F}_2^{16}$ is the corresponding coset leader, then the decoding gives the codeword $c=y-z$.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Indeed, you need to find coset leaders for all cosets of the code in ${Bbb F}_2^{16}$. So if a word $y$ is received, the syndrome $s=Hyin{Bbb F}_2^5$ is computed. Suppose $zin{Bbb F}_2^{16}$ is the corresponding coset leader, then the decoding gives the codeword $c=y-z$.
add a comment |
up vote
1
down vote
Indeed, you need to find coset leaders for all cosets of the code in ${Bbb F}_2^{16}$. So if a word $y$ is received, the syndrome $s=Hyin{Bbb F}_2^5$ is computed. Suppose $zin{Bbb F}_2^{16}$ is the corresponding coset leader, then the decoding gives the codeword $c=y-z$.
add a comment |
up vote
1
down vote
up vote
1
down vote
Indeed, you need to find coset leaders for all cosets of the code in ${Bbb F}_2^{16}$. So if a word $y$ is received, the syndrome $s=Hyin{Bbb F}_2^5$ is computed. Suppose $zin{Bbb F}_2^{16}$ is the corresponding coset leader, then the decoding gives the codeword $c=y-z$.
Indeed, you need to find coset leaders for all cosets of the code in ${Bbb F}_2^{16}$. So if a word $y$ is received, the syndrome $s=Hyin{Bbb F}_2^5$ is computed. Suppose $zin{Bbb F}_2^{16}$ is the corresponding coset leader, then the decoding gives the codeword $c=y-z$.
answered Nov 14 at 10:00
Wuestenfux
2,4991410
2,4991410
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2997779%2fmaximal-likelihood-error-syndrome-table-for-16-11-hamming-code%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown