Chapter 4_Digital Data Encoding and Modulation
Chapter 4_Digital Data Encoding and Modulation
Data Encoding
Digital-to-Digital Encoding
This section covers representing digital data using digital signals. The conversion
involves:
Line Coding
Line coding is the process of converting digital data to digital signals.
Example 1
A signal carries data where one data element is encoded as one signal element (
r = 1). The bit rate is 100 kbps. To find the average baud rate, assuming c (the case
S = c ∗ N ∗ (1/r)
Where:
Synchronization
Page 1
Created by Turbolearn AI
The effective bandwidth of a digital signal is finite, even though the actual
bandwidth is infinite. Lack of synchronization can cause issues in
transmission.
Example 2
In digital transmission, the receiver clock is 0.1% faster than the sender clock.
At 1 kbps, the receiver receives 1001 bps instead of 1000 bps (1 extra bit per
second).
At 1 Mbps, the receiver receives 1,001,000 bps instead of 1,000,000 bps (1000
extra bits per second).
Scheme Description
Unipolar NRZ
Level of voltage determines the bit value; has a DC
Polar NRZ-L
component problem
Polar Transition at the middle of the bit is used for synchronization;
Biphase:Manchester minimum bandwidth is twice that of NRZ.
Digital-to-Analog Conversion
Page 2
Created by Turbolearn AI
Topics:
Key Definitions
Bit rate: Number of bits per second.
Baud rate: Number of signal elements per second.
In the analog transmission of digital data, the baud rate is less than
or equal to the bit rate.
Example 1
An analog signal carries 4 bits per signal element. If 1000 signal elements are sent
per second, find the bit rate.
N = r ∗ S = 4 ∗ 1000 = 4000bps
Where:
N = bit rate
r = bits per signal element
Example 2
An analog signal has a bit rate of 8000 bps and a baud rate of 1000 baud. How
many data elements are carried by each signal element?
Page 3
Created by Turbolearn AI
Example 3
Available bandwidth: 100 kHz (200 to 300 kHz). Modulating data using ASK with
d = 1 in half-duplex mode.
Example 4
Using full-duplex links, the bandwidth is divided into two with two carrier
frequencies. Each direction has a 50 kHz bandwidth, resulting in a data rate of 25
kbps in each direction.
Example 5
Available bandwidth: 100 kHz (200 to 300 kHz). Modulating data using FSK with
d = 1.
Example 6
Find the bandwidth for a signal transmitting at 12 Mbps for QPSK with d = 0.
Page 4
Created by Turbolearn AI
Constellation Diagrams
Constellation diagrams help define the amplitude and phase of a signal
element, particularly when using 2 carriers; one in-phase & one
quadrature. A signal element is represented as a dot, and the bit or
combination of bits it carries is often written next to it.
Examples include:
Analog-to-Analog Conversion
Analog-to-analog conversion represents analog information with an analog signal.
Amplitude Modulation
Frequency Modulation
Phase Modulation
Page 5