Find the word definition

Crossword clues for hamming

The Collaborative International Dictionary
hamming

hamming \ham"ming\ n. poor acting by a ham actor; see ham.

Syn: overacting.

Wiktionary
hamming

vb. (present participle of ham English)

WordNet
hamming

See ham

ham
  1. v. exaggerate one's acting [syn: overact, ham it up, overplay] [ant: underact]

  2. [also: hamming, hammed]

hamming

n. poor acting by a ham actor [syn: overacting]

ham
  1. n. meat cut from the thigh of a hog (usually smoked) [syn: jambon, gammon]

  2. (Old Testament) son of Noah

  3. a licensed amateur radio operator

  4. an unskilled actor who overacts [syn: ham actor]

  5. [also: hamming, hammed]

Wikipedia
Hamming

Hamming may refer to:

  • Richard Hamming (1915–1998), American mathematician
  • Overacting, or acting in an exaggerated way
Hamming(7,4)

In coding theory, Hamming(7,4) is a linear error-correcting code that encodes four bits of data into seven bits by adding three parity bits. It is a member of a larger family of Hamming codes, but the term Hamming code often refers to this specific code that Richard W. Hamming introduced in 1950. At the time, Hamming worked at Bell Telephone Laboratories and was frustrated with the error-prone punched card reader, which is why he started working on error-correcting codes.

The Hamming code adds three additional check bits to every four data bits of the message. Hamming's (7,4) algorithm can correct any single-bit error, or detect all single-bit and two-bit errors. In other words, the minimal Hamming distance between any two correct codewords is 3, and received words can be correctly decoded if they are at a distance of at most one from the codeword that was transmitted by the sender. This means that for transmission medium situations where burst errors do not occur, Hamming's (7,4) code is effective (as the medium would have to be extremely noisy for two out of seven bits to be flipped).