Skip to content

Commit 749a28e

Browse files
committed
Update README : Hamming Code Decoder Explanataion
1 parent 53da7f4 commit 749a28e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,12 @@ Self-Correcting message system works for each 11 bits data which are further con
238238
> <details>
239239
> <summary> Explanation </summary>
240240
>
241-
> > Hamming Code decoder give output as a original data bits wrt parity bits received with data bits
241+
> > Hamming Code decoder give output as a original data bits wrt parity bits received with data bits.
242+
> > Input bits for Hamming Code decoder bloack is output bits of Hamming Code Encoder Block.
243+
> > Hamming COde Decoder Circuit Block give output as follows:
244+
> > > - Is error bit is present or not
245+
> > > - All parity bits which are calculated from input data bit and parity bit
246+
> > > - Original Data bits if one bit is corrected among 11 data bit
242247
>
243248
> </details>
244249
>

0 commit comments

Comments
 (0)