analog transmission and error detection

31

Upload: nazrul-islam-roxy

Post on 16-Jan-2017

42 views

Category:

Engineering


1 download

TRANSCRIPT

Page 1: Analog Transmission And Error Detection
Page 2: Analog Transmission And Error Detection

Presented By

Md. Nazrul Islam ID: 143-15-4480Department : C.S.EDaffodil International University Dhaka Bangladesh

Page 3: Analog Transmission And Error Detection

Presentation On

Analog Transmission And Error Detection

Page 4: Analog Transmission And Error Detection

Contents

1. Analog Transmission 2. Digital to Analog Conversion3. Analog to Analog Conversion4. Error5. Error Detection6. Types of Error7. Checksum

Page 5: Analog Transmission And Error Detection

Analog Transmission

Page 6: Analog Transmission And Error Detection

What is analog transmission?

Type of analog transmission:1. Digital to analog conversion2. Analog to analog conversion

Page 7: Analog Transmission And Error Detection

What is digital to analog conversion?

Type of digital to analog conversion:1.Amplitude shift keying2.Frequency shift keying3.Phase shift keying

Page 8: Analog Transmission And Error Detection

Amplitude shift keying (ASK) : Amplitude-shift keying (ASK) is a form of amplitude modulation that represents digital data as variations in the amplitude of a carrier wave.

Page 9: Analog Transmission And Error Detection

Frequency shift keying : Frequency shift keying (FSK) is a frequency modulation scheme in which digital information is transmitted through discrete frequency changes of a carrier signal.

Page 10: Analog Transmission And Error Detection

Phase shift keying : Phase shift keying (PSK) is a digital modulation scheme that conveys data by changing (modulating) the phase of a reference signal.

Page 11: Analog Transmission And Error Detection

ANALOG ANALOG CONVERSION

• Analog signals are modified to represent analog data.• Also known as Analog Modulation. • Required when BANDPASS is used.

Page 12: Analog Transmission And Error Detection

TYPES

Page 13: Analog Transmission And Error Detection

Amplitude Modulation

• In AM transmission, the carrier signal is modulated so that its amplitude varies with the changing amplitudes of the modulating signal. The frequency and phase of the carrier remain the same. Only the amplitude changes to follow variations in the information. The following figure shows how this concept works. The modulating signal is the envelope of the carrier.

Page 14: Analog Transmission And Error Detection

Frequency Modulation

• In FM transmission, the frequency of the carrier signal is modulated to follow the changing voltage level (amplitude) of the modulating signal. The peak amplitude and phase of the carrier signal remain constant, but as the amplitude of the information signal changes, the frequency of the carrier changes correspondingly.

• The following figure shows the relationships of the modulating signal, the carrier signal, and the resultant FM signal. FM is normally implemented by using a voltage-controlled oscillator as with FSK. The frequency of the oscillator changes according to the input voltage which is the amplitude of the modulating signal.

Page 15: Analog Transmission And Error Detection

Continued……(FM)

Page 16: Analog Transmission And Error Detection

Phase Modulation

• In PM transmission, the phase of the carrier signal is modulated to follow the changing voltage level (amplitude) of the modulating signal. The peak amplitude and frequency of the carrier signal remain constant, but as the amplitude of the information signal changes, the phase of the carrier changes correspondingly. It is proved mathematically that PM is the same as FM with one difference.

• In FM, the instantaneous change in the carrier frequency is proportional to the amplitude of the modulating signal; in PM the instantaneous change in the carrier frequency is proportional to the derivative of the amplitude of the modulating signal. The following figure shows the relationships of the modulating signal, the carrier signal, and the resultant PM signal.

Page 17: Analog Transmission And Error Detection

Continued…..(PM)

Page 18: Analog Transmission And Error Detection

Errors

A bit error occurs when a source sends a bit, b, and the destination receives NOT b.

The error can take place on the link , in a switch or router along the path, or in the source or destination (e.g. failed hardware, or bit errors in memories).

1. . . bi be

Page 19: Analog Transmission And Error Detection

Rutvi Shah 19

1

0

0

1

1

1

0

0

1

0

1

1

0

0

1

0

1

0

0

1

0

1

Sent

Received

Error

Page 20: Analog Transmission And Error Detection

Rutvi Shah 20

TYPES OF ERRORS

• Single bit error :-- Only one bit in the data unit has changed.

• Burst error :-- It means that two or more bits in the data unit has changed.

Page 21: Analog Transmission And Error Detection

Rutvi Shah 21

Single bit Error

0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0

Burst Error0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 1

0 1 0 1 1 1 0 1 0 1 0 0 0 0 1 1

0 changed to 1

Received Sent

Sent

Received

Bits corrupted by Burst Error

Page 22: Analog Transmission And Error Detection

CS244a Handout 13 22Winter 2008

Detecting and Correcting Errors

• When we transmit a message, we typically append a checksum to the message. • The checksum is calculated by performing a function over all the bits

in the message.

Page 23: Analog Transmission And Error Detection

A checksum is a simple type of redundancy check that is used to detect errors in data.

Page 24: Analog Transmission And Error Detection

Sender site:

1. The message is divided into 16-bit words.2. The value of the checksum word is set to 0.3. All words including the checksum are added using one’s complement addition.4. The sum is complemented and becomes the checksum.5. The checksum is sent with the data.

Page 25: Analog Transmission And Error Detection
Page 26: Analog Transmission And Error Detection

Receiver site

1. The message (including checksum) is divided into 16-bit words.2. All words are added using one’s complement addition.3. The sum is complemented and becomes the new checksum.4. If the value of checksum is 0, the message is accepted; otherwise, it is rejected.

Page 27: Analog Transmission And Error Detection
Page 28: Analog Transmission And Error Detection

10.28

11 10

Page 29: Analog Transmission And Error Detection

Advantage

Checksum mainly detects single-bit changes in data.

A checksum is mainly employed in data validation when implementing software.

Page 30: Analog Transmission And Error Detection
Page 31: Analog Transmission And Error Detection

THANK YOU