Low pass filter: everything you need to know about this circuit

Coils and op amps allow you to create very interesting circuits, such as the famous frequency filters. These filters have a multitude of applications in the electronics industry. As is the case with the low pass filter, the high pass filter, etc. They are especially interesting for certain sound applications, being able to filter noises, or more or less serious sounds according to their frequency. Therefore, they are very useful.
If you want to know more about him low pass filter, and other filters, and how they can help you in your projects with Arduino or DIY, I encourage you to continue reading .
Table of Contents
Electric filters
As its name suggests, a filter is a circuit that is made up of a series of coils and capacitors, and even some operational amplifiers, for the purpose of letting only certain parts of a frequency pass. That is, of the entire spectrum of available frequencies, they will filter one or more parts to prevent them from passing through.
Yes for example We are talking about the spectrum audible by the human being, which goes from 20 Hz to 20 Khz, with filters you could eliminate the lowest, or the highest, in order to only allow the more or less treble / bass sounds to pass. It is something that many audio recording or reproduction systems use, such as microphones, speakers, etc.
Types
Low pass filter
High pass filter
Frequency filter graphs
According to filter type, or rather, depending on the frequency they block or the one they let through, there are different types of circuits that are:
- Low pass filter: they are so called because they are those filters that let the lowest frequencies pass and suppress or reduce the pass of the higher frequencies. They consist of one or more coils (in series with the power supply and load), and one or two shunt capacitors with the power supply and load. Remember that the load is understood to be the device connected to the filter and that collects the filter’s output . Within these filters there are also variants, such as L, T and π .
- High pass filter: the high pass filter is the opposite of the low pass, in this case, what it will filter or limit is the low frequency pass, letting the higher frequencies pass. In this the electronic elements that compose it are invested. That is, here the capacitors will be the ones in series with the power supply and the load, while the coils will be shunted. There are also the same subtypes as in the case of low pass filters.
- Band pass filter: This type of filter exerts two frequency band pass rate blocks. That is, they act both as a low pass filter and as a high pass filter, opposing the passage of the lowest frequencies and also the highest at the same time. In other words, it only allows the middle frequencies to pass through.
- Band filter: it is exactly the opposite of the previous one, what it does is that it filters the pass of the mid frequencies and only allows the lowest and highest frequencies to pass through.
Remember that the inductances they let through low frequencies and oppose the passage of high frequencies. Instead, capacitors they let through high frequencies and oppose the passage of low frequencies.
I would like to add that filters on a practical level they are not perfect, and they can always pass some low or high frequencies that you should block. However, they do their job quite well for most applications.
And finally, I would also like to clarify another thing, and that is that you have surely heard about the EMA and DEMA filters. EMA (Exponential Moving Average) filters allow to implement this type of filters in a simple way in embedded devices. As for DEMA (Double Exponential Moving Average), they have a faster response than EMA, maintaining a good suppression of the noise that you want to avoid.
Alpha factor
El alpha factor, which you will see that appears in the Arduino IDE codes in the next section, is the parameter that conditions the behavior of the exponential filter. It is related to the cutoff frequency:
- Alpha = 1: that provides a signal to the unfiltered output.
- Alpha = 0: the filter value will always be 0.
- Alpha = x: other values can get other alterations in the EMA filter. If you decrease the Alpha factor, you will soften the frequency signal obtained more, and the response time of the system is also increased (it takes longer to stabilize).
Filters and Arduino

