Lecture 4 Signal Encoding Techniques
Lecture 4 Signal Encoding Techniques
3
Digital Signals
4
Line Coding
5
Line Coding Characteristics
• Signal Level versus Data Level
• Pulse Rate versus Bit Rate
• DC Components
• Self-Synchronization
6
Signal Level versus Data Level
8
DC Components
• Residual direct-current (dc) components or zero
frequencies are undesirable
—Some systems do not allow passage of a dc
component (such as a transformer); may distort the
signal and create output errors
—DC component is extra energy residing on the line
and is useless
9
DC Component
10
Self-Synchronization
11
Line Coding Schemes
12
Unipolar
13
Unipolar
• Potential problems:
—DC component
—Lack of synchronization
14
Polar
• Uses two voltage levels, one positive and one
negative
• Alleviates DC component
• Variations
—Nonreturn to zero (NRZ)
—Return to zero (RZ)
—Manchester
—Differential Manchester
15
Nonreturn to Zero (NRZ)
16
NRZ-L and NRZ-I Encoding
17
Return to Zero (RZ)
• In NRZ-I, long strings of 0s may still be a
problem
• May include synchronization as part of the signal
for both 1s and 0s
• How?
—Must include a signal change during each bit
—Uses three values: positive, negative, and zero
—1 bit represented by positive-to-zero
—0 bit represented by negative-to-zero
18
RZ Encoding
19
RZ Encoding
• Disadvantage
—Requires two signal changes to encode each bit;
more bandwidth necessary
20
Manchester
• Uses an inversion at the middle of each bit
interval for both synchronization and bit
representation
• Negative-to-positive represents binary 1
• Positive-to-negative represents binary 0
• Achieves same level of synchronization with only
two levels of amplitude
21
Manchester Encoding
22
Differential Manchester
• Inversion at middle of bit interval is used for
synchronization
• Presence or absence of additional transition at
beginning of interval identifies the bit
• Transition means binary 0; no transition means
1
• Requires two signal changes to represent binary
0 but only one to represent 1
23
Differential Manchester
24
Bipolar Encoding
25
Bipolar AMI
26
Sampling
• Analog data must often be converted to digital
format (ex: long-distance services, audio)
• Sampling is process of obtaining amplitudes of a
signal at regular intervals
27
Pulse Amplitude Modulation (PAM)
28
Note:
29
Pulse Coded Modulation (PCM)
30
Digitization of an Analog Signal
31
Sampling Rate: Nyquist Theorem
• Accuracy of digital reproduction of a signal
depends on number of samples
• Nyquist theorem: number of samples needed to
adequately represent an analog signal is equal
to twice the highest frequency of the original
signal
32
Note:
33
Transmission Mode
34
Parallel Transmission
• Bits in a group are sent simultaneously, each using a
separate link
• n wires are used to send n bits at one time
• Advantage: speed
• Disadvantage: cost; limited to short distances
35
Serial Transmission
• Transmission of data one bit at a time using only one
single link
• Advantage: reduced cost
• Disadvantage: requires conversion devices
• Methods:
— Asynchronous
— Synchronous
36
Asynchronous Transmission
• Transfer of data with start and stop bits and a
variable time interval between data units
• Timing is unimportant
• Start bit alerts receiver that new group of data
is arriving
• Stop bit alerts receiver that byte is finished
• Synchronization achieved through start/stop bits
with each byte received
37
Asynchronous Transmission
38
Asynchronous Transmission
• Requires additional overhead (start/stop bits)
• Slower
• Cheap and effective
• Ideal for low-speed communication when gaps
may occur during transmission (ex: keyboard)
39
Synchronous Transmission
40
Synchronous Transmission
• Requires constant timing relationship
• Bit stream is combined into longer frames,
possibly containing multiple bytes
• Any gaps between bursts are filled in with a
special sequence of 0s and 1s indicating idle
• Advantage: speed, no gaps or extra bits
• Byte synchronization accomplished by data link
layer
41
Credits
• Reference from
Data Communications and Networking, 3rd edition by
Behrouz A. Forouzan. McGraw Hill Publishing, 2004
42