About 50 results
Open links in new tab
  1. Hamming distance necessary for detecting d-bit error and for …

    Nov 3, 2014 · The Hamming distance between two binary strings of the same length is the number of bit positions where the string differ. But the important point to remember is that it is a distance, pretty …

  2. Hamming distance required for error detection and correction

    I have already asked a pair of questions on the hamming distance, hamming code, valid and invalid codewords on this website, because I cannot understand those concepts fully, and in a few weeks or ...

  3. Hamming distance and parity - Computer Science Stack Exchange

    The minimal distance of C C is the minimum Hamming distance between (different) codewords. Hamming codes have minimum distance 3, which means that (1) every two codewords differ in at …

  4. Compute minimum hamming distance of a code - Computer Science …

    3 How do you find the minimum hamming distance of a code? A naive way is computing the distance of each pair of codewords in our code. It becomes hard when the code is sufficiently large. Is there a …

  5. How to select numbers with the same Hamming distance under certain ...

    Jan 13, 2025 · How to select numbers with the same Hamming distance under certain conditions? Ask Question Asked 11 months ago Modified 11 months ago

  6. Understanding connection between length of codeword and hamming ...

    Mar 10, 2020 · Understanding connection between length of codeword and hamming distance in Hamming code Ask Question Asked 5 years, 7 months ago Modified 5 years, 7 months ago

  7. algorithms - What is the difference between Hamming Distance and ...

    Nov 5, 2020 · What is the difference between Hamming Distance and Manhattan Distance for non-binary data (specifically I am comparing points in R2 R 2)? I understand Manhattan sums the …

  8. Why ASCII letter A has a Hamming Distance of 3?

    The Hamming code has Hamming distance 3. A particular letter doesn't have Hamming distance, since distance is a two-argument function: it gives the distance (in Hamming metric) between two binary …

  9. Computing Hamming Distance Between Binary Vectors

    One could also look to perform some sort of compression on binary vectors and perform Hamming distance computation on the smaller compressed vectors as a bound on the distance, but I suspect …

  10. computer networks - Hamming code distance and error detection ...

    Jul 12, 2019 · What is the maximum error rate under which error detection and retransmission mechanism (1 parity bit per block) is better than using Hamming code? Assume that bit errors are …