Syndrome decodingDecoding and correcting $(1,0,0,1,0,0,1)$ Hamming$ (7,4)$ codeParity check matrix and error...

What major Native American tribes were around Santa Fe during the late 1850s?

Have I saved too much for retirement so far?

How to align and center standalone amsmath equations?

Has Darkwing Duck ever met Scrooge McDuck?

What does this horizontal bar at the first measure mean?

Bob has never been a M before

What linear sensor for a keyboard?

My friend sent me a screenshot of a transaction hash, but when I search for it I find divergent data. What happened?

Indicating multiple different modes of speech (fantasy language or telepathy)

Can a significant change in incentives void an employment contract?

Did arcade monitors have same pixel aspect ratio as TV sets?

Does the Mind Blank spell prevent the target from being frightened?

Longest common substring in linear time

Can somebody explain Brexit in a few child-proof sentences?

Open a doc from terminal, but not by its name

How do ground effect vehicles perform turns?

Did US corporations pay demonstrators in the German demonstrations against article 13?

What is the gram­mat­i­cal term for “‑ed” words like these?

Is it possible to have a strip of cold climate in the middle of a planet?

About a little hole in Z'ha'dum

Is there a word to describe the feeling of being transfixed out of horror?

Why is Arduino resetting while driving motors?

How to color a curve

How do I repair my stair bannister?



Syndrome decoding


Decoding and correcting $(1,0,0,1,0,0,1)$ Hamming$ (7,4)$ codeParity check matrix and error syndromesUse a parity check matrix for Ham(4,2) and syndrome decodingWhen decoding a block code, how do you know which error a syndrome corresponds to?Finding error patterns from a syndromeConstructing syndrome decoding tableHow many codewords with same syndrome and weightSyndrome decoding and error correctionSyndrome decoding algorithmsUnderstanding the received vector in syndrome decoding













0












$begingroup$


I have a conceptional question to the concept of "syndrome decoding" (i.e. the procedure to decode a received vector).



Let's say I'm given a generator matrix G and a received vector v = (1, 1, 1, 0, 1, 0). How can I decode the received vector?



Here is what I would do, but I'm not sure:




  1. Bring G to standard form (I | A)

  2. Parity check matrix is: $H = (-A^t | I)$

  3. Compute $v cdot H^t$, the received code is the one which has been encoded.


Is this correct?



Thanks for any correction!










share|cite|improve this question









$endgroup$












  • $begingroup$
    $v cdot H^t$ is not the "one which has been encoded", it is the syndrome of the error pattern from which one needs to determine what the error pattern was. Many different error patterns will ;produce the same syndrome and the decoder's job is to determine which is the most likely one (hint: fewer errors are more likely than many errors.
    $endgroup$
    – Dilip Sarwate
    Mar 17 at 19:53
















0












$begingroup$


I have a conceptional question to the concept of "syndrome decoding" (i.e. the procedure to decode a received vector).



Let's say I'm given a generator matrix G and a received vector v = (1, 1, 1, 0, 1, 0). How can I decode the received vector?



Here is what I would do, but I'm not sure:




  1. Bring G to standard form (I | A)

  2. Parity check matrix is: $H = (-A^t | I)$

  3. Compute $v cdot H^t$, the received code is the one which has been encoded.


Is this correct?



Thanks for any correction!










share|cite|improve this question









$endgroup$












  • $begingroup$
    $v cdot H^t$ is not the "one which has been encoded", it is the syndrome of the error pattern from which one needs to determine what the error pattern was. Many different error patterns will ;produce the same syndrome and the decoder's job is to determine which is the most likely one (hint: fewer errors are more likely than many errors.
    $endgroup$
    – Dilip Sarwate
    Mar 17 at 19:53














0












0








0





$begingroup$


I have a conceptional question to the concept of "syndrome decoding" (i.e. the procedure to decode a received vector).



Let's say I'm given a generator matrix G and a received vector v = (1, 1, 1, 0, 1, 0). How can I decode the received vector?



Here is what I would do, but I'm not sure:




  1. Bring G to standard form (I | A)

  2. Parity check matrix is: $H = (-A^t | I)$

  3. Compute $v cdot H^t$, the received code is the one which has been encoded.


Is this correct?



Thanks for any correction!










share|cite|improve this question









$endgroup$




I have a conceptional question to the concept of "syndrome decoding" (i.e. the procedure to decode a received vector).



Let's say I'm given a generator matrix G and a received vector v = (1, 1, 1, 0, 1, 0). How can I decode the received vector?



Here is what I would do, but I'm not sure:




  1. Bring G to standard form (I | A)

  2. Parity check matrix is: $H = (-A^t | I)$

  3. Compute $v cdot H^t$, the received code is the one which has been encoded.


Is this correct?



Thanks for any correction!







abstract-algebra finite-fields coding-theory






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Mar 14 at 11:50









JohnDJohnD

307112




