Communication System Eeeb453 Chapter 5 (Part V) Digital Transmission-Line Encoding Digital Transmission-Line Encoding
Communication System Eeeb453 Chapter 5 (Part V) Digital Transmission-Line Encoding Digital Transmission-Line Encoding
Chapter 5 (Part V)
DIGITAL TRANSMISSION-LINE ENCODING
Dig-to-dig Encoding is the representation of digital info by a dig signal. Eg. when you
transmit data from PC to your printer, i.e both data and the tx data are digital.
In this type of encoding, the binary 1’s and 0’s generated by PC are translated into a
sequence of voltage pulse that can be propagate over a wire.
Line Encoding
It has two major defects: first, it has a DC component, meaning that its
average voltage is not 0 but some positive constant.
Some electrical components (e.g. capacitor) need constant change in voltage,
and in case we have a sequence of ones, it won’t be the case.
Second, it has the inability to carry synchronization information. Again, if we
have a series of ones, we won’t be able to know how many we got.
Bipolar NonReturn to Zero (BPNRZ)
In NRZ-L the level of the signal is dependent upon the state of the bit.
Unipolar RZ
1 represented by a +ve voltage for T/2 sec,
followed by zero voltage for T/2 sec;
0 represented by a zero voltage for T sec.
Bipolar NRZ
1 represented by a +ve voltage for T sec;
0 represented by a -ve voltage for T sec.
Bipolar RZ
1 represented by a +ve voltage for T/2 sec,
followed by zero voltage for T/2 sec;
0 is represented by a –ve voltage for T/2
sec. followed by a zero voltage for T/2 sec.
Bipolar NRZ-AMI
1 represented by alternating +ve and –ve
voltages for T sec;
0 represented by a zero voltage for T sec.
Bipolar RZ-AMI
1 represented by alternating +ve and –ve
voltages for T/2 sec;
0 represented by a zero voltage for T sec.
Example – Encode the bit stream of 0001110101 using
a. Unipolar NRZ
b. Bipolar NRZ-L
c. Bipolar NRZ-I
d. Manchester
e. Differential Manchester
f. Bipolar NRZ AMI
Properties of Line Coding
1. Transmission voltages and DC component.
Unipolar
Bipolar
Properties of Line Coding
2. Duty cycle – NRZ maintained the binary pulse entire bit time, while
RZ the active time of the binary pulse is less than 100%.
BPNRZ – there are 2 non-zeroes voltage (+V = logic 1 and – V = logic 0) and
100% duty cycle is used.
BPRZ – shows that there are two non-zeroes voltages but each pulse is
active only 50% of a bit time. Assuming equal-magnitude voltages for logic
1s and 0s, the average DC voltage of BPRZ is 0V.
Properties of Line Coding
3. Bandwidth Requirements - To determine the minimum BW required
to propagate a line-encoded digital signal, we must determine the
highest fundamental freq associated with the signal.
For UPRZ, the worse case condition occurs when the two
successive logic 1s occurs. Therefore, the min BW is fb.
It requires 2 signals change to encode 1 bit, more BW
UPNRZ BW = fb/2
BPNRZ BW = fb/2
UPRZ BW = fb
BPRZ BW = fb
BPRZ-
BW = fb/2
AMI
Properties of Line Coding
4. Clock and Framing Bit Recovery –To recover and maintain clock and
framing bit synchronization from the received data, there must be
sufficient transitions in the data waveform.
UPNRZ and BPNRZ encoding – a long string of 1s and 0s
generates a data signal void/invalid of transitions and
therefore, is inadequate for clock recovery.
BPRZ – a transition occurs in each bit position regardless of
whether the bit is a 1 or a 0. BPRZ-AMI encoding provides
sufficient transition to ensure clock synchronization.
Property of Line Coding - Summary
Encoding Minimum Average DC Clock
Format BW Recovery
UPNRZ fb/2* +V/2 Poor