Op-Amps (Briefly)#

The operational amplifier is the general-purpose gain block of analog electronics, and it earns a place in a digital notebook only for what it does at the boundary: conditioning a real-world signal so the digital side can use it. This page stays deliberately brief — the full treatment of op-amps belongs to the EE Notebook’s analog sections.

What It Is#

An op-amp is a high-gain differential amplifier. On its own that open-loop gain is unusably large, but wrapped in feedback it becomes precise and versatile: amplify, attenuate, buffer, filter, sum, or offset a signal, with the behavior set by a handful of external resistors and capacitors. It is the analog equivalent of a Swiss-army knife, and a comparator is essentially the same device run without feedback so its output swings fully to the rails.

Why It Appears Here#

Three of its roles touch the digital world directly:

  • Buffering — an op-amp follower has very high input impedance and low output impedance, so it reads a delicate node without loading it and drives the next stage stiffly. This is the buffer inside a sample-and-hold, and what drives an ADC input cleanly.
  • Conditioning to the converter’s range — a sensor’s small or oddly-centered output is amplified and offset to fit the input span of an ADC, so the conversion uses the full resolution.
  • Anti-alias filtering — a low-pass filter built around an op-amp removes frequencies above half the sampling rate before a signal is sampled, preventing them from folding down and corrupting the digital data.

That is the extent of the op-amp’s relevance here: the last analog stage before the bits. Everything about topologies, feedback, stability, and real op-amp limitations is analog design, and lives in the EE Notebook.

Page last modified: July 14, 2026