An active lpf using op amp circuitry combines passive RC networks with an operational amplifier to attenuate high frequencies while providing signal gain, buffering, and low output impedance. Unlike passive filters, which suffer from insertion loss and loading effects, an active low-pass filter (LPF) isolates the source from the load. For audio conditioning, sensor signal anti-aliasing, and DAC smoothing, the 2nd-order Sallen-Key Butterworth topology is the undisputed workhorse. It delivers a maximally flat passband with a predictable -40dB/decade rolloff without requiring inductors.
This guide skips the abstract transfer-function derivations and goes straight to the bench: which op-amps to buy, how to bias them, the exact component values for a 1kHz Sallen-Key filter, and how to test a suspected blown chip with a digital multimeter (DMM).
Op-Amp Selection and Safe Default Part Numbers
Not every op-amp is suited for active filtering. The critical spec is the Gain Bandwidth Product (GBW). As a rule of thumb, your op-amp's GBW must be at least 100 times the filter's cutoff frequency ($f_c$) to prevent the amplifier's own internal rolloff from skewing your filter's Q-factor and cutoff point. If you are filtering audio (up to 20kHz), you need a GBW of at least 2MHz. For a 100kHz anti-aliasing filter, you need >10MHz GBW.
Below is a data-dense reference table of safe default part numbers for active filter designs, categorized by use case. Prices reflect typical 2026 single-unit retail costs for DIP-8 or SOIC-8 packages.
| Part Number | GBW (MHz) | Slew Rate (V/µs) | Input Noise (nV/√Hz) | Typical Price | Best Use Case |
|---|---|---|---|---|---|
| TL072 | 3.0 | 13 | 18 | $0.40 | General audio, guitar pedals, synth modules |
| NE5532 | 10.0 | 9.0 | 5.0 | $0.35 | Pro-audio mixing, low-noise microphone pre-filters |
| OPA2134 | 8.0 | 20.0 | 8.0 | $2.80 | High-fidelity DAC reconstruction, precision instrumentation |
| LM358 | 1.0 | 0.6 | 40 | $0.15 | Single-supply DC sensor conditioning, slow ADC anti-aliasing |
| MCP6002 | 1.0 | 0.6 | 30 | $0.30 | 3.3V MCU interfacing, battery-powered IoT sensor nodes |
Pinout, Biasing, and Operation Regions
Before wiring the feedback network, you must understand the physical pinout and how to establish the correct DC operating point. The industry-standard 8-pin DIP/SOIC dual op-amp pinout is:
- Pin 1: Offset Null (often NC in modern filters)
- Pin 2: Inverting Input (IN-)
- Pin 3: Non-inverting Input (IN+)
- Pin 4: V- (Negative Supply or GND)
- Pin 5: Offset Null (often NC)
- Pin 6: Output (OUT)
- Pin 7: V+ (Positive Supply)
- Pin 8: NC (No Connect) or V+ for single op-amp variants
Biasing: Dual vs. Single Supply
Op-amps do not inherently know what 'ground' is; they only care about the voltage difference between V+ and V-. If you are running a dual supply (e.g., ±12V), Pin 4 goes to -12V, Pin 7 to +12V, and your signal ground is 0V. If you are running a single supply (e.g., +5V from an Arduino), Pin 4 goes to GND, Pin 7 to +5V, but you must create a virtual ground at Vcc/2 (2.5V) using a voltage divider (two 10kΩ resistors) buffered by a 10µF bypass capacitor to AC ground. Your input signal must be AC-coupled via a series capacitor to ride on this 2.5V DC bias.
Operation Regions Table
An op-amp in an active filter must remain in the linear region. If it leaves this region, your filter stops filtering and starts distorting.
| Operation Region | Condition | Typical Output Voltage (±15V Rails) | Result on Filter Response |
|---|---|---|---|
| Linear (Active) | $V_{in}$ within common-mode range | -13.5V to +13.5V | Correct $f_c$ and Q-factor; minimal THD |
| Positive Saturation | $V_{in+} > V_{in-}$ excessively | Clamped at ~+13.5V (BJT) or +4.95V (RRIO) | Clipping; recovery time delay causes phase errors |
| Negative Saturation | $V_{in-} > V_{in+}$ excessively | Clamped at ~-13.5V (BJT) or +0.05V (RRIO) | Clipping; signal flatlining at negative rail |
| Slew-Rate Limited | $dV/dt$ exceeds SR spec | Triangular wave output regardless of input | High-frequency attenuation artificially increases; IMD spikes |
Complete 1kHz Sallen-Key LPF Application Circuit
The Sallen-Key topology is favored because it requires only one op-amp for a 2nd-order response and is highly tolerant of component variations. We will design a Unity-Gain 2nd-Order Butterworth LPF with a cutoff frequency ($f_c$) of approximately 1kHz. The Butterworth alignment (Q = 0.707) requires the capacitor ratio $C_1 / C_2$ to be exactly 2 when $R_1 = R_2$.
Component Values
- U1: TL072 (or NE5532)
- R1, R2: 10kΩ (1% metal film)
- C1: 22nF (C0G/NP0 ceramic or polypropylene film)
- C2: 10nF (C0G/NP0 ceramic or polypropylene film)
- Bypass Caps: 100nF ceramic (placed physically adjacent to Pin 4 and Pin 7)
Calculated Cutoff: $f_c = \frac{1}{2 \pi \sqrt{R_1 R_2 C_1 C_2}} = \frac{1}{2 \pi \sqrt{10k \cdot 10k \cdot 22n \cdot 10n}} \approx 1074 \text{ Hz}$. Close enough to the 1kHz target using standard E24 capacitor values.
Wiring Steps (Numbered)
- Power & Bypass: Connect +12V to Pin 7, -12V to Pin 4. Solder a 100nF cap from Pin 7 to Ground, and another from Pin 4 to Ground.
- Input Network: Connect your AC audio/sensor signal to one leg of R1 (10kΩ).
- Node A (RC Junction): Connect the other leg of R1 to one leg of R2 (10kΩ) and one leg of C1 (22nF). Connect the other leg of C1 to Ground.
- Node B (Op-Amp Input): Connect the other leg of R2 to Pin 3 (IN+) and one leg of C2 (10nF). Connect the other leg of C2 to Ground.
- Feedback Loop: Connect Pin 6 (OUT) directly to Pin 2 (IN-). This configures the op-amp as a unity-gain voltage buffer, locking the filter's Q to the passive component ratio.
- Output: Take your filtered signal from Pin 6.
Failure Modes and Multimeter Testing
Op-amps fail for three primary reasons: Electrical Overstress (EOS) from exceeding absolute maximum supply voltages, Latch-up from input voltages exceeding the supply rails (common in single-supply hot-plugging), and Output Short-Circuit Thermal Shutdown. When an op-amp dies, it usually fails with the output stage shorted to one of the supply rails, or the internal input differential pair opens up.
You can diagnose a dead op-amp on the bench using a standard DMM without needing an oscilloscope. Follow this diagnostic path:
Step 1: The Power-Off Short Test
Remove power from the circuit. Set your DMM to resistance mode (Ω). Measure across Pin 7 (V+) and Pin 4 (V-). A healthy TL072 or NE5532 will read anywhere from 2kΩ to 15kΩ due to internal biasing networks. If your meter reads less than 100Ω, the internal output transistors have melted into a dead short. Desolder and replace the chip.
Step 2: The Diode-Mode Input Test
Set your DMM to Diode Test mode. Place the Red probe on Pin 4 (V-) and the Black probe on Pin 2 (IN-). You are forward-biasing the internal ESD protection diodes. A healthy silicon op-amp will read between 0.55V and 0.75V. Repeat for Pin 3 (IN+). Next, reverse the probes (Black on V-, Red on Inputs). The meter should read OL (Over Limit). If it reads 0.00V or a dead short in either direction, the input stage is destroyed.
Step 3: The Live Saturation Check
Power the circuit. Set the DMM to DC Voltage. Measure Pin 6 (OUT) relative to Ground. In a properly biased LPF with no AC signal present, the DC output should match the DC voltage at Pin 3 (IN+) within a few millivolts (the input offset voltage). If Pin 6 is slammed to +11V or -11V (near the rails) while Pin 3 is at 0V, the op-amp has suffered an internal open-circuit failure in the input stage, and the output is saturating due to unchecked offset.
By mastering the Sallen-Key topology and understanding the physical limitations of your chosen silicon, you can design active filters that perform predictably from the simulation environment all the way to the final PCB. For further exploration of active filter topologies and automated component calculators, refer to the Analog Devices Filter Wizard or the Texas Instruments Op-Amp Design Guides.






