Thread Starter

gdma2004

Joined Feb 3, 2025
5
Hi everyone,

I'm trying to implement this active low-pass filter using a TL072CP.
Screenshot From 2025-02-03 16-41-40.png

I have simulated it in LTspice, and its behavior is pretty much what I expected.
Screenshot From 2025-02-03 17-00-14.png

However, when I assemble it on the breadboard and analyze its Bode plot, it appears more like a high-pass filter with poor gain.
wtf.jpg

I'm quite sure the issue lies with the TL072, as I have built the same circuit using a LM741, and its behavior matched the simulation exactly.
Since both the TL072 and LM741 are operational amplifiers, I expect them to produce approximately the same result, given that the transfer function is identical. However, this is not happening.

What am I missing?
 

Ian0

Joined Aug 7, 2020
13,112
It looks very much like an inverting first-order filter with the feedback to the wrong pin of the op-amp.
 

AnalogKid

Joined Aug 1, 2013
12,082
I thought it wouldn’t matter, considering that the op-amp follows the virtual short circuit principle.
Not sure what that is, but whatever it is - no. If you are referring to a consequence of the typical inverting amplifier configuration called a "virtual ground", then, again, no.

You are taking a characteristic of one node in one particular type of circuit and generalizing it to other circuit types. The input pins of an opamp are not freely interchangeable. Instead of a linear amplifier, your schematic shows a comparator with hysteresis.

Please post links to the source of the schematic, a tutorial page, or whatever you used, and we can comment further.

ak
 
Last edited:

crutschow

Joined Mar 14, 2008
38,393
I thought it wouldn’t matter, considering that the op-amp follows the virtual short circuit principle.
As noted, absolutely not.
If it didn't make any difference, why do you think there are polarity symbols at all op amp inputs?

It's the virtual ground principle, not virtual short, and it requires negative feedback to the minus input.
Feedback to the positive input will cause it to latch at near one of the voltage rail voltages.
 

schmitt trigger

Joined Jul 12, 2010
2,053
To paraphrase the Spice Girls, if you want, if you really, really want a low pass filler, use a tried and true filter topology.

For instance…Sallen Key are simple topologies, easy to calculate or you may even use one of the many online filter calculators which will do the job for you.
 

crutschow

Joined Mar 14, 2008
38,393
For even a faster rolloff (18dB/octave), you can use a single op amp, 3rd-order Sallen-Key type filter as shown here.

1738684313628.png
 
Last edited:
Top