COMMUNICATION SYSTEM EEEB453 Chapter 5 (Part IV) DIGITAL TRANSMISSION.

Slides:



Advertisements
Similar presentations
Signal Encoding Techniques
Advertisements

Chapter 2 Fundamentals of Data and Signals
Analogue to Digital Conversion (PCM and DM)
CHAPTER 4 DIGITAL MODULATION Part 1.
Analog to Digital Converters (ADC) 2 ©Paul Godin Created April 2008.
4.2 Digital Transmission Pulse Modulation (Part 2.1)
Quantization Prof. Siripong Potisuk.
4.2 Digital Transmission Pulse Modulation (Part 2.1)
Chapter 2 Fundamentals of Data and Signals
Chapter 2: Fundamentals of Data and Signals. 2 Objectives After reading this chapter, you should be able to: Distinguish between data and signals, and.
Pulse Modulation CHAPTER 4 Part 3
1 Chapter 2 Fundamentals of Data and Signals Data Communications and Computer Networks: A Business User’s Approach.
Chapter 4 Digital Transmission
4.2 Digital Transmission Pulse Modulation (Part 2.1)
Digital Communication Techniques
Formatting and Baseband Modulation
A/D Conversion No. 1  Seattle Pacific University Analog to Digital Conversion Based on Chapter 5 of William Stallings, Data and Computer Communication.
Fundamentals of Digital Communication
Chapter Seven: Digital Communication
COSC 3213 – Computer Networks I Summer 2003 Topics: 1. Line Coding (Digital Data, Digital Signals) 2. Digital Modulation (Digital Data, Analog Signals)
Data Communications & Computer Networks, Second Edition1 Chapter 2 Fundamentals of Data and Signals.
GODIAN MABINDAH RUTHERFORD UNUSI RICHARD MWANGI.  Differential coding operates by making numbers small. This is a major goal in compression technology:
Modulation Continuous wave (CW) modulation AM Angle modulation FM PM Pulse Modulation Analog Pulse Modulation PAMPPMPDM Digital Pulse Modulation DMPCM.
Data Communications Chapter 5 Data Encoding.
Pulse Code Modulation (PCM)
Signal Encoding Techniques Chapter 6. Reasons for Choosing Encoding Techniques  Digital data, digital signal Equipment less complex and expensive than.
10/6/2015 3:12 AM1 Data Encoding ─ Analog Data, Digital Signals (5.3) CSE 3213 Fall 2011.
Professor: Dr. Miguel Alonso Jr.
Signal Encoding Techniques. Lecture Learning Outcomes Be able to understand, appreciate and differentiate the different signal encoding criteria available.
CE Digital Signal Processing Fall 1992 Waveform Coding Hossein Sameti Department of Computer Engineering Sharif University of Technology.
1 PCM & DPCM & DM. 2 Pulse-Code Modulation (PCM) : In PCM each sample of the signal is quantized to one of the amplitude levels, where B is the number.
D ELTA M ODULATION & D EMODULATION. DM is a modulation technique in which the message signal is encoded into a sequence of binary symbols. DM is the simplest.
3-2008UP-Copyrights reserved1 ITGD4103 Data Communications and Networks Lecture-11:Data encoding techniques week 12- q-2/ 2008 Dr. Anwar Mousa University.
Basic Encoding Techniques
Pulse Code Modulation PCM is a method of converting an analog signal into a digital signal. (A/D conversion) The amplitude of Analog signal can take any.
CS Spring 2009 CS 414 – Multimedia Systems Design Lecture 3 – Digital Audio Representation Klara Nahrstedt Spring 2009.
1 Quantization Error Analysis Author: Anil Pothireddy 12/10/ /10/2002.
PCM & DPCM & DM.
◦ We sometimes need to digitize an analog signal ◦ To send human voice over a long distance, we need to digitize it, since digital signals are less prone.
4.2 Digital Transmission Pulse Modulation Pulse Code Modulation
Chapter 2 Fundamentals of Data and Signals
Differentially Encoding
4.2 Digital Transmission Pulse Modulation Pulse Code Modulation
CS Spring 2014 CS 414 – Multimedia Systems Design Lecture 3 – Digital Audio Representation Klara Nahrstedt Spring 2014.
COMMUNICATION SYSTEM EEEB453 Chapter 5 (Part III) DIGITAL TRANSMISSION Intan Shafinaz Mustafa Dept of Electrical Engineering Universiti Tenaga Nasional.
Meghe Group of Institutions
Delta Modulation Professor: Dr. Miguel Alonso Jr..
Fundamentals of Multimedia Chapter 6 Basics of Digital Audio Ze-Nian Li and Mark S. Drew 건국대학교 인터넷미디어공학부 임 창 훈.
1 st semester 1436 / Modulation Continuous wave (CW) modulation AM Angle modulation FM PM Pulse Modulation Analog Pulse Modulation PAMPPMPDM Digital.
Pulse Code Modulation (PCM) Analog voice data must be translated into a series of binary digits before they can be transmitted. With Pulse Code Modulation.
Digital Coding of Analog Signal Prepared By: Amit Degada Teaching Assistant Electronics Engineering Department, Sardar Vallabhbhai National Institute of.
Lifecycle from Sound to Digital to Sound. Characteristics of Sound Amplitude Wavelength (w) Frequency ( ) Timbre Hearing: [20Hz – 20KHz] Speech: [200Hz.
Data Communication and Networking Digital Transmission Chapter 4.
Sistem Telekomunikasi, Sukiswo, ST, MT 1 Pulse Modulation Sukiswo
Signal Encoding Techniques
4.2 Digital Transmission Pulse Modulation (Part 2.1)
Analog to digital conversion
Topics discussed in this section:
UNIT – III I: Digital Transmission.
UNIT II.
4.1 Chapter 4 Digital Transmission Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Pulse Code Modulation (PCM)
Quantization and Encoding
4.2 Digital Transmission Pulse Modulation (Part 2.1)

PCM & DPCM & DM.
Pulse Code Modulation (PCM)
Lecture 10: Quantizing & PCM 1nd semester By: Adal ALashban.
PULSE MODULATION The process of transmitting signals in the form of pulses (discontinuous signals) by using special techniques. The Chapter includes: Pulse.
Analog to Digital Encoding
Presentation transcript:

COMMUNICATION SYSTEM EEEB453 Chapter 5 (Part IV) DIGITAL TRANSMISSION

Delta Modulation Standard PCM systems have no memory i.e each sample value is separately encoded into a series of binary digits. An alternative, which overcomes some limitations of PCM is to use past information in the encoding process. One way of doing this is to perform source coding using Delta Modulation. It is a digital modulation technique in which the encoder transmits information regarding whether the analog info increases or decreases in amplitude. Only a single bit is transmitted, which simply indicates whether that sample is larger or smaller than the previous sample. Transmission of the signal can be achieved by sending ‘0’ for –ve transition and ‘1’ for +ve transition. Note that this means the quantized signal must change at each sampling point.

 The key to using delta modulation is to make the right choice of step size and sampling rate.

Slope overload – when the analog signal has a high rate of amplitude change, the encoder can produce a distorted output results.  An incorrect selection will mean that the signal changes too fast for the steps to follow – overloading. Granular noise – occurs when analog input has relatively constant amplitude.

Adaptive Delta Modulation PCM (ADPCM) OBJECTIVE  to minimize slope overload noise while holding the granular noise at a reasonable level. One way to improve is to use adaptive DM, where the step size is not required to be constant. The step size of the DAC is automatically varied, depending on the amplitude characteristics of the analog input signal. With ADPCM, after predetermined number of consecutives 1s or 0s, the step size is automatically increased - reduce slope overload noise. When alternative sequence 0s and 1s is occurring, DAC will reduce the step size - reduce granular noise.

ADPCM

Example 1 (a) An analog signal w(t) is to be converted to a digital signal using PCM. The frequency spectrum of the analog signal is given below. The maximum acceptable error of the sampled amplitudes is 0.4% of the peak- to-peak amplitude. Determine: (i) The minimum sampling rate of the sampler. [2] (ii) Quantization level. [2] (iii) Number of bits. [1] (iv) Coding efficiency. [2] (v) Transmission bit rate. [2]

Example 2 (b) A digitizing system specifies 72dB of dynamic range. (i) Determine the number of samples bits required to meet the dynamic range requirement. [2] (ii) What is the signal-to-noise ratio for the system? [2]

Example 3 (c) The voltage range being input to a PCM system is 0 to 1 V. A 3-bit A/D converter is used to convert the analog signal to digital values. (i) How many quantization levels are provided? [2] (ii) What is the resolution of each level? [2] (iii) What is the value of the quantization error for this system? [2]

Example 4 What is the binary code sent for the original signal in Figure 2, using delta modulation?