Week 03 - Problem Session
Week 03 - Problem Session
Example 1
• Suppose you want to connect a thermometer read out to a
data logger. The temperature must be converted to an
ASCII code, which is then transmitted using line coding to
reach the data logger. Work through the steps of this
network connection for a temperature read out of 3
degrees.
a) Write the 8-bit ASCII pattern for the CHARACTER (not the decimal
code) that represents the temperature.
b) On the attached waveform plot page, sketch the waveform to
transmit the ASCII pattern for NRZ-I, Manchester, and MLT-3 (See
state diagram below for MLT-3 or see the Week 2 lecture notes.)
Begin in state (0, from +V). Assume that the previous non-zero value
was “+V”.
c) Describe how the four schemes perform in terms of DC components,
synchronization, and the ability to recognize the information in the
presence of noise.
Example 1 (continued)
Data to be Transmitted
(Write the bits of the 8-bit
ASCII code)
+5 volts
NRZ Invert on Ones
(NRZI)
-5 volts
+5 volts
Manchester
-5 volts
+5 volts
MLT-3
-5 volts
It is also possible, if the N-1 level payload is smaller than the N level PDU,
to break one N-level PDU into multiple (N-1)-level PDUs (segmentation).
If this happens, is it necessary that each (N-1)-level segment contain a copy
of the N-level header?