You should know that it is not necessary to create the circuit high pass filter or low pass filter to connect it to your Arduino board and work with it. Although you can experiment and create these kinds of simple filters, you can also test how an EMA would work with just the Arduino board and a simple code for the Arduino IDE. It is the only thing you need to see how it is in charge of filtering some frequencies (in this case the action is simulated and some integers / floats are simply filtered simulating what I would do filter actually).
Here are some code samples that you can use to practice.
Example of simple digital filter in Arduino of type low pass:
Code example for Arduino type High pass:
Arduino code example band pass:
Arduino code example for band:
I advise you to modify and experiment with these codes. The result you can see very graphically thanks to the Serial Plotter of the Arduino IDE . Remember that if you have questions about Arduino programming or how to use the IDE, you can download the free HwLibre course in PDF.
The content of the article adheres to our principles of editorial ethics. To report an error click here.
Full path to article: Free hardware » Electronic components » Low pass filter: everything you need to know about this circuit
Audio journey part 10 : Introduction of high-pass, low-pass and band-pass.
![]()
In audio signal processing, high-pass, low-pass, and band-pass filters are essential tools for modifying the frequency content of a signal. Each type of filter allows certain frequencies to pass through while attenuating or blocking others. Let’s explore these filter types and why they are necessary:
1. High-pass filter (HPF):
A high-pass filter allows frequencies above a certain cutoff point to pass through while attenuating or blocking frequencies below that point. It essentially “passes” higher frequencies and “blocks” lower frequencies. High-pass filters are useful for removing or reducing low-frequency components from a signal, such as background noise, rumble, or unwanted bass frequencies. They are commonly employed to emphasize or isolate higher-frequency content.
2. Low-pass filter (LPF):
A low-pass filter permits frequencies below a specific cutoff point to pass through while attenuating or blocking higher frequencies. It allows low-frequency components to “pass” while “blocking” higher frequencies. Low-pass filters are used to remove or reduce high-frequency noise, sharp transients, or unwanted treble frequencies. They are commonly used for smoothing or rounding off the high-frequency content in a signal.
3. Band-pass filter (BPF):
A band-pass filter allows a specific range of frequencies, known as the passband, to pass through while attenuating frequencies outside that range. It is like a combination of a high-pass and low-pass filter. The passband consists of a lower cutoff frequency and an upper cutoff frequency. Frequencies within this range are “passed,” while frequencies outside the range are attenuated or blocked. Band-pass filters are useful for isolating specific frequency components or filtering out unwanted frequencies that are not within the desired range.
Why do we need these filters in audio processing?
— Signal Cleanup: High-pass and low-pass filters help remove noise, interference, or unwanted frequency components from audio signals, resulting in cleaner and more focused sound.
— Frequency Shaping: Filters allow us to shape the frequency response of audio signals. For example, by using a high-pass filter, we can enhance clarity by removing low-frequency rumble or unwanted bass, while a low-pass filter can soften harsh high-frequency content.
— Speaker Protection: Filters can be used to protect speakers from handling excessive frequencies that they cannot reproduce accurately or that may cause damage.
— Audio Effects: Filters are essential in creating various audio effects, such as equalization, where specific frequency bands are boosted or attenuated to achieve desired tonal qualities.
— Signal Analysis: Filters are used in audio analysis to isolate specific frequency ranges for detailed examination or measurement.
In summary, high-pass, low-pass, and band-pass filters are crucial tools in audio processing. They allow us to control the frequency content of audio signals, remove unwanted noise, shape the sound, protect speakers, apply audio effects, and analyze specific frequency ranges. These filters contribute to improving audio quality, enhancing specific characteristics, and ensuring accurate reproduction of desired frequencies.
Low Pass Filter- Explained

A low pass filter is a filter which passes low-frequency signals and blocks, or impedes, high-frequency signals.
In other words, low-frequency signals go through much easier and with less resistance and high-frequency signals have a much harder getting through, which is why it’s a low pass filter.
Low pass filters can be constructed using resistors with either capacitors or inductors. A low pass filter composed of a resistor and a capacitor is called a low pass RC filter. And a low pass filter with a resistor and an inductor is called a low pass RL filter.
We will go through both of these type of circuits on this page and show how both RC and LC low pass filters are constructed. Both circuits have the effect of passing through low frequency signals while impeding high-frequency ones.
Low Pass RC Filter
A Low pass RC filter, again, is a filter circuit composed of a resistor and capacitor which passes through low-frequency signals, while blocking high frequency signals.
To create a low pass RC filter, the resistor is placed in series to the input signal and the capacitor is placed in parallel to the input signal, such as shown in the circuit below:

