18
DATA ENCODING Data Encoding is a method to convert the data into signal form because we cannot transmit data until it is converted into signal. Whenever we transmit a data it is always in the form of a signal. It can be in digital or analog form.

Data encoding

Embed Size (px)

Citation preview

Page 1: Data encoding

DATA ENCODING

•Data Encoding is a method to convert the data into signal form because we cannot transmit data until it is converted into signal.

•Whenever we transmit a data it is always in the form of a signal. It can be in digital or analog form.

Page 2: Data encoding

Encoding Method

Digital to Digital

Digital to Analog

Analog to Analog

Analog to Digital

Types of data encoding

Page 3: Data encoding
Page 4: Data encoding

Digital to Digital•It is logical to represent digital data with a digital signal•Signal changes value as the data changes value from 0 to 1 and 1 to 0• It involves various methods: Unipolar Encoding, Bipolar Encoding and Polar Encoding.

Page 5: Data encoding

Unipolar Encoding•It uses only one polarity. The polarity of the pulse shows whether it is positive or negative logic.•Positive logic refers to binary 1.•Negative logic refers to binary 0.

Page 6: Data encoding

Polar Encoding•It uses two voltage level a positive and one negative.•It includes :1. NRZ: Non-Return to Zero2. RZ: Return to Zero3. Biphase

Page 7: Data encoding

NRZ: Non-Return to Zero

NRZ: Non-Return to Zero L-Type

NRZ: Non-Return to Zero Inversion

Page 8: Data encoding

NRZ-L: Non-Return to Zero L-Type

•It is a Low or –ive logic encoding technique of NZR.•+ive voltage level is represented by 0 and –ive voltage is represented by 1.

Page 9: Data encoding

NRZ-I: Non-Return to Zero Inversion•In it bits are represented between +ive and –ive voltages.•If bit is zero there is no change •But if next bit is one the change take place.

Page 10: Data encoding

Difference in NRZ-L and NRZ-I Signal

Page 11: Data encoding

RZ: Return to Zero•It uses three values +ive,-ive and zero.•In RZ, Signal change not between bits but during each bits.•In RZ, the signal is return to zero in midway of each duration.•Bit 1 is represented by +ive to zero and 0 by –ive to zero.

Page 12: Data encoding

Biphase Encoding

•In it signal does not return to zero instead it continues to opposite polarity and the middle transition of each bit is used for synchronization.•It is of two types:1.Manchester2.Differential Manchester

Page 13: Data encoding

Manchester:

• Transition in middle of each bit period• Transition serves as clock and data• Low to high represents one• High to low represents zero• Used by IEEE 802.3

Page 14: Data encoding

Differential Manchester:

• Mid bit transition is clocking only• Transition at start of a bit period represents zero• No transition at start of a bit period represents one• Note: this is a differential encoding scheme• Used by IEEE 802.5

Page 15: Data encoding

Bipolar Encoding•It also uses three voltage level +ive,-ive and zero.•Bit 0 is represented by voltage level zero.•Bit 1 is represented by both +ive and –ive voltage level.•If a bit is 1 and represents by +ive then the second bit 1 is represents by –ive voltage level

Page 16: Data encoding

Digital to Analog

•In it digital binary data is converted into analog wave form.

•Digital to analog techniques:1. ASK: Amplitude Shift Keying2. FSK: Frequency Shift Keying3. PSK: Phase Shift Keying

Page 17: Data encoding

Analog to Analog

•These are nothing but analog modulation techniques such as:1. Amplitude Modulation2. Frequency Modulation3. Phase Modulation

Page 18: Data encoding

Analog to Digital