Difference between revisions of "220-A3.3"

From Microlab Classes
Jump to navigation Jump to search
Line 13: Line 13:
  
 
{{NumBlk|::|<math>\left|A_i\right|=\left|\frac{i_{\mathrm{out}}}{i_{\mathrm{in}}}\right|=\frac{g_m}{\omega_T\left(C_{GS}+C_{GD}\right)}=\frac{g_m}{2\pi f_T\left(C_{GS}+C_{GD}\right)}=1</math>|{{EquationRef|2}}}}
 
{{NumBlk|::|<math>\left|A_i\right|=\left|\frac{i_{\mathrm{out}}}{i_{\mathrm{in}}}\right|=\frac{g_m}{\omega_T\left(C_{GS}+C_{GD}\right)}=\frac{g_m}{2\pi f_T\left(C_{GS}+C_{GD}\right)}=1</math>|{{EquationRef|2}}}}
 +
 +
Thus, we get:
 +
 +
{{NumBlk|::|<math>f_T=\frac{g_m}{2\pi \left(C_{GS}+C_{GD}\right)}</math>|{{EquationRef|3}}}}
 +
 +
Assuming <math>C_{GD}\ll C_{GS}</math>, we can plot the transition frequency of an NMOS transistor as a function of <math>V_{GS}</math> as shown in Fig. 2, using this SPICE file and Python script.
  
 
{|
 
{|

Revision as of 22:58, 19 October 2020

Activity: MOS Frequency Response

  • Instructions: This activity is structured as a tutorial with an activity at the end. Should you have any questions, clarifications, or issues, please contact your instructor as soon as possible.
  • At the end of this activity, the student should be able to:
  1. Plot the frequency response of NMOS and PMOS transistors.

MOS Transition Frequency

Figure 1: The MOS transistor small signal model.

At high frequencies, the MOS gate-to-source capacitance, and the gate-to-drain capacitance, limits the MOSFET current gain at high frequencies, and thus, needs to be included in the two-port model, as shown in Fig. 1. The short-circuit current gain can be expressed as:

 

 

 

 

(1)

We then define the transition frequency, as the frequency when magnitude of the short-circuit current gain is equal to 1, or:

 

 

 

 

(2)

Thus, we get:

 

 

 

 

(3)

Assuming , we can plot the transition frequency of an NMOS transistor as a function of as shown in Fig. 2, using this SPICE file and Python script.

Figure 2: The NMOS Transition Frequency.
Figure 3: The Short-Circuit NMOS Current Gain.

Activity: PMOS Transition Frequency