A high pass filter op amp combines a passive RC (resistor-capacitor) network with an active operational amplifier to block DC and low-frequency signals while amplifying frequencies above a specific cutoff point. The direct answer to finding your cutoff frequency is the formula fc = 1 / (2πRC). Unlike a passive filter, which suffers from signal attenuation and loading effects, the active op amp stage provides gain, low output impedance, and sharp signal isolation.

The Anatomy of an Active High Pass Filter

Before wiring anything, you need to understand the symbol and the physical pinout. In a standard first-order non-inverting active high pass filter, the schematic symbol features the classic op amp triangle. The input signal passes through a series coupling capacitor (C1) and then meets a shunt resistor (R1) to ground. This RC junction feeds the non-inverting input (+). The inverting input (-) is tied to a voltage divider network (Rf and Rg) that sets the DC gain and provides negative feedback.

Most hobbyist and prototyping op amps come in an 8-pin DIP (Dual In-line Package) or SOIC footprint. Here is the standard pinout for a dual op amp (like the LM358 or TL072):

  • Pin 1: Output A
  • Pin 2: Inverting Input A (-)
  • Pin 3: Non-Inverting Input A (+)
  • Pin 4: V- (Ground or Negative Supply / VEE)
  • Pin 5: Non-Inverting Input B (+)
  • Pin 6: Inverting Input B (-)
  • Pin 7: Output B
  • Pin 8: V+ (Positive Supply / VCC)
Bench Tip: Always place a 100 nF ceramic decoupling capacitor directly across Pin 4 and Pin 8, as physically close to the IC as possible. This shunts high-frequency power rail noise to ground before it injects into your audio or sensor signal.

Selecting and Biasing the Op Amp for the Job

Selecting the right IC depends on your supply voltage, required bandwidth, and noise tolerance. Biasing is equally critical. If you are using a dual supply (e.g., ±12V), the non-inverting input is biased at 0V (true ground). If you are using a single supply (e.g., +9V or +12V), you must create a 'virtual ground' at exactly VCC/2. This biases the input so the AC signal can swing symmetrically above and below the midpoint without clipping against the 0V rail.

Here are the safe default part numbers for 90% of bench and audio applications, complete with their operational ratings:

Part NumberTypeSupply RangeGBW (Gain-Bandwidth)Typical CostBest Application
LM358Dual, Bipolar3V to 32V (Single) or ±16V1 MHz$0.15Low-speed sensors, single-supply DC coupling, basic motor control.
TL072Dual, JFET±18V (Dual supply required)3 MHz$0.40High-impedance inputs, guitar pedals, general audio crossovers.
NE5532Dual, Bipolar±22V10 MHz$0.60Pro-audio mixing consoles, low-noise headphone amps, high-current drive.

For a deep dive into active filter topologies and component scaling, the Texas Instruments 'Filter Design in 30 Seconds' application note remains the gold standard for quick bench calculations.

Application Circuit: 80 Hz Rumble Filter for Piezo Sensors

Let us build a practical 1st-order active high pass filter designed to block sub-bass mechanical rumble (below 80 Hz) from a piezo contact microphone, while amplifying the higher-frequency acoustic hits by 2x (6 dB).

Target Cutoff (fc): 80 Hz
Gain: 2x (Non-inverting)

Component Values and Wiring

Using the formula R = 1 / (2π × fc × C), we select a standard 100 nF (0.1 µF) film capacitor for C1. This dictates an R1 value of roughly 19.89 kΩ. We will use a standard 20 kΩ resistor for R1, yielding an actual cutoff of 79.6 Hz.

  1. Power the IC: Connect +9V to Pin 8 (VCC) and Ground to Pin 4 (VEE). Place a 100 nF cap across these pins.
  2. Create Virtual Ground: Wire two 100 kΩ resistors in series between +9V and Ground. The midpoint is 4.5V. Add a 10 µF electrolytic capacitor from this midpoint to ground to stabilize the bias voltage.
  3. Input Network: Connect the piezo signal to one leg of the 100 nF capacitor (C1). Connect the other leg of C1 to Pin 3 (Non-inverting input).
  4. DC Biasing: Connect the 20 kΩ resistor (R1) from Pin 3 to the 4.5V virtual ground node. This provides the DC return path for the op amp's input bias current.
  5. Set the Gain: Connect a 10 kΩ resistor (Rg) from Pin 2 (Inverting input) to Ground. Connect a 10 kΩ feedback resistor (Rf) from Pin 2 to Pin 1 (Output). Gain = 1 + (Rf/Rg) = 2.
  6. Output: Take your filtered, amplified signal from Pin 1. Add a 10 µF output coupling capacitor in series to block the 4.5V DC bias from reaching your next stage.