So, with this setup, the above circuit is a low pass filter. As a capacitor is a reactive device, it offers differing resistance to signals of different frequencies entering through it. A capacitor is a reactive device which offers very high resistance to low-frequency or DC signals. And it offers low resistance to high-frequency signals. As it offers very high resistance to DC signals, in this circuit, it will block DC from entering and pass them off to an alternative part in the circuit, which is shown to the right by the arrow. High-frequency signals will go through the capacitor, since the capacitor offers them a very low-resistance path. Remember that current always takes the path of least resistance. Being that a capacitor represents a low resistance in a circuit for high-frequency signals, they will take the path through the capacitor, while low-frequency signals will take an alternative, lower-resistance path.
How to Build a Low Pass RC Filter
Now that we’ve gone through what a low pass RC filter is, let’s go over a practical example of building one.
To build a low pass filter, the components we will use are a function generator, a 10nF ceramic capacitor, and a 1KΩ resistor.
This is the schematic of the circuit we will build, shown below:

The formula to find the frequency cutoff point of an RC circuit is, frequency= 1/2πRC. Doing the math, with the values shown above, we get a frequency of, frequency= 1/2πRC = 1/2(3.14)(1KΩ)(10nF)= 15,923 Hz, which is approximately 15.9KHz.
This means that all frequencies above 15.9KHz are attenuated. And as you get further (higher) from the 15.9KHz region, the attenuation becomes greater and greater.
Frequencies below 15.9KHz are passed through without attenuation.
So if we input an AC signal into the circuit from the function generator and make the signal a low frequency such as 10Hz, the circuit will pass this signal to output almost completely unattenuated. This is because low frequency signals do not take the path of the capacitor. You can check this if you have an oscilloscope. If you now increase the frequency of the signal to 30KHz, the signal will pass through to output with great attenuation. This is because high-frequency signals go through the capacitor and not to output, because capacitor is low resistance to them.
Low Pass RL Filter
A low pass RL filter, again, is a filter circuit composed of a resistor and inductor which passes through low-frequency signals, while blocking high-frequency signals.
To create a low pass RL filter, the inductor is placed in series with the input signal and the resistor is placed in parallel to the input signal, such as shown in the circuit below:

This circuit above is a low pass RL filter. How it works is based on the principle of inductive reactance. Inductive reactance is how the impedance, or resistance, of the inductor changes based on the frequency of the signal passing through the inductor. Unlike a resistor, which is a nonreactive device, an inductor offers differing impedance values to signals of differing frequencies, just as capacitors do. However, unlike capacitors, inductors offer very high resistance to high-frequency signals and offers low resistance to low-frequency signals. So it’s the opposite of a capacitor. Therefore, the placement of the resistors are switched in RC and RL filter circuits. So, based on this, the above RL circuit works effectively as a low pass filter. It blocks high-frequency signals from entering and allows low-frequency signals to pass through unimpeded.
How to Build a Low Pass RL Filter
So, now that RL filters have been summarized, let’s go over a practical example of building one.
To build a low pass filter, the components we will use are a function generator, a 470mH inductor, and a 10KΩ resistor.
This is the schematic of the circuit we will build, shown below:

