Amplifier Configurations
Operational Amplifier Basics
An operational amplifier (op-amp) is a high-gain electronic voltage amplifier with two differential inputs (inverting and non-inverting) and a single output. It's the most common building block in biomedical signal conditioning because it can be configured to amplify, filter, and process the tiny signals picked up from the body.
On its own, an op-amp has an extremely high open-loop gain (), typically to . That gain is far too high and unstable to use directly. Instead, you add an external feedback network (usually resistors) to set a controlled, predictable closed-loop gain. The feedback is what makes the op-amp practical for precision biomedical circuits.
Inverting and Non-Inverting Amplifier Configurations
These are the two fundamental single op-amp topologies you need to know.
Inverting amplifier:
- The input signal connects to the inverting () input through an input resistor .
- A feedback resistor connects the output back to the inverting input.
- Closed-loop voltage gain:
- The negative sign means the output is phase-inverted (180° shift) relative to the input.
- Example: if and , the gain is . A 1 mV input produces a mV output.
Non-inverting amplifier:
- The input signal connects to the non-inverting () input.
- connects the output to the inverting input, and a resistor connects the inverting input to ground.
- Closed-loop voltage gain:
- The output is in-phase with the input (no inversion).
- This configuration naturally has a higher input impedance than the inverting topology, which is often preferred when interfacing with high-impedance bioelectrodes.
Gain and Amplification
Gain is the ratio of output signal amplitude to input signal amplitude. Biopotential signals are extremely small: an ECG is roughly 1 mV, an EEG around 10–100 μV, and single-fiber EMG can be even smaller. These signals need to be amplified to the 1–5 V range before an ADC or display can use them, so gains of 1,000 to 100,000 are common across the signal chain.
The closed-loop gain is set entirely by the external resistors in the feedback network, not by the op-amp's internal open-loop gain. This is what gives you precise, repeatable amplification. Choosing stable, low-tolerance resistors (1% or better) for and (or ) is important for maintaining gain accuracy over time and temperature.

Performance Characteristics
Bandwidth and Frequency Response
Bandwidth is the range of frequencies an amplifier can amplify without significant signal loss. The boundaries are defined by the lower cutoff frequency () and the upper cutoff frequency (), where gain drops by 3 dB (to about 70.7% of the midband value).
Different physiological signals occupy different frequency bands, so the amplifier's bandwidth must be matched to the signal of interest:
| Signal | Typical Bandwidth |
|---|---|
| ECG | 0.05 Hz – 150 Hz |
| EEG | 0.5 Hz – 70 Hz |
| EMG | 10 Hz – 1000 Hz |
Filters (low-pass, high-pass, or band-pass) are built into the signal conditioning chain to restrict the bandwidth to these ranges. This rejects out-of-band noise, such as 50/60 Hz power-line interference or high-frequency RF pickup, while preserving the clinically relevant content.
One practical tradeoff to keep in mind: for a given op-amp, there is a fixed gain-bandwidth product (GBP). If you increase the closed-loop gain, the usable bandwidth decreases proportionally. For example, an op-amp with a GBP of 1 MHz set to a gain of 100 will have a bandwidth of only 10 kHz.
Slew Rate and Transient Response
Slew rate is the maximum rate at which the output voltage can change, expressed in V/μs. It represents a hard speed limit on the op-amp's output, independent of the small-signal bandwidth.
If the input signal demands a faster voltage swing than the slew rate allows, the output can't keep up. The result is slew-rate limiting, which clips the peaks of fast transitions and introduces nonlinear distortion. This is especially relevant for EMG signals or any waveform with sharp edges.
To check whether your op-amp is fast enough, you can estimate the required slew rate for a sinusoidal signal:
where is the highest signal frequency and is the maximum output amplitude. If your calculated exceeds the op-amp's rated slew rate, you need a faster device.

Input and Output Impedance
Input impedance is the resistance the amplifier presents to whatever is driving it (electrodes, transducers, etc.). Biomedical amplifiers need very high input impedance, typically and often for EEG front ends. The reason: if the amplifier's input impedance is too low relative to the electrode impedance, it loads the source and attenuates the signal before amplification even begins. With skin-electrode impedances commonly in the kΩ to tens of kΩ range, a high-impedance amplifier input ensures nearly all the biopotential voltage reaches the amplifier.
Output impedance should be low, typically . A low output impedance means the amplifier can drive the next stage (another amplifier, a filter, or an ADC) without significant voltage drop across its own output resistance. Negative feedback inherently lowers the output impedance of an op-amp circuit, which is another benefit of closed-loop design.
Feedback
Feedback in Amplifier Design
Feedback is the mechanism of routing part of the output signal back to the input. In biomedical amplifier design, negative feedback is used almost universally. Here's what it does:
- A fraction of the output is fed back to the inverting input, opposing the input signal.
- This reduces the closed-loop gain well below the raw open-loop gain.
- In exchange for lower gain, you get improved linearity, reduced distortion, wider bandwidth, and more predictable behavior.
Positive feedback (feeding the output back in-phase with the input) reinforces the signal rather than opposing it. This drives the amplifier toward saturation or oscillation. Positive feedback is used deliberately in comparators and oscillator circuits, but it's avoided in linear amplifier designs because it makes the system unstable.
The feedback network (resistors, and sometimes capacitors) shapes the amplifier's gain, frequency response, and stability. Getting this network right is the core design challenge in biopotential amplifier circuits.
Feedback and Stability
A feedback amplifier can become unstable if the loop gain and phase shift combine in the wrong way. Specifically, if the signal fed back reaches a phase shift of 360° (equivalent to positive feedback) while the loop gain is still ≥ 1, the circuit will oscillate.
Two metrics quantify how close a design is to instability:
- Gain margin: how much additional loop gain (in dB) could be added before oscillation occurs. A safe design has a gain margin dB.
- Phase margin: how much additional phase shift the loop could tolerate before hitting 360°. A safe design has a phase margin .
Bode plots (log-frequency plots of gain magnitude and phase) are the standard tool for evaluating these margins. You plot the open-loop response and the feedback factor, then read the margins at the critical frequencies.
When stability margins are too thin, compensation techniques can help:
- Adding a small capacitor across the feedback resistor (lowering gain at high frequencies)
- Using a compensation capacitor inside or outside the op-amp to roll off gain before dangerous phase shifts accumulate
- Adjusting resistor values to reduce loop gain at problematic frequencies
Adequate stability isn't optional in biomedical systems. An oscillating amplifier produces meaningless output, can saturate the signal chain, and in worst cases could couple unwanted signals back to the patient through the electrodes.