ArticleslgStudy

computer science

Low-voltage differential signaling

Low-voltage differential signaling is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Low-voltage differential signaling rather than just read about it. In short: Low-voltage differential signaling (LVDS), also known as TIA/EIA-644, is a technical standard that specifies electrical characteristics of a differential, serial signaling standard. LVDS operates at low power and can run at very high speeds using inexpensive twisted-pair copper cables.

Low-voltage differential signaling — main illustration
Low-voltage differential signaling — illustration

Key takeaways

  • Low-voltage differential signaling belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Low-voltage differential signaling to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Low-voltage differential signaling from memory before moving on to harder problems.

Reference excerpt

Low-voltage differential signaling (LVDS), also known as TIA/EIA-644, is a technical standard that specifies electrical characteristics of a differential, serial signaling standard. LVDS operates at low power and can run at very high speeds using inexpensive twisted-pair copper cables. LVDS is a physical layer specification only; many data communication standards and applications use it and add a data link layer as defined in the OSI model on top of it. LVDS was introduced in 1994, and has become popular in products such as LCD-TVs, in-car entertainment systems, industrial cameras and machine vision, notebook and tablet computers, and communications systems. The typical applications are high-speed video, graphics, video camera data transfers, and general purpose computer buses. Early on, the notebook computer and LCD vendors commonly used the term LVDS instead of FPD-Link when referring to their protocol, and the term LVDS has mistakenly become synonymous with Flat Panel Display Link in the video-display engineering vocabulary.

Differential vs. single-ended signaling LVDS is a differential signaling system, meaning that it transmits information as the difference between the voltages on a pair of wires; the two wire voltages are compared at the receiver. In a typical implementation, the transmitter injects a constant current of 3.5 mA into the wires, with the direction of current determining the digital logic level. The current passes through a termination resistor of about 100 to 120 ohms (matched to the cable's characteristic impedance to reduce reflections) at the receiving end, and then returns in the opposite direction via the other wire. From Ohm's law, the voltage difference across the resistor is therefore about 350 mV. The receiver senses the polarity of this voltage to determine the logic level. As long as there is tight electric- and magnetic-field coupling between the two wires, LVDS reduces the generation of electromagnetic noise. This noise reduction is due to the equal and opposite current flow in the two wires creating equal and opposite electromagnetic fields that tend to cancel each other. In addition, the tightly coupled transmission wires will reduce susceptibility to electromagnetic noise interference because the noise will equally affect each wire and appear as a common-mode noise. The LVDS receiver is unaffected by common-mode noise because it senses the differential voltage, where the common-mode noise impacts both pairs equally, resulting in no relative voltage difference between them. The fact that the LVDS transmitter consumes a constant current also places much less demand on the power supply decoupling and thus produces less interference in the power and ground lines of the transmitting circuit. This reduces or eliminates phenomena such as ground bounce which are typically seen in terminated single-ended transmission lines where high and low logic levels consume different currents, or in non-terminated transmission lines where a current appears abruptly during switching. The low common-mode voltage (the average of the voltages on the two wires) of about 1.2 V allows using LVDS with a wide range of integrated circuits with power supply voltages down to 2.5 V or lower. In addition, there are variations of LVDS that use a lower common mode voltage. One example is sub-LVDS (introduced by Nokia in 2004) that uses 0.9 V typical common mode voltage. Another is Scalable Low Voltage Signaling for 400 mV (SLVS-400) specified in JEDEC JESD8-13 October 2001 where the power supply can be as low as 800 mV and common mode voltage is about 400 mV. The low differential voltage, about 350 mV, causes LVDS to consume very little power compared to other signaling technologies. This is achieved, in part, by the transmitter's design, which consists of a constant current source (typically 3.5 mA) and four MOSFET switches forming an H-bridge. At 2.5 V supply voltage the power to drive 3.5 mA becomes 8.75 mW, compared to the 90 mW dissipated by the load resistor for an RS-422 signal. Logic levels:

LVDS is not the only low-power differential signaling system in use, others include the Fairchild Current Transfer Logic serial I/O.

Applications In 1994, National Semiconductor introduced LVDS, which later became a de facto standard for high-speed data transfer.

LVDS became popular in the mid 1990s. Before that, computer monitor resolutions were not large enough to need such fast data rates for graphics and video. However, in 1992 Apple Computer needed a method to transfer multiple streams of digital video without overloading the existing NuBus on the backplane. Apple and National Semiconductor (NSC) created QuickRing, which was the first integrated circuit using LVDS. QuickRing was a high speed auxiliary bus for video data to bypass the NuBus in Macintosh computers. The multimedia and supercomputer applications continued to expand because both needed to move large amounts of data over links several meters long (from a disk drive to a workstation for instance). The first commercially successful application for LVDS was in notebook computers transmitting video data from graphics processing units to the flat panel displays using the Flat Panel Display Link by National Semiconductor. The first FPD-Link chipset reduced a 21-bit wide video interface plus the clock down to only 4 differential pairs (8 wires), which enabled it to easily fit through the hinge between the display and the notebook and take advantage of LVDS's low-noise characteristics and fast data rate. FPD-Link became the de facto open standard for this notebook application in the late 1990s and was the dominant display interface in notebook and tablet computers until the early 2010s when it was succeeded by Embedded DisplayPort (eDP).

… excerpt ends here. Continue reading the full article.

Illustrations

Low-voltage differential signaling: Basic LVDS circuit operation showing current flowing in a loop back to the driver and the resulting lower radiated emission (EMI) due to field coupling within the differential pair
Basic LVDS circuit operation showing current flowing in a loop back to the driver and the resulting lower radiated emission (EMI) due to field coupling within the differential pair
Low-voltage differential signaling: Doestek 34LM85AM, used in a tablet as flat panel display  transmitter
Doestek 34LM85AM, used in a tablet as flat panel display transmitter
Low-voltage differential signaling: FPD Link I serializer
FPD Link I serializer
Low-voltage differential signaling: Embedded clock serializer
Embedded clock serializer

Worked examples

Example 1 — a first encounter with Low-voltage differential signaling

Start with the simplest possible case. Write down what Low-voltage differential signaling claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Low-voltage differential signaling before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Low-voltage differential signaling ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Low-voltage differential signaling

In research
Low-voltage differential signaling appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Low-voltage differential signaling in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Low-voltage differential signaling is common in secondary-school and first-year university syllabi. It links to neighbouring topics Computer buses, so understanding it makes those chapters shorter.
In everyday life
Look for Low-voltage differential signaling outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Low-voltage differential signaling in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Low-voltage differential signaling means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Low-voltage differential signaling out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Low-voltage differential signaling in simple terms?

Low-voltage differential signaling (LVDS), also known as TIA/EIA-644, is a technical standard that specifies electrical characteristics of a differential, serial signaling standard. LVDS operates at low power and can run at very high speeds using inexpensive twisted-pair copper cables.

Why does Low-voltage differential signaling matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Low-voltage differential signaling?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Low-voltage differential signaling.

Tags

  • Computer buses

Keep exploring