Low-pass filters, frequency selection and H(jw)

In summary, the author is not comfortable with the idea of low pass filters and discusses how these filters work and how they can be used. He sketches out three examples of simple low pass RC filters and calculates their reactance values. He then applies a voltage divider to find the cutoff frequency for each filter. Lastly, he discusses how resonant filters work and how they can be tuned.
  • #1
Bassalisk
947
2
Hello,

Recently I've encountered with this topic. Low pass filters and such.

But, generally I am not comfortable with this new idea.

How does this frequency selection works? I mean, I know the math behind it, like integrals H(jw) etc. But how does a, let's say capacitor in a RC circuit filter frequencies ?

I cannot wrap my head around that idea of filtering frequencies.
 
Engineering news on Phys.org
  • #2
See if this approach helps:

Sketch up three instances of a simple lowpass RC filter with a 1k resistor and a capacitance of 1nF, 100nF and 10uF. Calculate the reactance value for the three different values of capacitance at a fixed frequency (3 kHz will be illustrative in this case) and treat each case as a simple voltage divider.
 
  • #3
gnurf said:
See if this approach helps:

Sketch up three instances of a simple lowpass RC filter with a 1k resistor and a capacitance of 1nF, 100nF and 10uF. Calculate the reactance value for the three different values of capacitance at a fixed frequency (3 kHz will be illustrative in this case) and treat each case as a simple voltage divider.

I think I get it. If we would then increase frequency, or plot the f(ω), we would get smaller voltage right, for larger frequencies? Because frequency or angular frequency ω is in the denominator?

Did I get it?
 
  • #4
Yes. The well-known output expression for the resistive voltage divider, Vout = Vin * R2/(R1+R2), is valid also in the general case with impedances.

For your frequency dependent RC filter output, replace R2 with XC = 1/ωC, and it's clear that Vout → 0 when ω → ∞. In practice, you chose R and C so that the cutoff frequency is somewhere below ∞. E.g. you might want to http://en.wikipedia.org/wiki/Cutoff_frequency" signals > 10kHz.

Resistive_divider.png
 
Last edited by a moderator:
  • #5
gnurf said:
Yes. The well-known output expression for the resistive voltage divider, Vout = Vin * R2/(R1+R2), is valid also in the general case with impedances.

For your frequency dependent RC filter output, replace R2 with XC = 1/ωC, and it's clear that Vout → 0 when ω → ∞. In practice, you chose R and C so that the cutoff frequency suits your needs (e.g. you want to get rid of signals > 10kHz)

Resistive_divider.png

I understand! Thank you. They don't teach us stuff like this in my course. I mean, we are struggling with basics, how could they? :D
 
  • #6
nice approach, the voltage divider with r2 = f(frequency)

when you build a mental picture that leads the mind naturally to the proper formula, you are developing prowess, in my opinion.

old jim
 
  • #7
jim hardy said:
nice approach, the voltage divider with r2 = f(frequency)

when you build a mental picture that leads the mind naturally to the proper formula, you are developing prowess, in my opinion.

old jim

Yes. Nowadays everybody just tells you this is this, and that is that. I got explanation in my book for H(jw): this is frequency characteristic of the system.(sort of translation).

And I have to conclude everything from this ! :/


But now when I understood this RC circuit and how it limits the frequency, an old thought crossed my mind.


LC circuit. Maybe a year ago I heard that, through LC circuit we are tuning radio stations.


Changing the parameters(usually C through varicap diode) we are finding the resonant frequency of this LC circuit? Or better said we are changing the resonant frequency of this circuit, selecting just specific radio frequency band, at which LC will resonate ergo will pass the signal, ergo I will hear something.


Am I right?
 
  • #8
just right.
google 'crystal radio'

in early days of radio experimenters built home-made radios with just a tunable coil-capacitor and simple rectifier. they could intercept enough power from a wire antenna to drive headphones , with no other power source. i had one when i was about seven.

old jim
 
  • #9
gnurf said:
Yes. The well-known output expression for the resistive voltage divider, Vout = Vin * R2/(R1+R2), is valid also in the general case with impedances.

For your frequency dependent RC filter output, replace R2 with XC = 1/ωC, and it's clear that Vout → 0 when ω → ∞. In practice, you chose R and C so that the cutoff frequency is somewhere below ∞. E.g. you might want to http://en.wikipedia.org/wiki/Cutoff_frequency" signals > 10kHz.

Resistive_divider.png
Actually, the formula is a little different because of the phase shift introduced by the capacitor.

Now, switch the RC low pass filter around so that you have a CR high pass filter. Does that make sense to you?

One important thing to remember about these simple filters is that the cutoff frequency is where X = R.

[itex]R = X_{C} [/itex]
[itex]R = \frac{1}{2\pi f C}[/itex]

Using your leet algebra skills, solve for f.

The situation with resonant filters is similar. It is where:

[itex]X_{L} = X_{C}[/itex]
[itex]2 \pi f L = \frac{1}{2\pi f C}[/itex]
 
Last edited by a moderator:
  • #10
One more thing though...

When we are plotting H(jω), i see that for the horizontal coordinate line is taken ω and not jω...

I see H(jω) as a function that limits the frequencies, and here in book they plotted it for some example. They said that for simplicity we are considering these spectres to be real, but what do I do with that "j"?

How is that so?
 
  • #11
Jiggy-Ninja said:
Actually, the formula is a little different because of the phase shift introduced by the capacitor.

