The low-pass frequency on an amplifier is the specific cutoff point, measured in Hertz (Hz), where the circuit begins to significantly attenuate higher frequencies while allowing lower frequencies to pass through to the output. When you adjust the crossover dial on a subwoofer amplifier or design an active filter for a microcontroller DAC, you are setting this exact boundary. Understanding this parameter is the difference between a clean, integrated audio system and a muddy, localized bass response filled with switching noise.
The Math and the Slope: What the Cutoff Frequency Actually Changes
Setting a low-pass frequency does not create an impenetrable wall at that exact Hertz value. Instead, it establishes the -3 dB point (the half-power point) where the signal amplitude drops to 70.7% of its original voltage. Beyond this point, the filter applies a roll-off slope, progressively reducing the amplitude of higher frequencies.
What this changes in a real circuit is both the frequency spectrum and the phase alignment. As frequencies approach and exceed the cutoff, the filter introduces a phase shift. In a first-order filter, this shift maxes out at 90 degrees; in a second-order Sallen-Key topology, it reaches 180 degrees. This phase shift is critical when summing signals, as misaligned phase at the crossover point causes destructive interference (a 'null' or dip in the frequency response).
Worked Numeric Example: Designing a 100 Hz Active Filter
Suppose you are building a first-order active low-pass filter using a TL072 op-amp to smooth the PWM output of an ESP32 acting as a crude DAC. You want a cutoff frequency ($f_c$) of roughly 100 Hz.
The formula for a first-order RC low-pass filter is:
$f_c = \frac{1}{2 \pi R C}$
Let's select standard, high-tolerance components:
- Resistor (R): 16 kΩ (1% metal film)
- Capacitor (C): 100 nF (0.1 µF WIMA polypropylene film)
Plugging in the values:
$f_c = \frac{1}{2 \times 3.14159 \times 16000 \times 0.0000001}$
$f_c = 99.47 \text{ Hz}$
At 99.47 Hz, the signal is down by 3 dB. By 994.7 Hz (one decade higher), the signal will be attenuated by 20 dB (reduced to 10% of its original voltage).
Component Warning: Never use X7R or Y5V ceramic capacitors in the audio signal path. Their capacitance drops significantly with applied DC bias, and they exhibit piezoelectric microphonics that inject physical vibration noise into the circuit. Always specify C0G/NP0 ceramics or polypropylene film capacitors for low-pass audio filters.
Where You Meet Low-Pass Frequency in Practice
You will encounter low-pass filter configurations in three primary DIY and professional scenarios:
- Audio Subwoofer Crossovers: The physical or digital dial on a subwoofer amp plate. Setting this restricts the subwoofer to only reproducing deep bass, preventing it from overlapping and muddying the midrange frequencies handled by your main bookshelf or tower speakers.
- DAC Reconstruction Filters: Microcontrollers like the Arduino or ESP32 lack true analog outputs. They simulate analog voltage using high-frequency Pulse Width Modulation (PWM). A low-pass filter is required to average the PWM square wave into a smooth DC/analog voltage curve.
- Class-D Amplifier EMI Snubbers: Class-D amps switch at hundreds of kilohertz. Low-pass LC filters on the speaker outputs are mandatory to block this high-frequency switching noise from radiating through the speaker cables and causing electromagnetic interference (EMI) with nearby radios or Wi-Fi routers.
Common Confusions: Cutoff vs. Brick Wall and High-Pass
The most frequent mistake makers and home theater enthusiasts make is treating the low-pass frequency as a 'brick wall.' If you set your subwoofer amp's low-pass dial to 80 Hz, it does not mean that 81 Hz is completely silenced. According to analog filter theory detailed in the Analog Devices Linear Circuit Design Handbook, a standard 2nd-order Butterworth filter rolls off at 12 dB per octave. This means at 160 Hz (one octave above 80 Hz), the signal is still present, just 12 dB quieter. To achieve a steeper 'brick wall' effect, you need a 4th-order Linkwitz-Riley filter (24 dB/octave), which is typically handled by digital signal processors (DSPs) rather than analog amp dials.
The second major confusion is mixing up low-pass with high-pass. A low-pass filter blocks treble and feeds bass (used for subwoofers and woofer protection). A high-pass filter blocks bass and feeds treble (used to protect tweeters from low-frequency excursion damage and to relieve main speakers from deep bass duties).
Decision Tree: Choosing Your Low-Pass Frequency and Components
Use this decision matrix to select the correct target frequency and concrete component picks for your specific build.
| Application Scenario | Target Frequency | Required Slope / Order | Concrete Component / Module Pick |
|---|---|---|---|
| Home Theater Subwoofer Integration | 80 Hz | 24 dB/octave (4th Order) | miniDSP 2x4 HD (Digital crossover handles phase and slope perfectly) |
| ESP32/Arduino PWM DAC Smoothing | 159 Hz | 6 dB/octave (1st Order) | 10kΩ 1% Metal Film + 100nF WIMA MKP10 (Polypropylene cap) |
| Class-D Amp (TPA3116) Output EMI Filter | 40 kHz | 12 dB/octave (2nd Order LC) | 10 µH Shielded Inductor + 680nF C0G Ceramic |
| Turntable Rumble Filter (Phono Preamp) | 20 Hz | 12 dB/octave (2nd Order) | NE5532 Op-Amp Sallen-Key topology with 80kΩ / 100nF |
If you are integrating a subwoofer into a standard living room setup, the Audioholics subwoofer crossover guide strongly recommends locking the crossover at 80 Hz. This aligns with the THX standard because human hearing struggles to localize sound sources below 80 Hz, allowing you to place the subwoofer anywhere in the room without breaking the stereo illusion.
Frequently Asked Questions
Should I set my subwoofer amp low-pass dial to match my main speaker's lowest frequency rating?
No. If your main speakers are rated down to 45 Hz, do not set the subwoofer low-pass to 45 Hz. Instead, set the subwoofer low-pass to 80 Hz, and apply a high-pass filter to your main speakers at 80 Hz. This creates a seamless handoff and prevents the main speaker amp from wasting energy trying to reproduce deep bass it cannot physically move enough air to deliver.
What happens if I set the low-pass frequency too high on a subwoofer?
If you set the low-pass frequency to 120 Hz or 150 Hz, you will experience 'localization.' Because human ears can easily pinpoint the direction of 120 Hz sound waves, you will hear the bass coming specifically from the corner of the room where the subwoofer sits, rather than feeling it as an immersive, room-filling effect. It also introduces midrange muddiness, as the subwoofer attempts to reproduce male vocals and lower brass instruments.
Can I just use a software low-pass filter instead of hardware components?
Yes, if your signal is already digitized. If you are routing audio through a Raspberry Pi or a dedicated DSP, applying a digital biquad low-pass filter in software (via ALSA, CamillaDSP, or miniDSP software) is vastly superior to analog components. Digital filters introduce no component tolerance drift, no thermal noise, and can achieve perfect linear phase alignment. However, for raw PWM DAC outputs or Class-D speaker terminals, analog hardware filtering is strictly mandatory.
Default Recommendation: For general audio subwoofer integration, default to an 80 Hz cutoff with a 24 dB/octave Linkwitz-Riley slope via a DSP. For general microcontroller PWM analog smoothing, default to a 159 Hz first-order RC filter using a 10kΩ resistor and a 100nF polypropylene capacitor. Do not rely on the physical analog dials on cheap amplifier boards for precise crossover work, as their potentiometer tolerances often deviate by 20% or more from the printed silkscreen values.






