Implementation of a circuit from knowing only the poles and zeroes and gain

Click For Summary

Discussion Overview

The discussion revolves around the implementation of a low-pass filter (LPF) circuit using operational amplifiers (OP-AMPS), capacitors, and resistors, based solely on known poles, zeroes, and gain values. Participants explore methods for determining component values and the relationship between transfer functions and circuit design.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants inquire whether it is possible to implement a circuit with just OP-AMPS, capacitors, and resistors given only the poles, zeroes, and gain.
  • One participant suggests cascading three single-pole LPF OP-AMP circuits and discusses the trade-offs involved in selecting resistor and capacitor values.
  • Another participant describes the context of needing the LPF to undo the effects of an unknown circuit on an input voltage, emphasizing the simplicity of implementing a first-order LPF.
  • There is a discussion about the relationship between poles, zeroes, and the transfer function, with one participant questioning the applicability of the equation poles = 1/RC for their specific case.
  • Participants discuss the transfer function of the LPF and how it relates to the feedback and input impedances of the OP-AMP circuit.
  • One participant expresses a lack of understanding of the Laplace transform but shares their ability to use it in circuit analysis without fully grasping the underlying mathematics.
  • Another participant proposes a method for designing the circuit based on the transfer function, suggesting specific resistor-capacitor combinations to achieve desired values.
  • There is a recognition of the beauty of OP-AMPs in designing circuits from transfer functions, despite some participants admitting uncertainty in their understanding of the underlying concepts.

Areas of Agreement / Disagreement

Participants express various viewpoints on the implementation of the LPF circuit, with some uncertainty regarding the relationship between the transfer function and circuit design. No consensus is reached on the best approach or the correctness of specific methods discussed.

Contextual Notes

Participants acknowledge limitations in their understanding of the Laplace transform and its application to circuit design, which may affect their ability to fully grasp the implications of the transfer function in this context.

Ry122
Messages
563
Reaction score
2
If i know just these 3 values is it possible to implement a circuit using just OP-AMPS, capacitors, and resistors? How would I go about determining what values the capacitors and OP-amps should have?

The circuit is a low-pass filter and thus needs to amplify and filter simultaneously.
 
Engineering news on Phys.org
Ry122 said:
If i know just these 3 values is it possible to implement a circuit using just OP-AMPS, capacitors, and resistors? How would I go about determining what values the capacitors and OP-amps should have?

The circuit is a low-pass filter and thus needs to amplify and filter simultaneously.

If you cascade three single-pole LPF opamp circuits and a gain circuit, then all you are left with is the tradeoff between the R & C values for each to give you the RC pole for each. Are you further constrained? Like doing it all in one opamp stage, or two opamp stages, or in some other way?

Can you give some more context to your question please?
 
there's no further constraints.
Basically, what's happening is that I have some input voltage to an unknown circuit, and the output voltage from that unknown circuit needs to pass into this LPF, and the resulting output from the LPF needs to be what the input voltage into the unknown circuit was.
So the LPF is just undoing the effect the unknown circuit had on the input.

I'm only wanting to implement a first order LPF so it won't be very complicated.
Knowing this, is the method you suggested the easiest to do this?
 
Also I know that after attenuation occurs at the cut-off frequency, the gain stabilizes again at some specific frequency.

Wikipedia says that poles = 1/RC for RC circuits with the zero located at origin.
Because this is an LPF the zero and pole will be located at some point after the origin,
so I'm not really sure if that equation still applies.
 
low pass filter?

write its transfer function

remember the transfer function for an opamp is Zfeedback/Zinput
Z(s) for a capacitor is 1/sc
and for a resistor it's R
and they combine in series and parallel just like they did in time domain just you write s instead of jω

see if you can arrange an opamp's feedback and input impedances to give it the transfer function you want
 
So already having the poles, zeroes and gain which together give me the transfer function of the LPF, I just apply Zfeedback/Zinput?

For example if the transfer function of the LPF was (1/k)*(1+(s/300))/(1+(s/100))

for the numerator 1+(s/300)
this can be taken as the feedback impedance of the op-amp
and (1+(s/100) can be taken as the input impedance?

This is probably wrong, I'm not really sure how the op-amp transfer function relates to the LPF transfer function.
 
Last edited:
well let me clear something first.

I do NOT understand the Laplace transform. I wish i did.
but i learned to use simple ones just as a cave-man uses a rock.
Said cave-man can crack bones to get at the marrow using a rock without understanding equations of momentum, impulse, or fractuire mechanics.

Similarly, I can use Laplace to solve simple circuits without understanding what that genius was doing.

I'd rather admit my weakness than pretend its not there.

Now, the transfer function you gave is i believe a little more than a low-pass filter. It is what we call in control systems a "Lead Lag". That's okay, we're just demonstrating a technique.

Since there's a 1 in transfer function's numerator it'll have DC gain.
A practical opamp circuit establishes DC gain by having resistors in both its feedback and input networks.

So let's see what we can cook up here.

Let's try a parallel resistor-capacitor in the feedback network

Remember from elementary circuits that paralleling two elements gives Z1*Z2/(Z1+Z2),, product over sum? ?
let subscripts 'fb' and 'in' be feedback and input repectively..
and instead of jω we write s...

okay Rfb parallel with Cfb gives Zfb = Rfb*(1/sCfb)/ (Rfb +1/sCfb) ,,, that's product over sum..
multiply numerator and denominator both by sCfb
and we get Zfb = Rfb/(Rfb*sCfb + 1)

and similarly if we place a R and C in parallel for input network,
Zin will = Rin/(Rin*sCin +1)

and we'll make an opamp circuit with that Zfb and Zin;

Zfb/Zin = Rfb/Rin * (Rin*sCin +1)/(Rfb*sCfb+1)

so to achieve your transfer function of
(s/300 + 1)/(s/100+1) * 1/k
you'd pick a capacitor-resistor pair for input whose product equals 1/300.
and feeedback product of 1/100
and Rfb/Rin = 1/k

i think...

i'm rusty - been away from this for 20 years and as i say never mastered it to begin with.

But see if you can make the technique work

and if you figure out Laplace please explain him to me!

yungman and sophie have inspired me. i am retired , and searching for my old calculus book...

maybe one of them can explain what Laplace was thinking when he invented his transform.

bottom line is - yes you can design a circuit from its transfer function. that's the beauty of op-amps.
 
Last edited:
I was never too concerned how the Laplace transfer was obtained or what not. Simply pluggin and chuggin in the chart always worked well for me. We can't know and understand everything!

1/(1+s) = e^-t

Works for me!
 

Similar threads

  • · Replies 29 ·
Replies
29
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
6K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
5
Views
3K
Replies
1
Views
3K
  • · Replies 15 ·
Replies
15
Views
13K
Replies
12
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K