A low pass filter lets through the slow changes and blocks the fast ones
A low pass filter is a tool that allows signals with slower frequencies to pass through while stopping signals with faster frequencies. Think of it like a sieve: large pieces fall through the holes, but fine sand gets caught. In a low pass filter, "slow" signals get through, and "fast" signals get blocked.
The word "frequency" here means how many times something repeats per second. A low frequency is something that changes slowly. A high frequency is something that changes rapidly. The filter has a cutoff point — a speed threshold — and anything slower than that threshold passes through; anything faster gets weakened or removed.
You encounter low pass filters in everyday devices without realizing it. Your phone uses them to clean up audio recordings. Your car's engine control system uses them to smooth out sensor readings. Your home Wi-Fi router uses them to reduce electrical noise. They are not exotic — they are a standard way to remove unwanted rapid changes from a signal.
Key Takeaways
- A low pass filter removes rapid changes from a signal while keeping slow changes, like removing static from an audio recording while keeping the voice intact.
- The cutoff frequency is the speed threshold: signals slower than this pass through, signals faster than this get blocked.
- Low pass filters appear in audio equipment, sensors, wireless devices, and image processing because they reduce noise and unwanted rapid fluctuations.
- A high pass filter does the opposite — it blocks slow signals and lets fast ones through, and both types are often used together in the same device.
How the cutoff frequency determines what gets through
Every low pass filter has a cutoff frequency, measured in hertz (Hz). This is the speed at which the filter starts to weaken signals. Signals below the cutoff pass through mostly unchanged. Signals above the cutoff get progressively weaker the faster they are.
The cutoff is not a hard wall. A signal at exactly the cutoff frequency is usually reduced to about 70 percent of its original strength. Signals twice as fast as the cutoff might be reduced to 25 percent. Signals ten times as fast might be nearly gone. The steepness of this drop-off depends on the filter's design.
Choosing the right cutoff frequency is the main decision when designing a filter. If you set it too low, you remove information you wanted to keep. If you set it too high, you let through the noise you were trying to stop. An audio engineer recording speech might set a cutoff around 8,000 Hz to remove hiss while keeping the voice clear. A car's suspension sensor might use a cutoff around 20 Hz to smooth out bumps while still detecting actual road changes.
Why audio equipment uses low pass filters
Audio recordings pick up unwanted high-frequency noise: microphone hiss, electrical hum from power lines, wind noise, room reflections. A low pass filter removes these without affecting the voice or instrument you wanted to record, because human speech and most musical instruments produce their main energy at lower frequencies.
A typical speaking voice contains most of its information below 4,000 Hz. A low pass filter set to 5,000 or 6,000 Hz will pass the voice through nearly unchanged while removing hiss and other noise that lives above 8,000 Hz. The listener hears a cleaner recording with no loss of intelligibility.
Headphones and speakers also use low pass filters. A subwoofer — the speaker that handles bass — has a low pass filter built in so it only plays frequencies below a certain point (often around 80 to 120 Hz). This prevents it from trying to play high-frequency sounds it was not designed for and keeps the audio system from fighting with itself.
Sensors and measurement systems rely on them to reduce noise
Real-world sensors are noisy. A temperature sensor might fluctuate by a tenth of a degree from moment to moment due to electrical interference, even though the actual temperature is stable. An accelerometer in your phone detects tiny vibrations from the phone's own electronics. A pressure sensor in a car's fuel tank picks up electrical noise from the engine.
A low pass filter smooths these readings by removing the rapid jitter while preserving the actual signal. The filter does not make the sensor more accurate — it cannot recover information that was never there — but it removes false fluctuations that would otherwise make the data unusable. A car's engine control computer uses low pass filters on dozens of sensors so it can make stable decisions about fuel injection and ignition timing.
The tradeoff is response time. A heavily filtered sensor responds more slowly to real changes. If you filter too aggressively, the system becomes sluggish. Engineers have to balance noise reduction against the need to detect actual changes quickly enough to matter.
Image processing and video use low pass filters to reduce grain
A photograph taken in low light is grainy because the camera sensor is amplifying a weak signal, and that amplification includes random noise. A low pass filter applied to the image blurs the grain while keeping edges and details intact, because grain changes rapidly from pixel to pixel while real details change more gradually.
Video compression uses low pass filters for the same reason. High-frequency noise takes up a lot of space in a compressed file, so removing it before compression saves bandwidth. Streaming video services explore low pass filters to reduce file size without making the picture look obviously blurry to a viewer.
The downside is that aggressive low pass filtering makes images look soft or slightly out of focus. A photographer or video engineer has to choose a cutoff frequency that removes grain without removing the fine detail that makes the image look sharp. This is why professional cameras often let you adjust noise reduction — different subjects need different amounts of filtering.
High pass filters do the opposite and are often used together
A high pass filter blocks slow signals and lets fast ones through. It is the inverse of a low pass filter. Where a low pass filter removes hiss from audio, a high pass filter removes rumble — the low-frequency noise from traffic, air conditioning, or handling the microphone.
Many audio systems use both filters together. A microphone might have a high pass filter set to 80 Hz to remove rumble, and a low pass filter set to 12,000 Hz to remove hiss. The signal that passes through both filters is cleaner than it would be with either one alone.
In image processing, a high pass filter can be used to sharpen an image by emphasizing edges, which are high-frequency details. In sensor systems, a high pass filter can remove drift — slow changes in the baseline reading — while keeping the actual signal of interest.
The difference between analog and digital filters
An analog low pass filter is made from physical components: resistors, capacitors, and inductors arranged in a circuit. When you send an electrical signal through the circuit, the components naturally weaken high frequencies. These filters are straightforward, fast, and require no power, but they cannot be adjusted after they are built.
A digital low pass filter is a mathematical operation performed by a computer or microcontroller. The device reads the signal, performs calculations on recent readings, and outputs a smoothed result. Digital filters can be adjusted by changing the software, and they can be more precise, but they require processing power and introduce a tiny delay.
Most modern devices use digital filters because they are flexible and can be tuned without changing hardware. Your phone's microphone probably feeds into an analog filter first (to remove the very highest frequencies before the signal is converted to digital), then a digital filter (to do the main noise reduction). This combination gets the benefits of both approaches.
Frequently Asked Questions
Does a low pass filter make things sound muffled?
Only if the cutoff frequency is set too low. A properly tuned low pass filter removes noise without affecting the sounds you care about. A voice recording filtered at 8,000 Hz sounds clear and natural. The same recording filtered at 2,000 Hz sounds muffled because you have removed the frequencies that make consonants intelligible.
Why do I need a low pass filter if I can just turn down the volume?
Turning down the volume reduces both the signal and the noise together, so you still hear the noise, just quieter. A low pass filter removes the noise while keeping the signal at full strength, so you hear more of what you wanted and less of what you did not. The result is clearer, not just quieter.
Can a low pass filter recover information that was lost?
No. A filter can only remove or weaken signals that are already there. If noise has been mixed into a recording, a low pass filter can reduce the noise, but it cannot separate the noise from the signal perfectly. If a sensor reading was already lost to interference, filtering cannot bring it back.
What happens if I set the cutoff frequency too high?
The filter stops working effectively because it is letting through the high-frequency noise you wanted to remove. You get no benefit from the filter. If you set it too low, you remove information you wanted to keep and the result sounds unnatural or sluggish.
Do I need to understand filters to use my phone or camera?
No. Manufacturers have already chosen the filter settings for you. Understanding how filters work helps you make sense of why noise reduction in your camera makes images look slightly soft, or why audio recordings sound different at different quality settings, but you do not need to adjust filters yourself in everyday use.