Module 2 complete
Module 2 complete
ENCODING TECHNIQUES
MODULE 2
SYLLABUS
Analog and Digital
Analog: information that is continuous
Digital: information that is discrete states
An analog signal has infinitely many levels of intensity over a period of time.
A digital signal can have only a limited number of defined values.
Simple or composite signals
Periodic analog signals can be classified as simple or composite.
- simple -cannot be decomposed into simpler signals.
- composite -composed of multiple sine waves.
Peak amplitude
The absolute value of
its highest intensity,
proportional to the
energy it carries.
➔ Parameters are:
◆ Bandwidth- the max.capacity at which a network can transmit data
◆ Throughput-how much data we can actually send through a network
◆ Delay- the time that data takes to transfer across the network
◆ Jitter - a problem if different packets of data encounter different delays
BANDWIDTH
➔ can be used in two different contexts with two different measuring values:
❖ bandwidth in hertz(analog)
➢ the range of frequencies occupied by a signal , is measured in
hertz (Hz)
➢ difference between the upper and lower frequencies of a signal
Example:if a periodic signal is composed of 100,300,500 and 900 hz. What is the
bandwidth?
Bandwidth vs Throughput
destination.
Queuing Time :the time needed for each intermediate or end device to hold the
message before it can be processed.
When there is heavy traffic on the network, the queuing time increases. An intermediate
device, such as a router, queues the arrived messages and processes them one by one
Processing Delay: the time for which the processing of a particular packet takes place
JITTER
A problem if different packets of data encounter different delays and the
application using the data at the receiver site is time-sensitive (audio and video
data, for example).
Digital to Digital conversion
“digital data is converted into digital signal”
The digital-to-digital encoding can be done by
● NZR - Level (NRZ-L) - positive voltage for one symbol and negative for
the other
● NRZ - Inversion (NRZ-I) - the change or lack of change in polarity
determines the value of a symbol.
E.g. a “1” symbol inverts the polarity a “0” does not.
b. Polar-Return to zero (RZ)
0- low to zero
1- high to zero
c.Polar - Biphase:
Manchester and Differential Manchester
2. delta modulation.
1.Pulse Code Modulation (PCM)
technique to change an analog signal to digital data (digitization)
Sampling
● sometimes referred to as pulse amplitude modulation (PAM).
● The analog signal is sampled every Ts sec, where Ts is the sample interval or period.
● The inverse of the sampling interval is called the sampling rate or sampling frequency.
fs = 1/Ts
1. Ideal:
a. an instantaneous or impulse at each sampling instant
2. Natural:
a. a pulse of short width with varying amplitude
b. the top of each pulse in the sampled signal retains the shape of the input signal during
pulse interval.
3. Flattop -
a. sample and hold, like natural but with single amplitude value
b. The top of each pulse in the sampled signal remain constant and is equal to the
instantaneous value of the input signal at the start of the samples
Quantization
Quantization is representing the sampled values of the amplitude by a finite set of
levels, which means converting a continuous-amplitude sample into a discrete-time
signal.
Sampling results in a series of pulses of varying amplitude values ranging
between two limits: a min and a max.
◼ We need to map the infinite amplitude values onto a finite set of known values.
◼ This is achieved by dividing the distance between min and max into L zones,
each of height d
d= (max - min)/L
2. Delta Modulation
● Reduce complexity of PCM.
● This scheme finds only the change from the previous sample, if the pulse at
time tn+1 is higher in amplitude value than the pulse at time tn , then a
single bit, say a “1”, is used to indicate the positive value.
● If the pulse is lower in value, resulting in a negative value, a “0” is used.
◼ This scheme works well for small changes in signal values between samples.
Digital-To-Analog Conversion: ASK, FSK, PSK