Engineering Finding Transfer Function from Circuit

AI Thread Summary
To find the transfer function from the given circuit schematic, nodal analysis was initially used, resulting in a complex equation involving both Vin and Vout. The discussion emphasizes the importance of superposition, where Vout can be expressed as a function of both Vin and the DC voltage V_DD. It clarifies that for small signal analysis, the DC component from V_DD establishes a bias point, allowing the transfer function to focus on the AC response by setting V_DD to zero. The final transfer function is derived as Vout = A*Vin, with the understanding that the total output includes both the steady DC value and the varying AC component. This approach aids in plotting the Bode plot, focusing solely on the AC response while maintaining the necessary biasing from the DC source.
Mr.Tibbs
Messages
23
Reaction score
0
I need to find the transfer function from the attached circuit schematic.

V_DD = 5V; R1 = 200kΩ; R2 = 300kΩ; and C1 = 900nF

I used nodal analysis to attempt to get Vout over Vin but alas ended up with an equation like this:

\frac{Vout}{Vin} = \frac{-j}{120kΩ*ωC} + \frac{5j}{200kΩ*ω*c*Vout}


I've run into a wall on how to derive the equation with V_DD. Any help would be great.
 

Attachments

  • HW6HELP.jpg
    HW6HELP.jpg
    2.8 KB · Views: 705
Last edited:
Physics news on Phys.org
It's not possible to find a transfer function that depends only on Vin :)

Vout is a function of both Vin and Vout and its equation will therefore look like
Vout = A*Vin + B*Vdd
which can be seen immediately if you consider superposition to solve for Vout

Are you doing a small signal analysis?

EDIT:

By using superposition you can consider the portion of Vout caused by Vdd and Vin separately. Then:

Vout = (Vout/Vin)*Vin + (Vout/Vdd)*Vdd

where

Vout/Vin = transfer function due to Vin with Vdd=0
Vout/Vdd = transfer function due to Vdd with Vin=0
 
Last edited:
Yes, at least that's how the question is set up. So if I can't get rid of Vout on the right hand side of the equation how do I interpret the transfer function?

i.e. plotting a bode plot
 
Ok, I think I have it then. So the overall transfer function of the circuit is the addition of the DC and the AC portions of the circuit correct?

(Wording might be a little off)
 
Ah ok. In small signal analysis, the DC Vdd source is only setting up bias points. Because Vdd = constant, in this equation:

Vout = A*Vin + B*Vdd

The B*Vdd term settles to a constant value some short time after the circuit is switched on. We then only consider the remaining portion:

Vout = A*Vin

which you can write a transfer function for. The total result is understood to be the sum of the steady (dc) value supplied by Vdd and the variable part due to Vin.

By superposition, we find Vout=A*Vin by setting the dc sources to zero (ie set Vdd=0).

===So for ac analysis:

1.

Find the DC portion of the response. This is called the bias point. We only consider steady inputs like your Vdd=5 volts in this part. If Vin had a dc component we would consider that dc part *only* as well. Superposition is going to allow us to find the total response by separating this DC part that doesn't change while the circuit is on from the more interesting part in 2 below.

In your circuit, Vin is applied to a series capacitor. This is often done in audio circuits to block the dc component of Vin. In other words, if Vin has a dc component (and it will), it is blocked by that capacitor and will not affect the steady value of Vout determined by Vdd. This is a means to allow the dc bias point of the circuit generating Vin to be set without considering the following circuit.

2.

Find the part of the response that varies. By superpostion, we can set Vdd (and all other steady sources, including the dc portion of Vin) to zero in this part. This means in your circuit you would ground Vdd. Now you can find your transfer function Vout/Vin.It is understood that the total response will be a steady output voltage plus a varying part (Vout/Vin) added to it. In your bode plot, you are only interested in Vout/Vin. The steady part is what keeps the following transistors properly biased in their active regions.
I explained it differently than is normally done in books so I hope I gave a different angle if you didn't pick up on it the other way :)
 
Last edited:
that's what I was thinking when you mentioned it in your earlier post! (except you had better words. . . and descriptions. . .) that cleared the entire problem up for me!

Thank you very much! :)
 

Similar threads

Back
Top