0% found this document useful (0 votes)
190 views

Hamming Code Generator For 4 Bit Data Using Even Parity

The document describes a Hamming code generator circuit that can detect up to two errors and correct single errors in 4-bit data using even parity. It lists the components needed including a breadboard, wires, batteries, XOR gates, voltage regulator, and LEDs. It provides the 4-bit even parity truth table and schematic diagram showing how the parity bits are generated from the data bits using XOR gates.

Uploaded by

surajrani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
190 views

Hamming Code Generator For 4 Bit Data Using Even Parity

The document describes a Hamming code generator circuit that can detect up to two errors and correct single errors in 4-bit data using even parity. It lists the components needed including a breadboard, wires, batteries, XOR gates, voltage regulator, and LEDs. It provides the 4-bit even parity truth table and schematic diagram showing how the parity bits are generated from the data bits using XOR gates.

Uploaded by

surajrani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

Hamming Code generator for 4 Bit data using even parity

Kommineni Anil, Deepanshu Shrivastava


11802307, 11804432
E1804B52, E1804B53
[email protected]

Abstract – To detect the error in code and correct it

Index Terms— Introduction, Hamming code generator, components required, Even Parity Check table, Circuits diagram

I. INTRODUCTION:

Hamming code is a set of error-correction codes that can be used to detect and correct the errors that
can occur when the data is moved or stored from the sender to the receiver. It is technique developed by
R.W. Hamming for error correction.

II. HAMMING CODE GENERATOR:

Hamming code generator is a device that can detect an error in any communication system like
telecommunication, mobile communication, data communication wireless communication etc.

It detects up to minimum two error and can correct single error in a given communication system.

III. COMPONENTS REQUIRED:

a) Breadboard

b) Jumper wire (connecting wire)

c) Battery (9V)

d) XOR Gate IC (IC No. 7486)

e) Voltage Regulator (LM 7805)

f) LEDs

 For this experiment, we use 2 Breadboard, 2 batteries of 9v, 2 XOR-gate IC (7486), 1 voltage regulator
(LM7805), and 11 LEDs (4 LEDs for Switch, 3 LEDs for Parity bit, 4 LEDs for Data bit).
Figure 1. XOR Gate IC

Figure 2. XOR Gate and its truth table

IV. 4 BIT EVEN PARITY TRUTH TABLE:

Figure 3 Even Parity check


V. SCHEMETIC DIAGRAM FOR PARITY BITS:

P1 P2 D1 P3 D2 D3 D4

1 2 3 4 5 6 7

For parity bits:

P1 = 3,5,7

P2 = 3,6,7

P3 = 5,6,7

You might also like