307112












  • $begingroup$
    $v cdot H^t$ is not the "one which has been encoded", it is the syndrome of the error pattern from which one needs to determine what the error pattern was. Many different error patterns will ;produce the same syndrome and the decoder's job is to determine which is the most likely one (hint: fewer errors are more likely than many errors.
    $endgroup$
    – Dilip Sarwate
    Mar 17 at 19:53


















  • $begingroup$
    $v cdot H^t$ is not the "one which has been encoded", it is the syndrome of the error pattern from which one needs to determine what the error pattern was. Many different error patterns will ;produce the same syndrome and the decoder's job is to determine which is the most likely one (hint: fewer errors are more likely than many errors.
    $endgroup$
    – Dilip Sarwate
    Mar 17 at 19:53
















$begingroup$
$v cdot H^t$ is not the "one which has been encoded", it is the syndrome of the error pattern from which one needs to determine what the error pattern was. Many different error patterns will ;produce the same syndrome and the decoder's job is to determine which is the most likely one (hint: fewer errors are more likely than many errors.
$endgroup$
– Dilip Sarwate
Mar 17 at 19:53




$begingroup$
$v cdot H^t$ is not the "one which has been encoded", it is the syndrome of the error pattern from which one needs to determine what the error pattern was. Many different error patterns will ;produce the same syndrome and the decoder's job is to determine which is the most likely one (hint: fewer errors are more likely than many errors.
$endgroup$
– Dilip Sarwate
Mar 17 at 19:53










1 Answer
1






active

oldest

votes


















1












$begingroup$

Well, its incomplete.
Take the received word $v$ and compute the syndrome $s = Hv^t$.



Here you need to do some preliminary work.
Write $v=c+e$ for codeword $c$ and error vector $e$. Then $Hv^t = Hc^t+ He^t = He^t$. Thus the syndrome $s$ tells you the error vector $e$. Then $c=v-e$ gives the decoded codeword. To do so, you need to make a list of pairs $(s, e)$ where $s$ is a syndrome and $e$ is a vector (coset leader) with $s=He^t$ of minimal Hamming weight. Note that there are cases where $e$ is not uniquely determined by $s$.






share|cite|improve this answer









$endgroup$













  • $begingroup$
    Thank you for your answer! I found here some examples, too: homepages.math.uic.edu/~leon/mcs425-s08/handouts/…
    $endgroup$
    – JohnD
    Mar 15 at 12:12










  • $begingroup$
    What I don't get: How are the coset leader(s) determined?
    $endgroup$
    – JohnD
    Mar 15 at 12:12










  • $begingroup$
    I think it requires enumeration.
    $endgroup$
    – Wuestenfux
    Mar 15 at 12:15











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',
autoActivateHeartbeat: false,
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%2f3147906%2fsyndrome-decoding%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









1












$begingroup$

Well, its incomplete.
Take the received word $v$ and compute the syndrome $s = Hv^t$.



Here you need to do some preliminary work.
Write $v=c+e$ for codeword $c$ and error vector $e$. Then $Hv^t = Hc^t+ He^t = He^t$. Thus the syndrome $s$ tells you the error vector $e$. Then $c=v-e$ gives the decoded codeword. To do so, you need to make a list of pairs $(s, e)$ where $s$ is a syndrome and $e$ is a vector (coset leader) with $s=He^t$ of minimal Hamming weight. Note that there are cases where $e$ is not uniquely determined by $s$.






share|cite|improve this answer









$endgroup$













  • $begingroup$
    Thank you for your answer! I found here some examples, too: homepages.math.uic.edu/~leon/mcs425-s08/handouts/…
    $endgroup$
    – JohnD
    Mar 15 at 12:12










  • $begingroup$
    What I don't get: How are the coset leader(s) determined?
    $endgroup$
    – JohnD
    Mar 15 at 12:12










  • $begingroup$
    I think it requires enumeration.
    $endgroup$
    – Wuestenfux
    Mar 15 at 12:15
















1












$begingroup$

Well, its incomplete.
Take the received word $v$ and compute the syndrome $s = Hv^t$.



Here you need to do some preliminary work.
Write $v=c+e$ for codeword $c$ and error vector $e$. Then $Hv^t = Hc^t+ He^t = He^t$. Thus the syndrome $s$ tells you the error vector $e$. Then $c=v-e$ gives the decoded codeword. To do so, you need to make a list of pairs $(s, e)$ where $s$ is a syndrome and $e$ is a vector (coset leader) with $s=He^t$ of minimal Hamming weight. Note that there are cases where $e$ is not uniquely determined by $s$.






share|cite|improve this answer









$endgroup$













  • $begingroup$
    Thank you for your answer! I found here some examples, too: homepages.math.uic.edu/~leon/mcs425-s08/handouts/…
    $endgroup$
    – JohnD
    Mar 15 at 12:12










  • $begingroup$
    What I don't get: How are the coset leader(s) determined?
    $endgroup$
    – JohnD
    Mar 15 at 12:12










  • $begingroup$
    I think it requires enumeration.
    $endgroup$
    – Wuestenfux
    Mar 15 at 12:15














1












1








1





$begingroup$

Well, its incomplete.
Take the received word $v$ and compute the syndrome $s = Hv^t$.