The formula to find the frequency cutoff point of an RL circuit is, frequency= R/2πL. Doing the math, with the values shown above, we get a frequency of, frequency= R/2πL = (10KΩ)/(2(3.14)(470mH))= 3,388 Hz, which is approximately 3.39KHz.
This means that all frequencies above 3.39KHz are attenuated. And as you get further (higher) from the 3.39KHz region, the attenuation becomes greater and greater.
Frequencies below 3.39KHz are passed through without attenuation.
So, again, you can check this on an oscilloscope to see that very low-frequency signals are passed through to output unattenuated, while high-frequency signals undergo attenuation.
To see how a low pass filter works in a real circuit, see the following video. Below you can see a video of an RC low pass filter. This video demonstrates how the RC low pass filter lets low-frequency signals pass through to output with full gain, no attenuation, while greatly attenuating high-frequency signals.
Фильтруй сигнал: что такое Low-Pass фильтр и как им пользоваться
Основы низкочастотной фильтрации и пять примеров полезного использования фильтра низких частот.
Фильтры низких частот — простые инструменты с огромным влиянием на общее звучание микса. При правильном использовании Low-Pass фильтр превращает сырые исходники в отполированные треки, а плоские звуки — в глубокие и богатые сигналы. Вместе с тем бесконтрольная фильтрация низких частот вымывает из композиции яркость, создавая мутную и мямлющую картину.
Продолжая серию материалов об эквализации, редакция SAMESOUND.RU приводит адаптированный перевод заметки из блога компании iZotope, посвящённой возможностям низкочастотных фильтров. Из этого текста вы узнаете, что такое Low-Pass фильтры, а также посмотрите на несколько вариантов использования фильтра, которые доказывают, что их возможности значительно шире обычного ограничения сигнала.
Что такое Low-Pass фильтр
Low-Pass фильтр, низкочастотный пропускной фильтр или фильтр низких частот (ФНЧ) — инструмент, отрезающий все высокие частоты после определённой отметки, называемой частотой среза (точка обрезки). Во время работы фильтр устраняет всё, что выходит за выбранную точку обрезки, но не затрагивает сигнал ниже.
Low-Pass фильтр — один из самых простых, но вместе с тем действенных и даже деструктивных методов использования эквалайзера. С его помощью звукорежиссёр может оставить в сигнале только низкие частоты до определённой отметки — фильтр отсечёт все, что живёт выше выбранной точки.
Фильтр — простейший инструмент, управляемый только параметром частоты среза, однако его влияние на звучание микса велико.
Основное предназначение низкочастотных фильтров — ограничить высокочастотный контент, который не нужен миксу. Для настройки параметров работы используется всего лишь один параметр — точка обрезки, задающий конкретную границу спектра, после которой происходит отсечение частот. К примеру, применив низкочастотную фильтрацию к бас-бочке и выбрав точку обрезки в районе 5 кГц, мы можем устранить весь частотный контент выше заданной отметки. Чаще всего низкочастотным фильтром устраняют шумы и различные высокочастотные наводки, незначительные артефакты, а также убирают лишний верх у синтезаторов, ударных, вокала и других инструментов.
Как низкочастотная фильтрация влияет на сигнал
Как и в случае с другими инструментами, используемыми при сведении музыки, Low-Pass фильтр нужно применять осторожно (особенно, если вы новичок). Главное здесь — вовремя остановиться и не зафильтровать всё напрочь.
Чтобы оценить влияние низкочастотного фильтра на сигнал, проведём небольшой эксперимент. Поместите фильтр на мастер-канал DAW и установите достаточно высокую частоту обрезки — 10 кГц или выше. По мере понижения точки фильтрации микс постепенно превратится в низкочастотное мутное месиво (особенно явно потеря верха проявится, если обрезка перевалит ниже 7 кГц). Теперь постепенно повысим точку фильтрации (двигайте фильтр вправо, выше по спектру). Повышение порога срабатывания фильтра постепенно вернёт миксу яркость и полноту звука.
Такой пример отлично демонстрирует деструктивную суть фильтрации — перестараетесь, и музыка перестанет быть музыкой.
Конечно, вряд ли кто-то в здравом уме будет так активно использовать фильтр на основном выходе проекта. Так или иначе, но при работе с отдельными дорожками ситуация практически не отличается от нашего эксперимента — сильные ограничения убивают полноту и естественность звука.
Даже при аккуратной работе с фильтром его деструктивная природа может привести к смерти микса от нехватки высоких частот. Человеческий слух более восприимчив к средним и высоким частотам, во время сведения чувствительность ушей быстро снижается. Так как работа в студии обычно связана с постоянным прослушиванием микса в течение длительного времени, звукорежиссёры и музыканты подвержены риску не заметить, что Low-Pass фильтр отрезал лишнее. Как только в миксе активнее появляются высокие частоты, слух воспринимает их как слишком резкие звуки и стремится «задавить» их куда подальше, а то и вырезать напрочь. В итоге уставшие уши не слышат реальную звуковую картину, что приводит к появлению искалеченных миксов с частотным дисбалансом.
Чтобы понять важность аккуратной фильтрации, послушайте пример ниже. Синтезаторный бас звучит вместе с барабанным лупом и разными настройками фильтра низких частот.
- Эксперимент с низкочастотной фильтрацией 0:30
В первой части аудиофайла частота среза слишком высока — бас звучит очень ярко и в отрыве от ударных. Во второй части примера фильтрация менее активна, бас звучит округло и плотно, но потерял резкость оригинального сигнала. В третьей части мы слышим сбалансированное звучание: бас звучит округло, не мешает ударным, но и не лишён нужной яркости.
Как использовать Low-Pass фильтр при сведении музыки
Самое частое применение фильтра — обрезка высоких частот. Благодаря этому сигнал становится чище, а в верхнем диапазоне частот микса появляется дополнительное пространство для инструментов. Тем не менее возможности низкочастотного фильтра не ограничиваются простой чисткой спектра, ведь фильтр может работать не только как корректирующий, но и как креативный инструмент обработки.
1 Устранение немузыкальных элементов
Как гул и мутность, мешающие частотам в нижнем низе прорваться через микс, шипящие и резкие звуки в районе 10 кГц отвлекают внимание от более важной высокочастотной информации в других точках частотного спектра. В зависимости от инструмента, различные немузыкальные звуки могут жить ниже 10 кГц.

