All about digital data transmission: types of encoding
Digital transmission is the sending of information over physical communication media in the form of digital signals. Analog signals must therefore be digitized first before being transmitted. The present article discusses in detail the different types of encoding.
Transmission
Digital information cannot be sent directly in the form of 0s and 1s. First, it must be encoded in the form of a signal with two states, for example:
- Two voltage levels with respect to earth.
- The difference in voltage between two wires.
- The presence/absence of current in a wire.
- The presence/absence of light.
- Etc.
This transformation of binary information into a two-state signal is done by the baseband decoder (DCE), which is the origin of the term baseband transmission to designate digital transmission.
Digital signal encoding
To optimize transmission, the signal must be encoded to facilitate its transmission on the physical medium. There are various encoding systems for this purpose that can be divided into two categories:
- Two-level encoding: the signal can only take on a strictly negative or strictly positive value (-X or +X, where X represents a value of the physical quantity being used to transport the signal).
- Three-level encoding: the signal can take on a strictly negative, null, or strictly positive value (-X, 0, or +X).
NRZ Encoding
NRZ encoding (meaning No Return to Zero), is the first encoding system, and also the simplest. It consists of simply transforming the 0s into -X and the 1s into +X. This results in a bipolar encoding in which the signal is never null. Thus, the receiver can determine whether a signal is present or not.
NRZI Encoding
NRZI encoding is significantly different from NRZ encoding. With this encoding, when the bit value is 1, the signal changes state after the clock tick. When the bit value is 0, the signal does not change state.
NRZI encoding has numerous advantages, including:
- Detection of whether a signal is present or not.
- The need for a low signal transmission current.
However, it does have one problem: the presence of continuous current during a sequence of zeros that disturbs the synchronization between transmitter and receiver.
Manchester encoding
Manchester encoding, also called biphase encoding or Phase Encode (PE), introduces a transition in the middle of each interval. In fact, it amounts to performing an exclusive OR (XOR) of the signal with the clock signal that translates into a rising edge when the bit value is zero and a falling edge in the opposite case.
Manchester encoding has numerous advantages, including:
- Possibility for the receiver to detect a signal (as it does not take on a zero value).
- A spectrum occupying a wide band
Delay encoding (by Miller)
Delay encoding, also called Miller encoding, is similar to Manchester encoding, except that a transition occurs in the middle of an interval only when the bit is 1. This allows higher data rates.
Bipolar encoding
Bipolar encoding is a three-level encoding. Therefore, it uses three states of the quantity transported on the physical medium:
- The value is 0 when the bit value is 0.
- Alternatively, X and -X when the bit value is 1.