Computer Science, asked by satya28048, 8 months ago

Following relation is given between three binary codewords, u, v and w. Sum of the codewords u and w  is given by 010110011, and sum of the codewords v and w is given by 100010010. What is the Hamming distance between u and v?



Answers

Answered by pateldev128
1

Answer:

mwmwmmwmwmsmwmm

mwmememwmememmwmeme

w

nwnwnnwmwmwmwjwjm

ansnnsnssnsnskwmwkwm

Explanation:

wmwmwmwkwkwkwiw

Answered by suvimilan1316
0

Answer:

Hamming distance is 4

Explanation:

The Sum of given u and w is 010110011

The Sum of given v and w is 100010010

"Hamming distance" is the difference between two equal lengths of binary strings.

In the given binary string length

Step1:

check both the strings have the same length

010110011 -  9

100010010 - 9

Step2:

then compare each value to each other

- 0 to 1

- 1 to 0

- 0 to 0

- 1 to 0 and further

Step3:

Check the number the of same values and values differing from each other.

Same values:-  5

Different values:- 4

Step 4:

Hence, the answer is 4.

#SPJ3

Similar questions