Bench Walkthrough: When the Math Meets the Breadboard

Theory is clean; breadboards are messy. Here is a real-world scenario from the bench that highlights a common failure mode in high pass filter op amp designs.

The Setup: We wired the 80 Hz circuit above using an LM358 on a single 9V supply to filter a piezo disk taped to an acoustic guitar body. We expected a clean, 2x amplified audio signal riding on a 4.5V DC offset.

The Numbers: Input signal was a 200 mV peak-to-peak strum (rich in 100 Hz - 2 kHz harmonics). Expected output: 400 mV p-p AC on a 4.5V DC baseline.

The Outcome: The oscilloscope showed the output pegged hard at 7.8V (positive rail saturation). No audio was passing through.

What Went Wrong: Piezo sensors act like tiny capacitors with near-infinite DC resistance. When handled, they generate massive low-frequency thumps and static charges. Because the 100 nF coupling capacitor blocked DC, the charge had nowhere to go, slowly drifting the voltage at Pin 3 far above the 4.5V bias point. Furthermore, the LM358 cannot swing its output all the way to the positive rail (it lacks rail-to-rail output headroom, topping out around VCC - 1.2V).

The Fix: We added a 1 MΩ bleeder resistor directly across the piezo terminals to drain static charges, and increased the input bias resistor R1 to 1 MΩ to prevent loading the piezo's high impedance. We also swapped the LM358 for a TL072 on a ±12V dual bench supply, eliminating the virtual ground headache entirely and providing massive headroom for transient spikes.

Operation Regions and Transfer Characteristics

To debug a circuit, you must know which region the op amp is currently operating in. Here is how the device behaves across different input and frequency conditions, using the LM358 on a single 9V supply as the baseline.

Operation RegionConditionTypical Output VoltageOutput Current Limit
Linear (Passband)f > fc, and Vout is within headroom limitsVin × Gain (e.g., 4.5V ± 1V AC)Source: ~20mA / Sink: ~10mA
Positive SaturationVin × Gain exceeds positive headroomVCC - 1.2V (approx 7.8V on 9V rail)Short-circuit protected ~40mA
Negative SaturationVin × Gain drops below negative headroomVEE + 0.2V (approx 0.2V on single supply)Short-circuit protected ~40mA
Cutoff (Stopband)f < fc (e.g., 10 Hz rumble)Attenuated at -20dB/decade< 1mA (Signal is negligible)

Failure Modes and Multimeter Diagnostics

When your high pass filter op amp circuit outputs silence, a loud hum, or a static DC voltage, do not just start swapping chips. Use your multimeter to trace the signal path. According to fundamental troubleshooting guides from All About Circuits, systematic node testing is faster than blind component replacement.

  1. Verify Power Rails (DC Mode): Put your black probe on circuit ground and your red probe on Pin 8. You must read your exact VCC (e.g., 9.0V). Check Pin 4; it should read 0.0V (or VEE if using dual supplies). If Pin 8 is low, check your power supply and breadboard continuity.
  2. Check the Bias Point (DC Mode): Measure Pin 3 (Non-inverting input). In a single-supply circuit, this MUST read exactly half of VCC (e.g., 4.5V). If it reads 0V or VCC, your biasing resistor (R1) is missing, broken, or the input capacitor (C1) is shorted.
  3. Check the Feedback Node (DC Mode): Measure Pin 2 (Inverting input). Due to the op amp's virtual short principle in the linear region, Pin 2 should read the exact same DC voltage as Pin 3. If Pin 2 reads 0V while Pin 3 reads 4.5V, your feedback resistor (Rf) is open, or the op amp is saturated and broken.
  4. Measure the Output (DC + AC Mode): Measure Pin 1 in DC mode. It should match the bias voltage (4.5V). Now switch your multimeter to AC Voltage mode. Tap the piezo or inject an audio signal. The AC reading should jump, indicating the AC signal is passing the filter and riding on the DC bias.
  5. The 'Finger Test' for Oscillation: If the output is pegged to the rail but DC inputs look correct, touch the IC case. If it is hot, or if your oscilloscope shows a high-frequency sine wave, your circuit is oscillating. This is usually caused by missing the 100 nF decoupling capacitor on the power pins or routing the feedback resistor too close to the input traces, creating parasitic capacitance.
Safety & Code Caveat: While this guide covers low-voltage audio and sensor filtering, if you are adapting active filter topologies for mains-voltage AC monitoring or high-power industrial motor drives, ensure your op amp inputs are protected with high-voltage clamping diodes and opto-isolation. Always defer to local electrical codes and manufacturer datasheets when interfacing low-voltage logic with >50V AC systems.