Data & Signals (Part 1) : Dept. of Computer Engineering Faculty of Engineering
Data & Signals (Part 1) : Dept. of Computer Engineering Faculty of Engineering
Signal element
• The shortest unit (timewise) of a digital signal.
Data element
• The smallest entity that can represent a piece of
information: this is bit.
In other words
• Data elements are what we need to send.
• Signal elements are what we can send.
Signal Element vs Data Element
Signal Rate vs Data Rate
Signal rate
• The number of signal elements sent in 1s
• The unit is baud
Data rate
• The number of data elements (bits) sent in 1s
• The unit is bits per second (bps)
Relationship between data rate and signal rate
1
S c N baud
r
S: signal rate (baud), c: case factor, N: data rate (bps), r: data elements per
signal elements
Signal Rate vs Data Rate
Problem:
A signal is carrying data in which one data element is encoded
as one signal element (r = 1). If the bit rate is 100 kbps, what is
the average value of the baud rate if c is assumed to vary
between 0 and 1?
Solution:
We assume that the average value of c is 1/2 . The baud rate is
then
Signal Rate vs Data Rate
Problem:
The maximum data rate of a channel is Nmax = 2 × B × log2 L
(defined by the Nyquist formula). Does this agree with the
previous formula for Nmax?
Solution:
A signal with L levels 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
Baseline Wandering
Problem:
In a digital transmission, the receiver clock is 0.1 percent faster than the
sender clock. How many extra bits per second does the receiver receive
if the data rate is 1 kbps? How many if the data rate is 1 Mbps?
Solution:
At 1 kbps, the receiver receives 1001 bps instead of 1000 bps.
Problem:
A system is using NRZ-I to transfer 10-Mbps data. What are
the average signal rate and minimum bandwidth?
Solution:
The average signal rate,
S = N/2 = 5000 kbaud
The minimum bandwidth for this average baud rate,
Bmin = S = 5000 kHz.
Polar
RZ: Return-to-Zero Scheme
Polar Biphase
Manchester and Differential Manchester Schemes
Manchester and differential Manchester schemes
Three levels (+V, 0, and –V) and three transition rules to move
the levels
• If the next bit is 0, there is no transition
• If the next bit is 1 and the current level is not 0, the
next level is 0.
• If the next bit is 1 and the current level is 0, the next
level is the opposite of the last nonzero level.
Multiline Transmission: MLT-3