Monday 13 February 2017

operational amplifier - Problems finding the Transfer Function of an OpAmp circuit



What is the quickest way to determine the transfer function


G(s) = V_out(s)/V_in(s)


of the circuit below?


EDIT: Ok, sorry for providing so little information. This is an exercise from an old exam. I do understand laplace operations, virtual ground and stuff. I could go ahead and use Kirchhoff and what not to try to find out the transfer function. However, the solution stated that it "obviously" was G(s) = s. This is why I asked for the quickest way because I thought some of you might also think that this was "obvious"!


enter image description here



Answer



The full analysis of this circuit is:


\$I_c = sCV_{in}\$


\$V_{out} = -I_c (R||sL) = -I_c \dfrac{sL}{1 + s\frac{L}{R}}\$


\$\Rightarrow \dfrac{V_{out}}{V_{in}} = -\dfrac{s^2LC}{1 + s\frac{L}{R}}\$



For s large enough, this is approximately:


\$\dfrac{V_{out}}{V_{in}} \approx -sRC\$


This is obvious only if you're familiar with the well known circuit that is identical to this one but without the inductor.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...