An active low pass filter using an op-amp combines a passive RC network with an operational amplifier to attenuate high frequencies while providing voltage gain and a low-impedance output. Unlike passive filters, the op-amp isolates the filter from the load, ensuring the cutoff frequency ($f_c$) remains stable regardless of what you connect downstream. For precision audio, sensor signal conditioning, or PWM smoothing, the active topology is mandatory.

Selecting and Biasing the Op-Amp for Filter Duty

Choosing the right operational amplifier for a low pass filter requires looking beyond basic DC specs. The two critical AC parameters are Gain-Bandwidth Product (GBW) and Slew Rate. If your op-amp lacks sufficient GBW, the filter will exhibit peaking or ringing near the cutoff frequency instead of a smooth roll-off. As a practical rule of thumb, select an op-amp with a GBW at least 50 to 100 times higher than your target cutoff frequency for a 2nd-order filter.

Capacitor Selection Warning: Always use C0G/NP0 ceramic or polypropylene film capacitors for the filter network. X7R and Y5V dielectrics exhibit severe capacitance drop under DC bias and introduce microphonic distortion in audio bands, completely ruining your calculated Q-factor.

Safe Default Part Numbers and Ratings

Part NumberInput StageMax Supply (Dual)GBWSlew RateBest Application
TL072JFET±18V3 MHz13 V/μsGeneral audio, instrumentation
NE5532Bipolar±22V10 MHz9 V/μsPro audio, low-noise preamps
OPA2134FET±18V8 MHz20 V/μsPrecision audio, high-end DACs
LM358Bipolar+32V (Single)1 MHz0.3 V/μsDC smoothing, PWM filters, single-supply

Biasing: Dual vs. Single Supply

For AC-coupled audio filters, a dual supply (e.g., ±12V or ±15V) is ideal. It allows the input and output to swing symmetrically around true ground (0V). If you are constrained to a single supply (e.g., +5V or +12V from a microcontroller), you must create a virtual ground at $V_{CC}/2$. Build a voltage divider using two 10kΩ resistors from VCC to GND, and buffer the midpoint with a spare op-amp channel or a large bypass capacitor (100μF) to maintain a stable DC bias point for your AC signal.

Active Low Pass Filter Circuit: Sallen-Key Topology

The Sallen-Key topology is the industry standard for 2nd-order active filters because it requires only one op-amp and is highly stable. Below is a complete design for a unity-gain Butterworth low pass filter with a cutoff frequency of approximately 1 kHz.

Standard 8-Pin DIP/SOIC Pinout Description

Assuming a standard dual op-amp package (like the TL072 or NE5532):

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

1 kHz Butterworth Component Values

For a unity-gain Sallen-Key Butterworth response (Q = 0.707), the capacitor ratio must be $C_1 = 2C_2$. Using standard 1% component values:

  • R1, R2: 11 kΩ (1% metal film)
  • C1: 20 nF (Use two 10nF C0G capacitors in parallel for exactness)
  • C2: 10 nF (C0G/NP0 ceramic)
  • U1: TL072 or NE5532

Calculated $f_c$: $1 / (2 \pi \times R \times \sqrt{C_1 \times C_2}) = 1 / (2 \pi \times 11000 \times \sqrt{200 \times 10^{-18}}) \approx 1023 \text{ Hz}$. This is well within standard component tolerances for a 1 kHz target.

Wiring Steps

  1. Connect V+ (Pin 8) to +12V and V- (Pin 4) to -12V. Place 100nF bypass capacitors from each power pin directly to ground.
  2. Route the input signal through R1 to the non-inverting input (Pin 3).
  3. Connect R2 from the junction of R1/Pin 3 to the output (Pin 1).
  4. Connect C1 from the junction of R1/Pin 3 to ground.
  5. Connect C2 from the output (Pin 1) to the inverting input (Pin 2).
  6. Tie the inverting input (Pin 2) directly to the output (Pin 1) to configure the op-amp as a unity-gain buffer.

For deeper automated calculations and impedance scaling, the Analog Devices Filter Wizard is an excellent free tool to generate exact component values for higher-order filters.

Operation Regions and Signal Limits

An op-amp in a filter circuit should ideally remain in the linear region at all times. If the input signal exceeds the supply rails or the common-mode input range, the op-amp saturates, destroying the filter response and introducing severe harmonic distortion.

Operation RegionState DescriptionTypical Differential Input ($V_+ - V_-$)Output Voltage Limit (with ±12V Rails)
LinearActive filtering, virtual short maintained< 1 mV-10.5V to +10.5V
Positive SaturationClipping, filter capacitor charges to rail> +10 mV~ +10.5V ($V_{CC} - 1.5V$)
Negative SaturationClipping, filter capacitor charges to negative rail< -10 mV~ -10.5V ($V_{EE} + 1.5V$)

