Electrical – Second Order Passive RC Low Pass Filter Doesn’t Have -6dB at cutoff Frequency in LTSpice

cutoff frequencyltspicepassive-filtertransfer function

For Second-Order RC filter the cutoff frequency is: $$fc = \frac{1}{2\pi \sqrt {R_1C_1R_2C_2}}$$

I have taken R1 = R2 = R = 1K Ohm and C1 = C2 = C= 0.1591 micro Farad. So the cutoff frequency comes out to be 999.717 Hz or approximately 1KHz.

Now according to this article the gain of the n-order filter at its cutoff frequency is given by: $$\left(\frac{1}{\sqrt 2}\right)^n$$

It is a second order filter(n=2) so the gain should be -6dB (and similarly for 3rd order filter it should be -9dB). But when simulating the filter in LTspice it shows differnt result.

Filter Circuit:
enter image description here

LTSpice Bode Plot:
enter image description here

Here in the plot, it can be seen that at the cutoff frequency, at v(p001) the gain is -6dB and at V(p002) the gain is -9dB. But according to the theory, the gain at V(p002) should have been -6dB.

Also, according to its transfer function $$H(s)=\frac{1}{(sRC)^2+s(3RC)+1}$$
the gain at cutoff frequency comes out to be -19.08dB

Three different results

  1. -6dB according to the formula

  2. -9dB in LTspice simulation

  3. -19dB according to the transfer function.

Why is it so? What am I doing wrong?

Best Answer

Why is it so? What am I doing wrong?

I would like you to explain where you got the formula:

$$fc = \frac{1}{2\pi \sqrt {R_1C_1R_2C_2}}$$

That formula applies to a Sallen-Key second order filter but that's not what you made. You simply cascaded (connected one after the other) two first order RC lowpass filters. The way you did that (with no buffering in between) means that you cannot simply apply the formulas for a first order filter and square it.

the gain at cutoff frequency comes out to be -19.08dB

You cannot define the cutoff frequency like that, for a low pass filter the gain at the cutoff point is by definiton -3 dB. So you find the -3 dB gain point and the corresponding frequency, that frequency is the cutoff point. That also means that if you cascade two first order lowpass filters (with a buffer in between so the transfer functions can simply be multiplied) that the cutoff point will move to a lower frequency.