An active low pass op amp filter combines a passive RC (resistor-capacitor) network with an operational amplifier to attenuate high-frequency signals while providing gain, buffering, and low output impedance. Unlike a passive filter, which suffers from signal loss and loading effects when connected to the next stage, an active filter uses the op amp to drive the load directly without degrading the cutoff frequency.

The cutoff frequency ($f_c$) for a standard first-order active filter is determined by the feedback components: $f_c = \frac{1}{2\pi RC}$. If you need a reliable starting point for audio or sensor smoothing, grab a Texas Instruments TL072 dual JFET op amp, a 10kΩ metal film resistor, and a 15.9nF polypropylene capacitor. This combination yields a clean 1 kHz cutoff with minimal thermal noise.

Safe Default Op Amps and Selection Criteria

Selecting the right IC dictates your filter's noise floor, distortion, and power requirements. Here are the three safe defaults for the bench, depending on your supply and precision needs:

  • TL072 (JFET Input): The workhorse for audio and general-purpose active filters. Low voltage noise (18 nV/√Hz), high slew rate (13 V/µs), and requires a dual supply (±5V to ±18V). Costs around $1.50.
  • LM358 (Bipolar Input): The go-to for single-supply, low-frequency sensor filtering (e.g., smoothing a thermistor ADC reading). Operates from a single 3V to 32V rail. Costs pennies ($0.30), but suffers from crossover distortion and higher input bias current.
  • OPA1678 (Audio Precision): When you need ultra-low THD+N (0.00003%) for high-fidelity DAC reconstruction. Rail-to-rail output, operates on ±2.25V to ±18V. Costs about $2.50.
Bench Tip: Biasing for Single Supply
If you are using a single-supply op amp like the LM358 to filter an AC signal, you must create a virtual ground. Use a simple voltage divider (two 10kΩ resistors from VCC to GND) buffered by another op amp channel to bias the non-inverting input at VCC/2. Otherwise, the negative half of your AC waveform will be hard-clipped at 0V.

The Anatomy of an Active Low Pass Op Amp Filter

To troubleshoot or build this circuit, you need to understand the physical pinout and the operational regions of the IC. We will use the standard 8-pin DIP package (common to the TL072 and LM358) as our reference.

Standard 8-Pin DIP Pinout

  • Pin 1: Output A
  • Pin 2: Inverting Input A (-)
  • Pin 3: Non-Inverting Input A (+)
  • Pin 4: V- (Negative Supply or GND)
  • Pin 5: Non-Inverting Input B (+)
  • Pin 6: Inverting Input B (-)
  • Pin 7: Output B
  • Pin 8: V+ (Positive Supply)

Op Amp Operation Regions

An op amp in a filter circuit should ideally stay in the linear region. If it leaves this region, your filter stops filtering and starts clipping or distorting.

Operation RegionConditionTypical Output VoltageResult in Filter Circuit
Linear (Active)$V_{in+} \approx V_{in-}$Between $V_{ee}+1.5V$ and $V_{cc}-1.5V$Proper filtering and gain applied.
Positive Saturation$V_{in+} > V_{in-}$ (open loop)$\approx V_{cc} - 1.5V$ (or rail-to-rail)Severe clipping of positive peaks.
Negative Saturation$V_{in+} < V_{in-}$ (open loop)$\approx V_{ee} + 1.5V$ (or rail-to-rail)Severe clipping of negative peaks.
Slew Rate LimitingFast transient exceeds $dV/dt$ maxTriangular wave distortionHigh-frequency roll-off steeper than designed.

Step-by-Step Circuit Design with Real Component Values

Let's build a 1st-order inverting active low pass filter with a cutoff frequency of exactly 1 kHz and a DC gain of -1 (inverting unity gain). This topology places the RC network in the feedback loop of the op amp.

Reference: For deeper mathematical modeling of higher-order active filters, consult the All About Circuits active filter design guide or Analog Devices' filter design resources.

Component Selection

