Coding theory MOC

Perfect code

A π‘ž-ary code C βŠ†π‘†π‘›π‘ž of length 𝑛 in alphabet π‘†π‘ž is said to be a perfect 𝑒-error correcting code, or briefly a perfect code, iff1 code

  • it has ^minimumDistance 2𝑒 +1; and
  • for every string π‘₯ βˆˆπ‘†π‘›π‘ž there exists a unique codeword 𝑐 ∈C with 𝑑(π‘₯,𝑐) ≀𝑒.

equivalently, C has a minimum distance 2𝑒 +1 and ^coveringRadius 𝑒. See also Quasi-perfect code.

Properties


tidy | en | SemBr

Footnotes

  1. 1999. Introduction to coding theory, Β§3.1, p. 34 ↩