Differential signaling

  Uncategorized

Differential signaling

From Wikipedia, the free encyclopedia

Jump to navigationJump to search

Elimination of noise by using differential signaling.

Differential signaling is a method for electrically transmitting information using two complementary signals. The technique sends the same electrical signal as a differential pair of signals, each in its own conductor. The pair of conductors can be wires (typically twisted together) or traces on a circuit board. The receiving circuit responds to the electrical difference between the two signals, rather than the difference between a single wire and ground. The opposite technique is called single-ended signalling. Differential pairs are usually found on printed circuit boards, in twisted-pair and ribbon cables, and in connectors.

Advantages[edit]

Provided that the source and receiver impedances in a circuit are equal (it is balanced), external electromagnetic interference tends to affect both conductors identically. Since the receiving circuit only detects the difference between the wires, the technique resists electromagnetic noise compared to one conductor with an un-balanced reference (low-Ω connection to ground).

Contrary to popular belief, differential signalling does not affect noise cancellation. Balanced lines with differential receivers will reject noise regardless of whether the signal is differential or single-ended, but since balanced line noise rejection requires a differential receiver anyway, differential signalling is often used on balanced lines. This improves SNR, reduces EMI, and makes the signal more immune to ground currents or differences.[1]

The technique works for both analog signaling, as in balanced audio—and digital signaling, as in RS-422RS-485Ethernet over twisted pairPCI ExpressDisplayPortHDMI, and USB.

In a system with a differential receiver, desired signals add and noise is subtracted away.

Suitability for use with low-voltage electronics[edit]

The electronics industry, particularly in portable and mobile devices, continually strives to lower supply voltage to save power.[citation needed] A low supply voltage, however, reduces noise immunity. Differential signaling helps to reduce these problems because, for a given supply voltage, it provides twice the noise immunity of a single-ended system.

To see why, consider a single-ended digital system with supply voltage {\displaystyle V_{S}}. The high logic level is {\displaystyle V_{S}\,} and the low logic level is 0 V. The difference between the two levels is therefore {\displaystyle V_{S}-0\,\mathrm {V} =V_{S}}. Now consider a differential system with the same supply voltage. The voltage difference in the high state, where one wire is at {\displaystyle V_{S}\,} and the other at 0 V, is {\displaystyle V_{S}-0\,\mathrm {V} =V_{S}}. The voltage difference in the low state, where the voltages on the wires are exchanged, is {\displaystyle 0\,\mathrm {V} -V_{S}=-V_{S}}. The difference between high and low logic levels is therefore {\displaystyle V_{S}-(-V_{S})=2V_{S}\,}. This is twice the difference of the single-ended system. If the voltage noise on one wire is uncorrelated to the noise on the other one, it takes twice as much noise to cause an error with the differential system as with the single-ended system. In other words, differential signalling doubles the noise immunity.[citation needed]

Resistance to electromagnetic interference[edit]

This advantage is not directly due to differential signaling itself, but to the common practice of transmitting differential signals on balanced lines.[2][3] Single-ended signals are still resistant to interference if the lines are balanced and terminated by a differential amplifier.

Comparison with single-ended signaling[edit]

In single-ended signaling, the transmitter generates a single voltage that the receiver compares with a fixed reference voltage, both relative to a common ground connection shared by both ends. In many instances single-ended designs are not feasible. Another difficulty is the electromagnetic interference that can be generated by a single-ended signaling system that attempts to operate at high speed.[citation needed]

Generalization: Ensemble Signaling[edit]

The disadvantage of differential signal transmission is that it requires twice as many wires as single-ended signal transmission.

Ensemble signaling improves this by using n wires to transmit n−1 differential signals. {\displaystyle n=2} is equivalent to differential signalling.

2-wire ensemble signalling (encoding one signal using two wires)[edit]

Encoder: Using the generator matrix

{\displaystyle \mathbf {G} :={\begin{pmatrix}+1&1\\-1&1\end{pmatrix}}}

and the input vector {\displaystyle x:=(x_{1},x_{2})} you get {\displaystyle y=\mathbf {G} \cdot x}, the two signals to transmit.

Decoder: Using the control matrix {\displaystyle \mathbf {H} :=\mathbf {G} ^{-1}}

{\displaystyle \mathbf {H} :={\begin{pmatrix}+1/2&-1/2\\\;\;1/2&\;\;1/2\end{pmatrix}}}

and the input vector {\displaystyle y} you get your initial vector {\displaystyle x:=\mathbf {H} \cdot y}.

But
Only {\displaystyle x_{1}} is insensitive to common mode interferences, {\displaystyle x_{2}} is highly sensitive to common mode interferences.

By removing {\displaystyle x_{2}} from the calculation you get normal differential signaling:

{\displaystyle \mathbf {G} :={\begin{pmatrix}+1\\-1\end{pmatrix}}\;} and {\displaystyle \;\mathbf {H} :={\begin{pmatrix}+1/2&-1/2\\\end{pmatrix}}}

4-wire ensemble signalling (encoding three signals using four wires)[edit]

Encoder: Using the generator matrix