Target $f_c$: 1000 Hz | Gain: -1 | IC: TL072 (Dual Supply ±12V)
  1. Choose the Feedback Resistor ($R_f$): Select 10 kΩ. This sets the input impedance and keeps current draw low while avoiding excessive thermal noise associated with >100 kΩ resistors.
  2. Calculate the Feedback Capacitor ($C_f$): Using $C_f = \frac{1}{2\pi \cdot R_f \cdot f_c}$, we get $C_f = \frac{1}{2\pi \cdot 10000 \cdot 1000} = 15.91$ nF. Use a standard 15 nF or **16 nF** C0G/NP0 ceramic or polypropylene capacitor. (Avoid X7R ceramics for audio, as they exhibit piezoelectric microphonic noise and voltage coefficient capacitance shifts).
  3. Choose the Input Resistor ($R_{in}$): To set the gain to -1, $R_{in}$ must equal $R_f$. Use a 10 kΩ 1% metal film resistor.
  4. Wire the Non-Inverting Input: Tie Pin 3 directly to ground (0V) for a dual-supply system. If using a single supply, tie it to your VCC/2 virtual ground.
  5. Add Decoupling Capacitors: Place a 100 nF (0.1 µF) MLCC capacitor physically within 2mm of Pin 8 to VCC, and Pin 4 to VEE/GND. This is non-negotiable for high-frequency stability.

Bench Scenario: When the Filter Oscillates

Theory is clean; the workbench is not. Here is a real-world scenario that highlights a common pitfall when building active filters for microcontroller projects.

The Setup: I needed to smooth a 20 kHz PWM signal from an ESP32 into a clean DC voltage to control a 0-10V industrial dimmer. I used an LM358 on a single 12V supply, biased at 6V. I calculated a 500 Hz cutoff to aggressively filter the 20 kHz carrier. $R_f = 33$ kΩ, $C_f = 10$ nF.

The Numbers: Input PWM was a clean 0V to 3.3V square wave (stepped up to 0-12V via a MOSFET before the filter). Expected output: a steady 6.0V DC line.

The Outcome: Instead of a flat DC line, the oscilloscope showed a violent 400 kHz rail-to-rail square wave oscillating between 0.5V and 11.5V. The dimmer flickered wildly.

What Went Wrong: Two distinct layout errors caused the op amp to turn into a high-frequency oscillator. First, I had omitted the 100 nF bypass capacitors on the power pins, relying on the bench supply's bulk caps located three feet away. The inductance of the breadboard power rails caused local voltage sag during fast transient switching. Second, the feedback capacitor (10 nF) was placed an inch away from the inverting input pin (Pin 2). The stray breadboard capacitance on the inverting node introduced an unintended zero in the feedback transfer function, destroying the phase margin.

The Fix: I moved the 10 nF capacitor so its leads plugged directly into the same breadboard rows as Pin 1 and Pin 2. I added 100 nF MLCCs directly across Pins 4 and 8 to ground. The oscillation vanished instantly, leaving a clean 6.02V DC output with less than 5mV of ripple.

Troubleshooting and Multimeter Testing

When your active low pass op amp filter fails on the bench, do not immediately desolder the IC. Use your digital multimeter (DMM) to run this diagnostic sequence.

1. Verify Power and Bias (Voltage Mode)

Set your DMM to DC Voltage. Measure between Pin 8 and Pin 4. You should read your exact supply voltage (e.g., 24.0V for a ±12V dual supply). Next, measure the non-inverting input (Pin 3). If you are on a single supply, this must read exactly half your supply voltage. If it reads 0V or VCC, your biasing network is open or shorted.

2. Check for DC Saturation (Voltage Mode)

Measure the output pin (Pin 1 or 7) relative to ground. With no AC signal applied, the output should sit at 0V (dual supply) or VCC/2 (single supply). If the output is pinned to the positive or negative rail (within 1.5V of the supply pins), the op amp is saturated. This usually means the input offset voltage has been amplified by a massive DC gain, or the IC is internally damaged.

3. Test Internal ESD Diodes (Diode Mode)

If the output is dead or stuck, the input stage might be blown from an overvoltage event. 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 diode. A healthy TL072 or LM358 will read between 0.600V and 0.800V. If it reads 'OL' (open), the diode is blown. If it reads '0.000' (short), the silicon is melted. Repeat this for the non-inverting input. This test saves you from chasing ghost bugs in a circuit built around a dead chip.

Safety Caveat: Always discharge filter capacitors with a 1kΩ bleeder resistor before probing with a DMM in resistance or diode mode. A charged 10 µF capacitor dumping into your DMM's diode test circuit can damage the meter's internal protection fuses.