Open In App

Difference between Unipolar, Polar and Bipolar Line Coding Schemes

Data as well as signals that represents data can either be digital or analog. Line coding is the process of converting digital data to digital signals. By this technique we converts a sequence of bits to a digital signal. At the sender side digital data are encoded into a digital signal and at the receiver side the digital data are recreated by decoding the digital signal. 

We can roughly divide line coding schemes into five categories:



  1. Unipolar (eg. NRZ scheme).
  2. Polar (eg. NRZ-L, NRZ-I, RZ, and Biphase – Manchester and differential Manchester).
  3. Bipolar (eg. AMI and Pseudoternary).
  4. Multilevel
  5. Multitransition

But, before learning difference between first three schemes we should first know the characteristic of these line coding techniques:

Unipolar scheme – In this scheme, all the signal levels are either above or below the axis.



          For example: Data =10110.

  

But this scheme uses more power as compared to polar scheme to send one bit per unit line resistance. Moreover for continuous set of zeros or ones there will be self-synchronization and base line wandering problem.

Polar schemes – In polar schemes, the voltages are on the both sides of the axis.

Comparison between NRZ-L and NRZ-I: Baseline wandering is a problem for both of them, but for NRZ-L it is twice as bad as compared to NRZ-I. This is because of transition at the boundary for NRZ-I (if the next bit that we are going to transmit is a logical 1). Similarly self-synchronization problem is similar in both for long sequence of 0’s, but for long sequence of 1’s it is more severe in NRZ-L.

 

Main disadvantage of RZ encoding is that it requires greater bandwidth. Another problem is the complexity as it uses three levels of voltage. As a result of all these deficiencies, this scheme is not used today. Instead, it has been replaced by the better-performing Manchester and differential Manchester schemes.

 

The Manchester scheme overcomes several problems associated with NRZ-L, and differential Manchester overcomes several problems associated with NRZ-I as there is no baseline wandering and no DC component because each bit has a positive and negative voltage contribution. Only limitation is that the minimum bandwidth of Manchester and differential Manchester is twice that of NRZ.

Bipolar schemes – In this scheme there are three voltage levels positive, negative, and zero. The voltage level for one data element is at zero, while the voltage level for the other element alternates between positive and negative.

 

The bipolar scheme is an alternative to NRZ.This scheme has the same signal rate as NRZ,but there is no DC component as one bit is represented by voltage zero and other alternates every time.

Advantages and disadvantages of Unipolar Line Coding Scheme:

Advantages:

Disadvantages:

Advantages and disadvantages of Polar Line Coding Scheme:

Advantages:

Disadvantages:

Advantages and disadvantages of Bipolar Line Coding Scheme:

Advantages:

Disadvantages:

Reference – Data Communications and Networking By Behrouz A.Forouzan (Book)


Article Tags :