02-Digital Representation of Information
02-Digital Representation of Information
Chapter Two
Digital Telecommunication Transmission Principles
Outline
▪ Introduction
▪ Digital Representation of Information
▪ Digital Processing of Analog Signals
▪ Line Coding
▪ Digital Modulation Techniques
▪ Digital Hierarchy Technologies
2
Introduction
4
Introduction …
▪ In digital transmission, the objective is to transmit a given
symbol that is selected from some finite set of possibilities.
▪ Specifically, in binary digital transmission the objective is to
transmit either a 0 or 1.
▪ This can be done by transmitting positive voltages for a certain
period of time to convey 1 and a negative voltage to convey 0.
▪ The task of the receiver is to determine the input symbol with
high probability.
▪ The system will operate correctly as long as the receiver can
determine whether the original voltage was positive or negative.
5
Digital Representation of Information
7
Example: Data Compression
▪ An individual color image produces a huge number of bits .
▪ A pixel is defined as a single dot in a digitized information.
▪ For example, an 8x10-inch picture scanned at a resolution of
400x400-pixels per square inch yields 400x400x8x10=12.8
Megapixels.
▪ A color image is decomposed into red, green and blue sub-
images.
▪ Normally eight bits are used to represent each of the red, green
and blue color components resulting in 12.8 Megapixels x 3
bytes/pixel=38.4 Megabytes .
8
Example: Data Compression …
▪ At a speed of 28.8 kbps, this image would require about 3 hours
to transmit!
▪ Clearly, data compression methods are required to reduce the
transmission time.
▪ Some of the data compression standards include:
✓ The Graphics Interchange Format (GIF)
✓ The Joint Photographic Experts Group (JPEG)
9
Digital Representation of Information ...
10
Digital Representation of Information …
ii. Stream information:
✓ information that is produced continuously by the source
✓ include active music, voice and video information
✓ require relatively high file size compared to block information
14
Digital Representation of Information …
15
Digital Processing of Analog Signals
16
Pulse Code Modulation (PCM)
▪ PCM consists of three steps to digitize an analog signal:
1. Sampling
2. Quantization
3. Binary Encoding
▪ Before we sample, we have to filter the signal to limit the
maximum frequency of the signal as it affects the sampling rate.
▪ Filtering should ensure that we do not distort the signal, i.e.,
remove high frequency components that affect the signal shape.
17
Pulse Code Modulation (PCM) …
➢ The Analog-to-digital Converter (ADC)
performs three functions:
Analog
Input – Sampling
Signal • Makes the signal discrete in time.
• If the analog input has a bandwidth
Sample of W Hz, then the minimum sample
frequency such that the signal can be
reconstructed without distortion.
ADC
Quantize – Quantization
111 • Makes the signal discrete in
110
101 amplitude.
100
011
010
• Round off to one of q discrete levels.
Encode
– Encode
001
000
19
Sampling
▪ Analog signal is sampled at every Ts seconds.
▪ Ts is referred to as the sampling interval (sampling period).
▪ fs = 1/Ts is called the sampling rate or sampling frequency.
▪ There are 3 sampling methods:
i. Ideal - an impulse at each sampling instant
ii. Natural - a pulse of short width with varying amplitude
iii. Flattop - sample and hold, like natural but with single
amplitude value
▪ The process is referred to as pulse amplitude modulation PAM
and the outcome is a signal with analog (non integer) values.
20
Sampling …
−
qe
2 2
1 /2 2 2 A2
E (qe ) = qe dqe = = 2
2
/ 2 12 3L
25
Output Signal to Quantizing Noise Ratio
▪ The output signal-to-quantizing-noise ratio in a PCM system is
defined as the ratio of average signal power to average
quantizing noise power.
▪ For a full-scale sinusoidal message signal with amplitude A, the
average signal and quantizing noise powers are given by:
A2 2 A2
S= and N q = E (qe ) = = 2
2
2 12 3L
27
Encoding…
29
PCM Decoder
30
PCM Decoder …
31
Delta Modulation
33
Delta Modulation …
34
Delta Modulation …
35
Examples on PCM
Example-1:
Solution:
x(t ) = 5 cos1000t cos 4000t x(t ) = 2.5[cos 3000t + cos 5000t ]
5000
fm = = 2500 Hz = 2.5kHz
2
1 1
f s = 2 f m = 2(2500) = 5000 Hz and Ts = = = 0.2ms
f s 5000
The Nyquist rate is 5kHz and the Nyquist interval is 0.2ms
36
Examples on PCM …
Example-2:
Solution:
Solution:
2 S
20,000
L = = = 81.6 82
3 N q
o 3
The number of binary digits n is :
n = log 2 = 6.36 7
82