Now, switch the RC low pass filter around so that you have a CR high pass filter. Does that make sense to you?

One important thing to remember about these simple filters is that the cutoff frequency is where X = R.

[itex]R = X_{C} [/itex]
[itex]R = \frac{1}{2\pi f C}[/itex]

Using your leet algebra skills, solve for f.

The situation with resonant filters is similar. It is where:

[itex]X_{L} = X_{C}[/itex]
[itex]2 \pi f L = \frac{1}{2\pi f C}[/itex]

Yea take the frequencies off the resistor right? Because, loosely speaking, capacitor acts like a "short circuit" for very large ω.(his resistance is ->0)
 
  • #12
Jiggy-Ninja said:
Actually, the formula is a little different because of the phase shift introduced by the capacitor.
Thanks for the correction, Jiggy-Ninja. I was sloppy in my attempt to keep things simple, and you're absolutely right; for an impedance divider, R2 should be replaced with the complex impedance of the capacitor, Z2 = -j * 1/ωC, and not the reactance XC = 1/ωC. The output then becomes

Vout = Vin * Z2/(Z1 + Z2) = Vin * 1/(1 + jωR1C)

So the fact that the RC lowpass circuit attenuates signals of high frequency was only half the story--it also adds a phase shift to the output voltage relative to the input voltage when Z1 begins to dominate Z2 in the above expression.
 
Last edited:
  • #13
Wow...you guys are smart.

I always remember the cutoff frequency as 1/(2*pi*RC)...as stated above. Start with either the Resistor or capacitor, plug and chug and go from there.

Also, keep in mind that the cutoff frequency you just created is DIRECTLY related to the speed of the circuit.

The little equation e^(-t/RC)...plug in your RC constant from above and walla...in DC transient anyways.

Also, if you find your transfer funtion using 1/(JWC) and R...you can find the exact gain and phase angle at any given frequency. Yes, this refers to the bode plot as well.
 
Last edited:
  • #14
I am so angry with myself!

My exam today from signals and systems, was really hard! But I knew EVERYTHING how to solve.

But then the human-error mistress came and made me forgot to divide by 2, in two of the problems!

I will have low points because I made a mistake in calculations! :///
 
  • #15
how familiar. i suffer from awkwardness as well.

it's okay.
that you understood the basic science should give you confidence and make you more relaxed for next exam.
we do our best when unencumbered by self doubt .

best way to prepare for exams is to keep up with classwork, go to bed early night before, walk into exam relaxed and alert. never 'cram' .

old jim
 
  • #16
jim hardy said:
how familiar. i suffer from awkwardness as well.

it's okay.
that you understood the basic science should give you confidence and make you more relaxed for next exam.
we do our best when unencumbered by self doubt .

best way to prepare for exams is to keep up with classwork, go to bed early night before, walk into exam relaxed and alert. never 'cram' .

old jim

I guess :(. I will most certainly do better on next exam. Because, when it comes to understanding the problem, I did have no problems.

Guess I had the yips or something.
 
  • #17
The good news is that you have the whole rest of your life to make tons of more mistakes!~!

Congrats!~!
 
  • #18
psparky said:
The good news is that you have the whole rest of your life to make tons of more mistakes!~!

Congrats!~!

hahahahahaha :D

Looking forward to them :D
 

1. What is a low-pass filter?

A low-pass filter is a type of electronic circuit or signal processing algorithm that allows low-frequency signals to pass through while attenuating or blocking high-frequency signals. It is commonly used to remove unwanted noise or to extract specific frequency components from a signal.

2. How does a low-pass filter work?

A low-pass filter works by using a combination of resistors, capacitors, and inductors to create a frequency-dependent impedance. This impedance allows low-frequency signals to pass through relatively unimpeded, while high-frequency signals are attenuated or blocked. The specific design and components used in a low-pass filter will determine its cutoff frequency and slope of attenuation.

3. What is the cutoff frequency of a low-pass filter?

The cutoff frequency of a low-pass filter is the frequency at which the signal begins to be attenuated. It is also known as the -3dB frequency, as it represents the frequency at which the output signal is reduced by 3 decibels compared to the input signal. In other words, the cutoff frequency is the point at which the filter begins to significantly affect the amplitude of the signal.

4. How is frequency selection done in a low-pass filter?

Frequency selection in a low-pass filter can be done by adjusting the values of the components (resistors, capacitors, and inductors) used in the filter circuit. The values chosen will determine the cutoff frequency and the slope of attenuation. Alternatively, frequency selection can also be achieved by using a digital signal processing algorithm with adjustable parameters.

5. What is H(jw) in relation to low-pass filters?

H(jw) is the transfer function of a low-pass filter, which relates the input signal to the output signal in the frequency domain. It represents the filter's frequency response, showing how the filter affects different frequencies. H(jw) is a complex function, with the real part representing the filter's gain and the imaginary part representing the phase shift of the output signal compared to the input signal.

Similar threads

  • Electrical Engineering
Replies
4
Views
321
Replies
2
Views
1K
  • Electrical Engineering
Replies
15
Views
1K
Replies
10
Views
465
Replies
1
Views
660
  • Electrical Engineering
Replies
5
Views
2K
  • Electrical Engineering
Replies
7
Views
1K
Replies
7
Views
3K
Replies
3
Views
1K
  • Electrical Engineering
Replies
1
Views
3K
Back
Top