
- DCN Tutorial
- Data Comm & Networks Home
- DCN - Overview
- DCN - Computer Network Types
- DCN - Network LAN Technologies
- DCN - Computer Network Topologies
- DCN - Computer Network Models
- DCN - Computer Network Security
- Physical Layer
- DCN - Physical Layer Introduction
- DCN - Digital Transmission
- DCN - Analog Transmission
- DCN - Transmission media
- DCN - Wireless Transmission
- DCN - Multiplexing
- DCN - Network Switching
- Data Link Layer
- DCN - Data Link Layer Introduction
- DCN - Error detection and Correction
- DCN - Data Link Control & Protocols
- Network Layer
- DCN - Network Layer Introduction
- DCN - Network Addressing
- DCN - Routing
- DCN - Internetworking
- DCN - Network Layer Protocols
- Transport Layer
- DCN - Transport Layer Introduction
- DCN - Transmission Control Protocol
- DCN - User Datagram Protocol
- Application Layer
- DCN - Application Layer Introduction
- DCN - Client-Server Model
- DCN - Application Protocols
- DCN - Network Services
- DCN Useful Resources
- DCN - Quick Guide
- DCN - Useful Resources
What is Polar Encoding?
Polar encoding is an encoding design that needs two voltage methods — one is positive, and the second is negative.
An average voltage method is decreased using both techniques, and the unipolar encoding scheme’s DC component is removed.
In Manchester and differential encoding, each bit includes both +ve and –ve voltage. Therefore, the DC component removed.
Types of Polar Encoding
There are two types of Polar Encoding which are as follows −
NRZ
NRZ represents Non-Return to Zero Code. In this coding, the signal level remains consistent during a bit duration.
There are three approaches used in NRZ are −
Non-Return to Zero Level (NRZ-L)
In this coding system, the bit id represented by a voltage level. This voltage level remains constant during bit duration, as shown in the figure for data 110010111.
Non-Return to Zero Mark (NRZ-M)
In this encoding, '1' stands for mark and '0' for space. The signal level changes only for mark, i.e., for '1'. The figure shows an NRZ-M code for data 11001011.
Non-Return to Zero Space (NRZ-S)
This encoding is very much similar to the non-return to zero marks. The only change is that the signal changes only for space, i.e., for '0' and remain constant for mark, i.e., '1'. The figure shows the NRZ-S code for the data 11001011.
RZ
RZ stands for Return to zero Code. In digital transmission, the clock can be extracted if bits are continuously transmitted. If the data contains a continuous string of zeroes or ones, then in non-return to zero codes, the electrical signals will not have any level transition. A level change will not be there in codes.
The return to zero codes overcome the above limitations of NRZ codes. These codes are the combination of NRZ-L code and a clock signal.
There are four types of return to zero codes which are as follows −
Manchester Code
A negative to positive describes binary '1', and a positive to negative transitions shows binary '0'. So whatever be the bit sequence, each bit duration will have one transition, i.e., change-of-level. So at receiving end, the clock circuit faces no problems regarding level transitions.
This code is widely used in Local Area Network (LANs). It is also known as Biphase-L code, and an example for data bit 00110010 is shown in the figure −
Biphase–M Code
In this coding system, there is continually a transition at the starting of the bit interval. The mark, i.e., binary '1', has an extra transition in the bit interval center.
The figure shows an example of data bit 11001011 using Biphase-M code −
Biphase –S Code
This coding system is similar to the Biphase-M code system. There is continually a transformation at the starting of the bit interval. The only alteration is that space, i.e., '0', has an extra transition in the middle of the bit interval except for '1' as in Biphase-M code.
The figure shows an example of data bit 11001011 using BIphase-S Code −
Differential Manchester Code
This coding system is continually a change in the middle of the bit interval. Space or binary '0' has an additional transition at the starting of the bit interval.
The figure shows an example of data bit 01001011 using differential-Manchester code.
Example 1 − Show the NRZ-L code for data byte 10110100
Solution
Example 2 − Show the NRZ-S code for data byte 00010100
Solution
Example 3 − Show the NRZ-M code for data byte 00111110
Solution
Example 4 − Show the differential Manchester coding for data bytes 10101011
Solution
- Related Articles
- What is Data Encoding?
- What is Unipolar Encoding?
- What is Bipolar Encoding?
- What is ISCII Encoding?
- What is Base64 Encoding
- What is Polar Curve in Illumination?
- What is the difference Between Encryption and Encoding?
- What are the polar regions?
- Encoding and Remembering
- URL Encoding in HTML5
- SHA encoding using Python?
- Node.js – Base64 Encoding & Decoding
- Guided Ordinal Encoding Techniques
- Circular (polar) histogram in Python
- Run Length Encoding in Python