{\displaystyle \mathbf {G} :={\begin{pmatrix}1&-1/3&-1/3&1/3\\-1/3&1&-1/3&1/3\\-1/3&-1/3&1&1/3\\-1/3&-1/3&-1/3&1/3\end{pmatrix}}}

and the input vector {\displaystyle x:=(x_{1},x_{2},x_{3},x_{4})} you get {\displaystyle y=\mathbf {G} \cdot x}, the four signals to transmit.

Decoder: Using the control matrix {\displaystyle \mathbf {H} :=\mathbf {G} ^{-1}}

{\displaystyle \mathbf {H} :={\begin{pmatrix}3/4&0&0&-3/4\\0&3/4&0&-3/4\\0&0&3/4&-3/4\\3/4&3/4&3/4&3/4\end{pmatrix}}}

and the input vector {\displaystyle y} you get your initial vector {\displaystyle x:=\mathbf {H} \cdot y}.

But
{\displaystyle x_{1}}{\displaystyle x_{2}} and {\displaystyle x_{3}} is insensitive to common mode interferences, {\displaystyle x_{4}} is highly sensitive to common mode interferences.

By removing {\displaystyle x_{4}} from the calculation you get the matrices for ensemble signaling using four wires to transmit three signals differentially.

{\displaystyle \mathbf {G} :={\begin{pmatrix}1&-1/3&-1/3\\-1/3&1&-1/3\\-1/3&-1/3&1\\-1/3&-1/3&-1/3\end{pmatrix}}\;} and {\displaystyle \;\mathbf {H} :={\begin{pmatrix}3/4&0&0&-3/4\\0&3/4&0&-3/4\\0&0&3/4&-3/4\end{pmatrix}}}

n-wire ensemble signalling (encoding n−1 signals using n wires)[edit]

{\displaystyle \mathbf {G} :={\begin{pmatrix}1&\cdots &-1/(n-1)\\\vdots &\ddots &\vdots \\-1/(n-1)&\cdots &1\\-1/(n-1)&\cdots &-1/(n-1)\end{pmatrix}}\;} and {\displaystyle \;\mathbf {H} :={\begin{pmatrix}(n-1)/n&\cdots &0&-(n-1)/n\\\vdots &\ddots &\vdots &-(n-1)/n\\0&\cdots &(n-1)/n&-(n-1)/n\end{pmatrix}}}.

Uses[edit]

The technique minimizes electronic crosstalk and electromagnetic interference, both noise emission and noise acceptance, and can achieve a constant or known characteristic impedance, allowing impedance matching techniques important in a high-speed signal transmission line or high quality balanced line and balanced circuit audio signal path.

Differential pairs include:

Differential pairs generally carry differential or semi-differential signals, such as high-speed digital serial interfaces including LVDS differential ECLPECLLVPECLHypertransportEthernet over twisted pairSerial Digital InterfaceRS-422RS-485USBSerial ATATMDSFireWire, and HDMI etc. or else high quality and/or high frequency analog signals (e.g., video signalsbalanced audio signals, etc.).

Data rates of some interfaces implemented with differential pairs[edit]

Transmission lines[edit]

The type of transmission line that connects two devices (chips, modules) dictates the type of signaling. Single-ended signaling is used with coaxial cables, in which one conductor totally screens the other from the environment. All screens (or shields) are combined into a single piece of material to form a common ground. Differential signaling is used with a balanced pair of conductors. For short cables and low frequencies, the two methods are equivalent, so cheap single-ended circuits with a common ground can be used with cheap cables. As signaling speeds become faster, wires begin to behave as transmission lines.

Use in computers[edit]

Differential signaling is often used in computers to reduce electromagnetic interference, because complete screening is not possible with microstrips and chips in computers, due to geometric constraints and the fact that screening does not work at DC. If a DC power supply line and a low-voltage signal line share the same ground, the power current returning through the ground can induce a significant voltage in it. A low-resistance ground reduces this problem to some extent. A balanced pair of microstrip lines is a convenient solution, because it does not need an additional PCB layer, as a stripline does. Because each line causes a matching image current in the ground plane, which is required anyway for supplying power, the pair looks like four lines and therefore has a shorter crosstalk distance than a simple isolated pair. In fact, it behaves as well as a twisted pair. Low crosstalk is important when many lines are packed into a small space, as on a typical PCB.

High-voltage differential signaling[edit]

High-voltage differential (HVD) signaling uses high-voltage signals. In computer electronics, “high voltage” normally means 5 volts or more.

SCSI-1 variations included a high voltage differential (HVD) implementation whose maximum cable length was many times that of the single-ended version. SCSI equipment for example allows a maximum total cable length of 25 meters using HVD, while single-ended SCSI allows a maximum cable length of 1.5 to 6 meters, depending on bus speed. LVD versions of SCSI allow less than 25 m cable length not because of the lower voltage, but because these SCSI standards allow much higher speeds than the older HVD SCSI.

The generic term high-voltage differential signaling describes a variety of systems. Low-voltage differential signaling or LVDS, on the other hand, is a specific system defined by a TIA/EIA standard.

See also[edit]

LEAVE A COMMENT