Here you need to do some preliminary work.
Write $v=c+e$ for codeword $c$ and error vector $e$. Then $Hv^t = Hc^t+ He^t = He^t$. Thus the syndrome $s$ tells you the error vector $e$. Then $c=v-e$ gives the decoded codeword. To do so, you need to make a list of pairs $(s, e)$ where $s$ is a syndrome and $e$ is a vector (coset leader) with $s=He^t$ of minimal Hamming weight. Note that there are cases where $e$ is not uniquely determined by $s$.






share|cite|improve this answer









$endgroup$



Well, its incomplete.
Take the received word $v$ and compute the syndrome $s = Hv^t$.



Here you need to do some preliminary work.
Write $v=c+e$ for codeword $c$ and error vector $e$. Then $Hv^t = Hc^t+ He^t = He^t$. Thus the syndrome $s$ tells you the error vector $e$. Then $c=v-e$ gives the decoded codeword. To do so, you need to make a list of pairs $(s, e)$ where $s$ is a syndrome and $e$ is a vector (coset leader) with $s=He^t$ of minimal Hamming weight. Note that there are cases where $e$ is not uniquely determined by $s$.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Mar 14 at 13:34









WuestenfuxWuestenfux

5,2781513




5,2781513












  • $begingroup$
    Thank you for your answer! I found here some examples, too: homepages.math.uic.edu/~leon/mcs425-s08/handouts/…
    $endgroup$
    – JohnD
    Mar 15 at 12:12










  • $begingroup$
    What I don't get: How are the coset leader(s) determined?
    $endgroup$
    – JohnD
    Mar 15 at 12:12










  • $begingroup$
    I think it requires enumeration.
    $endgroup$
    – Wuestenfux
    Mar 15 at 12:15


















  • $begingroup$
    Thank you for your answer! I found here some examples, too: homepages.math.uic.edu/~leon/mcs425-s08/handouts/…
    $endgroup$
    – JohnD
    Mar 15 at 12:12










  • $begingroup$
    What I don't get: How are the coset leader(s) determined?
    $endgroup$
    – JohnD
    Mar 15 at 12:12










  • $begingroup$
    I think it requires enumeration.
    $endgroup$
    – Wuestenfux
    Mar 15 at 12:15
















$begingroup$
Thank you for your answer! I found here some examples, too: homepages.math.uic.edu/~leon/mcs425-s08/handouts/…
$endgroup$
– JohnD
Mar 15 at 12:12




$begingroup$
Thank you for your answer! I found here some examples, too: homepages.math.uic.edu/~leon/mcs425-s08/handouts/…
$endgroup$
– JohnD
Mar 15 at 12:12












$begingroup$
What I don't get: How are the coset leader(s) determined?
$endgroup$
– JohnD
Mar 15 at 12:12




$begingroup$
What I don't get: How are the coset leader(s) determined?
$endgroup$
– JohnD
Mar 15 at 12:12












$begingroup$
I think it requires enumeration.
$endgroup$
– Wuestenfux
Mar 15 at 12:15




$begingroup$
I think it requires enumeration.
$endgroup$
– Wuestenfux
Mar 15 at 12:15


















draft saved

draft discarded




















































Thanks for contributing an answer to Mathematics Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3147906%2fsyndrome-decoding%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

Integral that is continuous and looks like it converges to a geometric seriesTesting if a geometric series converges by taking limit to infinitySummation of arithmetic-geometric series of higher orderGeometric series with polynomial exponentHow to Recognize a Geometric SeriesShowing an integral equality with series over the integersDiscontinuity of a series of continuous functionsReasons why a Series ConvergesSum of infinite geometric series with two terms in summationUsing geometric series for computing IntegralsLimit of geometric series sum when $r = 1$

Why is system upgrade showing unstable version when upgrading in backend?System Settings > System Upgrade link does not existsComposer Error While upgrading magento version 2.1.6 to 2.2.2How to upgrade magento 1.4.0.0 to above 1.6 versionIssue with upgrading Magento Version from 2.1.7 to 2.1.12Magento 2.2.5: Error on running setup: upgrade after upgrading Magento from 2.2.2 to 2.2.5Are there any Magento Code Release Notes?getting error when upgrading from Magento 2.1.5 to Magento 2.2.6Will the installed third party plugins upgrade when we upgrade Magento version via composerWhy PHP Settings Check and Checking Component Dependency showing error during Magento 2.3 upgrade?Fatal error: Out of memory (in composer) during upgrade Magento2.2.1 to Magento 2.3 when run composer update command

If gravity precedes the formation of a solar system, where did the mass come from that caused the gravity? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Where does the Solar System end?The defintion of star/planetary/solar systemSolar System formation, considering its and the universe's ageNaming of the planets of the solar systemEjected planets during the early stages of the formation of the Solar SystemWhy are some universal entities round and others are flat?Are the “extinct species” of meteorites originally from the “Barbarian” asteroids?Is the galaxy made of a nebula or the solar system?Are the planets Trappist-1 in the solar system?How is the term “solar system” defined? Could confirmation of a new planet lead to a change in this definition?