202308101608

Type :Note Tags : Algorithmic Coding Theory


Hamming Distance

Given two vectors the hamming distance is the number of positions at which they differ

an symbol error channel over is a function such that

It can be thought of as a channel that takes in length words and can make up to error for an input word

Hamming Distance is a Distance

The selecting the valid code with the least Hamming Distance is a standard way of correcting erros

Given a code the following are equivalent

  • has minimum distance
  • can correct errors
  • can correct errors
  • can correct erasures

References

Error Correcting Codes Hamming Bound