Использование фильтра низких частот для устранения шума из сигнала баса
На скриншоте выше мы видим басовую линию с активированным эквалайзером Neutron. В этом конкретном случае интерес вызывает то, что происходит ниже 2 кГц. Обратите внимание на шумы, попавшие в сигнал во время записи — их наличие делает сигнал баса излишне активным в общем миксе. Когда мы повышаем громкость баса, существование таких помех становится критичным: шум усиливается вместе с сигналом и даже маскирует за собой другие инструменты.
Слушателю незачем слышать шум, ему не нужно знать, откуда он взялся и что вообще присутствует в сигнале. Задача звукорежиссера в том, чтобы скрыть подобный контент от ушей посторонних и переключить внимание людей на то, что реально важно — звук баса. Здесь-то и нужен Low-Pass фильтр: наведя точку обрезки на место, где шум исчезает, мы скроем его в миксе. Главное не отфильтровать лишнего, иначе сигнал баса исказится и потеряет в естественности.
При фильтрации всегда соблюдайте баланс. Фильтр должен отрезать лишнее, но не изменить сам сигнал.
2 Придание глубины
Глубина микса — важный фактор качественной записи. Благодаря ей мы можем почувствовать, что инструменты на переднем и заднем плане звуковой картины находятся на разном расстоянии. Обычно на переднем плане оставляют голос и вокал, ударные и гитары. На задний план отодвигают перкуссию, пэды и клавишные.
Мы привыкли, что в повседневной жизни объекты, находящиеся далеко от нас, звучат более тихо и менее ярко. Когда мы идём по улице, то двигатели и сигналы автомобилей звучат достаточно глухо. Несмотря на то, что в звуке двигателя преобладают низкие частоты, а в сигнале клаксона — высокие, когда мы находимся на некотором удалении от этих источников звука сигналы сливаются между собой в единую глухую картинку.

Какими бы высокими не был звуки, по мере удаления от слушателя они обязательно сливаются в единую монолитную массу. Вспомните, как обычно звучит шумная улица, когда вы находитесь где-то далеко — все звуки неразборчивы и звучат единым фронтом.
Этот принцип работает и при сведении музыки. Фильтруя верхний верх и снижая уровень инструментов, мы отодвигаем их на задний план микса.
Положение инструмента в миксе можно автоматизировать. Для этого достаточно активировать на дорожке Low-Pass фильтр и запрограммировать его так, чтобы в нужные моменты микса (например, в припеве) он отодвигал точку обрезки и выдвигал сигнал вперёд. Затем фильтр можно вернуть обратно, чтобы инструмент снова переехал на задний план. Благодаря автоматизации, о которой мы подробно рассказывали здесь, фильтр превращается из ограничивающего в креативный инструмент.
3 Устранение сталкивающихся частот у инструментов со схожим звучанием
Фильтрация полезна при создании пространства для разных сигналов. С помощью Low-Pass фильтра звукорежиссёр может выборочно удалить высокие частоты, чтобы дать больше свободы звучащим высоко инструментам.
Представим, что в вашем проекте присутствует множество слоев вокала и ярких синтезаторов. Из-за того, что вокал и синтезаторы живут в одних и тех же (или очень близких) частотных диапазонах, их звук становится зажатым — сигналам попросту тесно вместе. В попытках исправить эту ситуацию начинающие звукорежиссеры обычно усиливают верхний верх у вокала так, чтобы он выделился на фоне остальных сигналов. Ход логичный, но неправильный: проблема тесноты только усиливается, микс становится ярким до боли в ушах .

