File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,12 @@ Self-Correcting message system works for each 11 bits data which are further con
238
238
> <details>
239
239
> <summary> Explanation </summary>
240
240
>
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
242
247
>
243
248
> </details>
244
249
>
You can’t perform that action at this time.
0 commit comments