Standard array: Difference between revisions

Content deleted Content added
underlined-0 in table corner confuses someone not "familiar enough with mathematics to be studying coding theory". is it the empty spot in a 'table' with row/col labels? and/or is it a link? clarified
m Added see also, with linear code
Line 146:
 
Note that decoding via standard array does not guarantee that all vectors are decoded correctly. If we receive the vector 1010, using the standard array above would decode the message as 1110, a codeword distance 1 away. However, 1010 is also distance 1 away from the codeword 1011. In such a case some implementations might ask for the message to be resent. This ambiguity is another reason that different decoding methods are sometimes used.
 
== See Also ==
* [[Linear code]]
 
== References ==