Skip to content

Commit a2281ea

Browse files
committed
Update README
1 parent 1cc5fd2 commit a2281ea

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,21 @@ Self-Correcting message system works for each 11 bits data which are further con
2828

2929
### Thought / Concept
3030

31-
1. Extended Hamming Code Technique for (15+1,11)
32-
33-
<img align="center" src="https://user-images.githubusercontent.com/66154908/194774606-10669579-76a4-459b-8940-5d5f279436c2.png" alt="Extended Hamming Code Technique for (15+1,11)">
34-
35-
2. Circuit Design Approach
36-
37-
<img align="center" src="https://user-images.githubusercontent.com/66154908/194774616-92ce7ac7-13a1-4ab9-8547-a67554d87fd2.png" alt="ircuit Design Approach">
38-
31+
> <details>
32+
> <summary> Click here to see images of the creation of the idea </summary>
33+
>
34+
> <br>
35+
> 1. <b>Extended Hamming Code Technique for (15+1,11)</b> <br>
36+
> For creation of the algorithm or logic behind the Extended Hamming Code with 11 data bits and 4 parity bit checks on 11 data bits along with 1 one complete parity **matrix** approach is used
37+
> <br>
38+
> <img align="center" src="https://user-images.githubusercontent.com/66154908/194774606-10669579-76a4-459b-8940-5d5f279436c2.png" alt="Extended Hamming Code Technique for (15+1,11)" width="200">
39+
>
40+
> <br>
41+
>
42+
> 2. <b>Circuit Design Approach</b>
43+
> <img align="center" src="https://user-images.githubusercontent.com/66154908/194774616-92ce7ac7-13a1-4ab9-8547-a67554d87fd2.png" alt="ircuit Design Approach" >
44+
>
45+
> </details>
3946
4047
## Circuit Design using eSim
4148

0 commit comments

Comments
 (0)