Electronic – Understanding the role of 2 capacitors in a pi filter

ltspicepassive-filter

I'm trying to understand a pi filter, which typically looks like this:-

typical pi filter

I've seen lots of these especially with the valve guys, and C1 = C2 always. So I made this in LTSpice which is for a 100mA load:-

spice model

Notice the parameterised value of C1. The AC analysis produces this however:-

spice analysis

There is only one curve! If C1 = C2 and C1 = {X}, you'd expect four curves. To check my model, I interchanged the parameterised capacitor so that C2 = {X} and got four widely spaced curves as expected. The analysis is suggesting that C1 has no effect, and I'm confused (again). Have I misunderstood the nature of a pi filter, or is my LTSpice model incorrect?

Best Answer

You are feeding the filter from a zero ohm source.

Ask yourself what the ratio of C1's impedance to the source impedance is, and you'll see why it appears to have no effect.

Introduce a 150 ohm series resistor (to match R1) between V1 and C1 and it'll start to make more sense.

Any time you see a Pi filter, work out what the source and load impedances - terminations - are. The filter is designed with these terminations in mind, and if mis-terminated, it won't have the expected frequency response. Usually source and load terminations are the same, but sometimes the filter is designed to work from a low source impedance into a high load impedance, to avoid the 6dB loss (half the voltage) of a normally terminated filter.

Related Topic