Note: Standard op-amps like the TL072 are not "rail-to-rail" output. They lose about 1.5V to 2V of headroom at the extremes. If you need the output to swing within millivolts of the supply rails, you must select a dedicated CMOS rail-to-rail I/O (RRIO) op-amp like the TLC2272.

Troubleshooting: How Op-Amps Fail and Multimeter Testing

Op-amps in filter circuits typically fail due to Electrical Overstress (EOS) from hot-plugging inputs, latch-up from exceeding the common-mode voltage range, or thermal destruction from shorted outputs. When an op-amp fails, it usually shorts the output to one of the supply rails or destroys the input differential pair, resulting in an open circuit.

5-Step Multimeter Diagnostic Procedure

  1. De-energize and Discharge: Remove power and short the filter capacitors (C1, C2) with a 1kΩ resistor to prevent stored charge from damaging your meter or giving false readings.
  2. Check Power Rails for Shorts: Set your digital multimeter (DMM) to resistance mode. Measure between V+ (Pin 8) and V- (Pin 4). A healthy IC will read in the kilo-ohms or mega-ohms. A reading near 0Ω indicates a dead internal short; desolder and replace.
  3. Test Input Protection Diodes: Switch the DMM to Diode Test mode. Place the red probe on the non-inverting input (Pin 3) and the black probe on V- (Pin 4). You should read a forward voltage drop of 0.5V to 0.7V. Reverse the probes; it should read "OL" (open loop). A reading of 0.0V or "OL" in both directions means the input ESD protection diodes are blown.
  4. Verify DC Bias (Powered On): Reapply power. With the DMM in DC Voltage mode, measure the voltage at the non-inverting input (Pin 3). In a dual-supply AC circuit, this must read exactly 0.0V DC. In a single-supply circuit, it must read exactly $V_{CC}/2$. If it reads near the rail, the preceding coupling capacitor is leaky or the bias network is broken.
  5. Check for High-Frequency Oscillation: If the output (Pin 1) reads a mysterious DC offset voltage that doesn't match the input, the filter may be oscillating at MHz frequencies (invisible to a standard DMM). Connect an oscilloscope to the output to check for RF oscillation, which is usually cured by adding a 100Ω resistor in series with the output pin and moving the bypass capacitors closer to the IC.

Frequently Asked Questions

Why use an active low pass filter op amp instead of a passive RC filter?

A passive RC filter suffers from loading effects. If you connect a 10kΩ load to a passive filter designed with 10kΩ resistors, the load acts in parallel with the filter resistor, shifting the cutoff frequency and ruining the attenuation slope. An active low pass filter op amp circuit uses the op-amp as a buffer. The op-amp's input impedance is typically in the giga-ohms (drawing zero current from the RC network), and its output impedance is a fraction of an ohm, allowing it to drive heavy loads without altering the filter's mathematical response.

How do I calculate the cutoff frequency for a Sallen-Key low pass filter?

The cutoff frequency ($f_c$) for a unity-gain Sallen-Key topology is calculated using the formula: $f_c = 1 / (2 \pi \sqrt{R_1 R_2 C_1 C_2})$. If you use equal resistors ($R_1 = R_2 = R$), the formula simplifies to $f_c = 1 / (2 \pi R \sqrt{C_1 C_2})$. To achieve a Butterworth response (maximally flat passband with no peaking), the damping factor requires the capacitor ratio to be $C_1 / C_2 = 2$. You can scale the R and C values up or down proportionally to change the impedance of the circuit without changing the cutoff frequency, which is useful for minimizing capacitor size or reducing op-amp output current demands.

Can I use an LM358 for high-frequency audio low pass filtering?

No. While the LM358 is a fantastic, cheap workhorse for DC smoothing and PWM filtering below 10 kHz, it is a poor choice for high-fidelity audio. It has a low GBW (1 MHz), severe crossover distortion in the output stage, and a high noise floor. Furthermore, its slew rate is only 0.3 V/μs, meaning it cannot physically change its output voltage fast enough to track high-frequency audio transients, resulting in transient intermodulation distortion (TIM). For audio filtering above 20 kHz, use a dedicated audio op-amp like the NE5532 or OPA2134.

What causes ringing or oscillation in an active op amp filter?

Ringing near the cutoff frequency is usually caused by selecting an op-amp with insufficient Gain-Bandwidth Product (GBW) or poor phase margin for the specific filter Q-factor. As the signal approaches the op-amp's open-loop bandwidth limit, the internal phase shift adds to the filter's phase shift, pushing the feedback loop toward instability. Oscillation (continuous high-frequency sine waves on the output) is typically a layout issue: long traces acting as antennas, missing power supply bypass capacitors, or driving a highly capacitive load (like a long coaxial cable) directly from the op-amp output without an isolation resistor. For more on stability and compensation, refer to the Texas Instruments Op Amp Portfolio and their stability training modules.