in Digital Logic retagged by
198 views
2 votes
2 votes

(Ignore the small circle on any line in the following logic diagram, do not consider it as logical not)

The logic circuit given above converts a code $y_1y_2y_3$ 

  1. From binary number to excess-$3$ code
  2. From gray code to binary number
  3. From binary number to gray code
  4. Hamming code
in Digital Logic retagged by
198 views

2 Comments

edited by

@Deepak Poonia sir it’s GRAY to BINARY, for e.g if take y1y2y3=100 then getting output as 111….

0
0

@MANSI_SOMANI

That’s correct. Corrected it.

1
1

1 Answer

2 votes
2 votes
Equations for output :

$\begin{aligned}
&X_{1}=Y_{1} \\
&X_{2}=Y_{2} \oplus X 1 \\
&X_{3}=Y_{3} \oplus X 2
\end{aligned}$

Clearly, this is Gray to Binary code conversion.
edited by
Answer:

Related questions