На деле же решение значительно проще: отфильтровать частоты в районе верхнего верха в тех сигналах, которым они не нужны. По итогам фильтрации мы получим вместо излишне накаченного энергией звука более аккуратный и отполированный саунд. Посмотрите на свои синтезаторы: если тело их звука присутствует только в среднем диапазоне, отсеките верх — так вы освободите место вокалу. Яркий звук снейра (с характерным хрустящим призвуком) также может мешать вокалу, поэтому лёгкое «помутнение» звука точно пойдет на пользу миксу.
Мы постоянно слышим советы усилить в миксе то или это. Но не менее важен другой совет: в первую очередь думайте не об усилении, а о том, что можно ослабить или вовсе убрать в миксе.
Выявить частотный дисбаланс помогает модуль Tonal Balance Control, входящий в iZotope Neutron и Ozone. Для пущей простоты сравните свой микс с референс-треком, чтобы понять, где наблюдается перекос по частотам в вашем треке. При сравнении синими областями модуль показывает расхождение вашего микса с референс-треком: синие области — количество частот в вашем миксе, белые линии — уровень частот в референс-треке.

Модуль Tonal Balance Control от iZotope. Синие регионы — количество частотных диапазонов в миксе, белые линии — количество частот в референс-треке.
Если средние и высокие частоты выходят за верхнюю границу области, яркие элементы микса нужно откатить назад — отфильтровать сильнее. Если же эти частоты выходят за нижнюю границу или находятся около неё, то фильтрацию нужно ослабить — слишком активное ограничение не нужно.
4 Создание баланса между основным и бэк-вокалом
Чем больше вокальных дорожек в проекте, тем активнее частоты накладываются друг на друга и тем тяжелее что-либо разобрать в миксе. Пожалуй, самым мощным столкновением частот становится борьба добра со злом — основного и бэк-вокала.
Бэк-вокал всегда работает фоном и не должен конкурировать с основной вокальной партией за внимание слушателя. Чтобы освободить место основному вокалу, отфильтруйте Low-Pass фильтром бэк-вокал так, чтобы он стал похож на тень ведущего голоса. Скорее всего понадобится сделать ещё несколько подрезок в спектре, чтобы гармонично склеить две дорожки (это тема для отдельной статьи, которую мы обязательно напишем).
Если сбалансировать основной и бэк-вокал никак не получается, действуйте методом «от противного» — уменьшите количество вокальных дорожек в проекте. Слишком много однотипных треков с легкостью разрушает баланс микса, нарушает динамику и уменьшает доступный запас хедрума. Поэтому перед фильтрацией в первую очередь оцените, насколько вам нужно десять бэк-вокальных линий — правило «меньше — лучше» никто не отменял.
5 Выделение частот
Итак, мы знаем, что Low-Pass фильтр применяется для устранения частот. Тем не менее ему по силам не только устранять частоты, но и усиливать их в определённых границах. Благодаря этому можно аккуратно приручить инструменты в миксе, улучшив не только общую картину, но и подчеркнув интересные стороны их звучания.
Допустим, в сигнале присутствуют интересные верхние обертона, которые звучат слишком тихо. Поместив Low-Pass фильтр на дорожке и настроив точку обрезки на место, где обертона теряют энергию, мы можем без лишних проблем усилить их небольшим подъёмом. Активное задирание фильтра здесь не к чему: переусердствуете — середина станет звучать картонно, верх обязательно зашипит.

Усиление в районе обрезки
Чтобы избежать картонности и шипения, полагайтесь на буст широкой области частот вместо узкого точечного усиления. Широкий подъём усилит сигнал более естественно, а также минимизирует возможные искажения сигнала.
Тот же самый приём можно провести на другом конце спектра с помощью High-Pass фильтра. В этом случае речь идёт о подчеркивании гармоник и обертонов в низких частотах.