Lecture 6
Lecture 6
Digital Transmission
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
4.1
Digital Transmission
In this lecture, we see how we can represent digital
data by using digital signals. The conversion
involves three techniques: line coding, block
coding, and scrambling. Line coding is always
needed, block coding and scrambling may or may
not be needed.
Line coding: is the process of converting digital
data to digital signals. We assume that data, in the
form of text, numbers, graphical images, audio, or
video, are stored in computer memory as sequences
of bits.
Line Coding Modulation
In NRZ-L the level of the voltage determines the value of the bit.
Solution
The average signal rate is S =N/2 =10.000000
bps /2 = 5.000000 baud = 5000 k baud. The
minimum bandwidth for this average baud rate is
5000 kHz
Polar-Return to Zero (RZ)
uses three values: positive, negative, and zero. In
RZ, the signal changes not between bits but during
the bit.
Summary
Block Coding
Conversion of Digital Data to Digital Signal
involves three techniques: Line coding – Block
coding – Scrambling.
helps in error detection and re-transmission of the
signal.
It is normally referred to as mB/nB coding as it
replaces each m-bit data group with an n-bit data
group (where n>m).
Thus, its adds extra bits (redundancy bits) which
helps in synchronization at receiver’s and sender’s
end and also providing some kind of error
detecting capability.
Block Coding
Block coding normally involves three steps:
division, substitution, and combination.
In the division step, a sequence of bits is divided
into groups of m bits.
In the substitution step, we substitute an m-bit
group for an n-bit group.
Finally, the n-bit groups are combined together to
form a stream which has more bits than the original
bits.
Block Coding
Block Coding
8B/10B (eight binary/ten binary)