The Quick Answer: Which Op Amp Filter Topology and IC to Pick
When you need to clean up a noisy sensor signal or roll off high-frequency hiss in an audio path, passive RC filters often fall short due to loading effects and poor roll-off characteristics. An active op amp filter solves this by providing gain, high input impedance, and low output impedance. But which topology and IC should you actually buy?
| If Your Application Is... | Choose This Topology | Recommended IC (Default Pick) |
|---|---|---|
| Audio / Subsonic sensors (<100 kHz), unity gain | Sallen-Key Low-Pass | TL072CP (Low noise, JFET) |
| High-Q narrow bandpass (e.g., DTMF decoding) | Multiple Feedback (MFB) | LM358P (Cheap, adequate for <10kHz) |
| RF / High-Speed data (>1 MHz) | Current-Feedback MFB | OPA847 (Ultra-wideband) |
| Simultaneous Low/High/Bandpass outputs | State-Variable | TL074 (Quad JFET) |
Op Amp Pinout, Symbol, and Operating Regions
Before wiring the feedback network, you must understand the physical pins and the voltage boundaries of the silicon. The standard schematic symbol shows a non-inverting input (+), an inverting input (-), a single output, and two power rails (V+ and V-). In a physical 8-pin DIP package like the TL072 (a dual op amp), the pinout is:
- Pin 1: Output A
- Pin 2: Inverting Input A (-)
- Pin 3: Non-Inverting Input A (+)
- Pin 4: V- (Negative Supply / Ground)
- Pin 5: Non-Inverting Input B (+)
- Pin 6: Inverting Input B (-)
- Pin 7: Output B
- Pin 8: V+ (Positive Supply)
| Operating Region | Condition (Inputs) | Typical Output Voltage | Output Current Limit |
|---|---|---|---|
| Linear (Active) | V+ ≈ V- (Virtual Short) | Between -10.5V and +10.5V | < 30 mA (Short-circuit protected) |
| Positive Saturation | V(+) > V(-) by > 5mV | Clamped at ~ +10.5V | Up to 40 mA (sourcing) |
| Negative Saturation | V(-) > V(+) by > 5mV | Clamped at ~ -10.5V | Up to 40 mA (sinking) |
Note: The TL072 is not rail-to-rail. Its output cannot swing closer than ~1.5V to either supply rail. If you need a 0V to 5V output on a single 5V supply, you must choose a CMOS rail-to-rail IC like the MCP6002.
Designing a 1 kHz Sallen-Key Low-Pass Filter (Complete Circuit)
The Sallen-Key topology is the industry standard for second-order active filters because it requires only one op amp, two resistors, and two capacitors. We will design a Butterworth response (Q = 0.707) for a maximally flat passband with a cutoff frequency ($f_c$) of roughly 1 kHz.
Component Selection and Math
For a unity-gain Sallen-Key low-pass filter, the cutoff frequency formula is:
f_c = 1 / (2 * π * √(R1 * R2 * C1 * C2))
To achieve a Butterworth response at unity gain, the component ratios must satisfy C1 ≈ 2 * C2 and R1 = R2. Using standard E24 5% component values, we select:
- R1 = R2 = 16 kΩ (Standard 5% value; use 1% metal film for best channel matching)
- C1 = 15 nF
- C2 = 6.8 nF
Plugging these into the formula yields $f_c = 985 \text{ Hz}$, which is effectively 1 kHz for practical audio and sensor applications.
Wiring Steps (Using Half of a TL072)
- Connect Pin 8 (V+) to +12V and Pin 4 (V-) to -12V. Place a 100nF MLCC decoupling capacitor directly across Pins 4 and 8.
- Route your input signal through R1 (16kΩ) to a node we will call Node A.
- Connect R2 (16kΩ) from Node A to Pin 3 (Non-Inverting Input).
- Connect C1 (15nF) from Node A directly to Pin 1 (Output).
- Connect C2 (6.8nF) from Pin 3 to Ground.
- Close the feedback loop by wiring Pin 2 (Inverting Input) directly to Pin 1 (Output). This sets the DC gain to exactly 1 (0 dB).
Biasing, Selection, and Safe Default Part Numbers
How you bias the op amp depends entirely on your power supply architecture. The TL072 circuit above assumes a dual (split) supply, meaning Ground is exactly halfway between V+ and V-. If you only have a single supply (e.g., +12V and Ground), the op amp cannot output negative voltages, and your AC signal will be clipped at the bottom rail.
Single-Supply Biasing Method
To run an op amp filter on a single +12V supply, you must create an artificial mid-rail reference (Vref = 6V). Use a voltage divider (two 10kΩ resistors in series from +12V to GND) and buffer it with the unused half of the TL072 configured as a voltage follower. Feed this 6V Vref into the filter's ground-referenced components (like C2) instead of physical ground, and AC-couple your input and output signals using 10µF series capacitors.
Safe Default IC Part Numbers (2026 Pricing)
| Part Number | Topology / Input | Supply Range | Best For | Approx. Price |
|---|---|---|---|---|
| TL072CP | Dual JFET | ±5V to ±18V | General audio, sensor filtering | $1.20 |
| LM358P | Dual BJT | 3V to 32V (Single) | DC sensor signals, low power | $0.50 |
| OPA2134PA | Dual FET | ±2.5V to ±18V | Premium hi-fi audio, low THD | $4.50 |
| MCP6002-I/P | Dual CMOS R2R | 1.8V to 6V | Battery devices, 3.3V ADCs | $1.00 |
Failure Modes and Multimeter Testing
Op amps rarely fail catastrophically unless subjected to overvoltage or reverse polarity. When an active filter 'stops working,' it is usually oscillating, saturated, or suffering from a broken feedback path. Here is how to test it on the bench using a standard digital multimeter (DMM).
- The Dead-Short Test (Power Off): Set your DMM to resistance. Measure between Pin 4 (V-) and Pin 8 (V+). You should read >10 kΩ. If it reads near 0 Ω, the internal silicon is shorted or a solder bridge exists. Desolder and replace.
- Rail Verification (Power On): Set DMM to DC Volts. Measure Pin 8 to GND (+12V expected) and Pin 4 to GND (-12V or 0V expected). If rails are missing, check your power supply and decoupling caps.
- The Virtual Short Test (The Golden Rule): With the circuit powered and a valid input signal applied, measure the voltage at Pin 3 (In+) and Pin 2 (In-). In a properly functioning closed-loop linear filter, these two pins must be within 1 to 5 mV of each other. If they differ by more than 50 mV, the op amp is saturated, the feedback loop is broken, or the IC is dead.
- Output DC Offset Check: With the input grounded, measure Pin 1 (Output). For a dual supply, it should read 0V (±10mV tolerance). For a single supply, it should read exactly Vref (e.g., 6V). If it reads pinned to a rail, check R1 and R2 for open circuits.
Common Breadboard and PCB Mistakes
Even with the correct math, real-world parasitics can ruin an op amp filter. Avoid these three bench-tested pitfalls:
- Driving Capacitive Loads Directly: If your filter output connects to a long coaxial cable or a large ADC sampling capacitor (>100pF), the capacitive load interacts with the op amp's output impedance, destroying phase margin and causing high-frequency oscillation. Fix: Insert a 47Ω to 100Ω resistor in series with the op amp's output pin before the cable.
- Missing Decoupling Capacitors: Op amps have high gain at high frequencies. Without a 100nF ceramic capacitor placed physically within 5mm of Pins 4 and 8, the power rail inductance will cause the IC to oscillate as a radio transmitter.
- Using the LM741: The legendary LM741 is obsolete for modern filter design. It requires a minimum of ±10V to function, has terrible slew rate (0.5V/µs), and introduces high input noise. Stick to the TL072 or newer CMOS alternatives for vastly superior performance at the same price point.
For deeper mathematical derivations of filter Q and damping factors, refer to the Texas Instruments Sallen-Key Application Note or the comprehensive active filter tutorials at All About Circuits. Always verify your final component selections against the specific IC datasheet's common-mode input voltage range before committing to a PCB layout.






