Operational amplifiers & biosignal amplification
The triangle that turns a microvolt heartbeat into something a computer can read — and the instrumentation amplifier that makes ECG and EEG possible.
In one line
An operational amplifier (op-amp) outputs the difference between its two inputs times a large gain. Wrap it with a few resistors and you get a precise amplifier — the heart of every biosignal front-end.
<figure style="text-align:center;margin:1.5rem 0"> <svg viewBox="0 0 260 130" role="img" aria-label="Op-amp triangle with inverting and non-inverting inputs and an output" style="width:100%;max-width:300px;height:auto;color:var(--c-iot)"> <polygon points="90,20 90,110 200,65" fill="none" stroke="currentColor" stroke-width="2.5"/> <line x1="40" y1="42" x2="90" y2="42" stroke="currentColor" stroke-width="2"/><text x="100" y="46" font-size="15" fill="currentColor">−</text> <line x1="40" y1="88" x2="90" y2="88" stroke="currentColor" stroke-width="2"/><text x="100" y="93" font-size="15" fill="currentColor">+</text> <line x1="200" y1="65" x2="250" y2="65" stroke="currentColor" stroke-width="2"/> <text x="34" y="46" font-size="10.5" fill="var(--text-3)" text-anchor="end">in−</text> <text x="34" y="92" font-size="10.5" fill="var(--text-3)" text-anchor="end">in+</text> <text x="248" y="56" font-size="10.5" fill="var(--text-3)" text-anchor="end">out</text> </svg> </figure>How it works
The raw gain is enormous, so an op-amp is used with feedback that sets a precise, stable gain. It gives amplifiers, filters, buffers and comparators.
For biosignals the workhorse is the instrumentation amplifier: three op-amps that amplify the tiny difference between two electrodes while rejecting the common signal — mostly 50/60 Hz mains hum. That rejection (CMRR) lets a ~1 mV ECG survive in a noisy ward.
Where it shows up in digital health
- ECG, EEG, EMG front-ends: instrumentation amp → filter → ADC.
- Pulse oximetry — amplifying the faint photodiode signal.
- Pressure & flow sensing in ventilators and pumps.
Watch for
Patient-connected amplifiers need isolation so no fault sends mains current through the electrodes — a core safety requirement (IEC 60601). The amplifier and its isolation barrier are designed together.