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?










share|cite|improve this question


























    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?










    share|cite|improve this question
























      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?










      share|cite|improve this question













      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






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked 2 days ago









      Heisenberg

      1183




      1183






















          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$.






          share|cite|improve this answer





















            Your Answer





            StackExchange.ifUsing("editor", function () {
            return StackExchange.using("mathjaxEditing", function () {
            StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
            StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
            });
            });
            }, "mathjax-editing");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "69"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














             

            draft saved


            draft discarded


















            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

























            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$.






            share|cite|improve this answer

























              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$.






              share|cite|improve this answer























                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$.






                share|cite|improve this answer












                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$.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered 2 days ago









                Wuestenfux

                2,3011410




                2,3011410






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    Plaza Victoria

                    In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

                    How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...