Signal Transmission Encoding
Signal Transmission Encoding
encoding
by
Mr. Naveen Chauhan
(M. Tech.)
KIET Group of Institutions
Contents
❑ Signal transmission
❑ Analog and Digital signals
❑ Data rate vs signal rate
❑ Line encoding
❑ Unipolar
❑ Polar
❑ Bipolar
Signals
❑ All the signal level are on one side of the time axis, either above
or below.
❑NRZ (non-Return-to-zero) Non Return to Zero scheme is an
example of this code. The signal level does not return to zero
during a symbol transmission.
❑Scheme is prone to baseline wandering and DC components. It
has no synchronization or any error detection. It is simple but
costly in power consumption.
Polar schemes
❑The voltages are on both sides of the time axis.
❑Polar NRZ scheme can be implemented with two voltages. E.g.
+V for 1 and -V for 0.
❑There are two versions:
❑NRZ - Level (NRZ-L) - positive voltage for one symbol and negative for
the other
❑NRZ - Inversion (NRZ-I) - the change or lack of change in polarity
determines the value of a symbol. E.g. a “1” symbol inverts the polarity a
“0” does not.
Polar NRZ