Lecture 8
Lecture 8
Digital Transmission
4.1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
4-1 DIGITAL-TO-DIGITAL CONVERSION
4.2
Characteristics of Line Coding Schemes
1. Data Element
A data element is defined as the smallest entity that
can represent a piece of information.
Examples of data elements are 0, 1 etc
2. Signal Element
The shortest unit of digital signal in terms of time is
called a Signal Element.
Examples of Signal Element is +5V for 1 sec, 0V for
1 sec.
4.3
Figure 4.2 Signal element versus data element
4.4
Characteristics of Line Coding Schemes
3. Data rate
The data rate defines the number of bits sent per sec -
bps. It is often referred to the bit rate.
4. Signal rate
The signal rate is the number of signal elements sent in
a second and is measured in bauds. It is also referred to
as the modulation rate.
Goal is to increase the data rate whilst reducing the baud
rate.
4.5
Characteristics of Line Coding Schemes
S = N x 1/r bauds
Save = c x N x 1/r bauds
4.6
Example 4.1
Solution
We assume that the average value of c is 1/2 . The baud
rate is then
4.7
Note
4.8
Example 4.2
Solution
A signal with L levels actually can carry log2L bits per
level. If each level corresponds to one signal element and
we assume the average case (c = 1/2), then we have
4.9
Characteristics of Line Coding Schemes
6. Baseline wandering
A receiver will evaluate the average power of the
received signal (called the baseline) and use that to
determine the value of the incoming data elements. If
the incoming signal does not vary over a long period
of time, the baseline will drift and thus cause errors in
detection of incoming data elements.
4.10
Characteristics of Line Coding Schemes
7. DC components
When the voltage level remains constant for long
periods of time, there is an increase in the low
frequencies of the signal. Most channels are bandpass
and may not support the low frequencies.
4.11
Characteristics of Line Coding Schemes
8. Self synchronization
4.12
Figure 4.3 Effect of lack of synchronization
4.13
Example 4.3
4.14
Characteristics of Line Coding Schemes
9. Error detection
4.15
Characteristics of Line Coding Schemes
11. Complexity:
4.17
Unipolar
All signal levels are on one side of the time axis -
either above or below
NRZ - Non Return to Zero scheme is an example of
this code. The signal level does not return to zero
during a symbol transmission.
Scheme is prone to baseline wandering and DC
components. It has no synchronization or any error
detection. It is simple but costly in power
consumption.
Figure 4.5 Unipolar NRZ scheme
4.18
Polar - NRZ
The voltages are on both sides of the time axis.
Polar NRZ scheme can be implemented with two voltages.
E.g. +V for 1 and -V for 0.
There are two versions:
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.
4.19
Note
4.21
Figure 4.7 Polar RZ scheme
This scheme has more signal transitions (two per symbol) and therefore
requires a wider bandwidth.
Self synchronization - transition indicates symbol value.
More complex as it uses three voltage level. It has no error detection
capability.
4.22