Difference between revisions of "TF EIM Chapt6"

From New IAC Wiki
Jump to navigation Jump to search
 
(75 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
Field Effect Transistors (FET, JFET, MOSFET)
  
==Load Line==
+
=Properties=
  
 +
FETs differ from the bipolar transistors in the las chapter in that the current from a FET is only due to the majority charge carriers in the semiconductor while bi-polar transistors current is produced from both carrier types; electron and hole.
  
The load line represents the bias conditions in which the <math>I_C -vs V_{CE}</math> dependence is linear;(i.e.: a constance Resistance).  Setting up a circuit which changes the transistor bias along the load line means that the transistor is behaving like a resistor.
+
*higher input impedance than bi-polar
 +
*less gain than bi-polar
 +
*better temperature stability
  
 +
=JFET =
  
Consider the collector-Emitter side of the transistor below.
+
JFET <math>\equiv</math>  Junction Field Effect Transistor
  
[[File:TF_EIM_LoadLineCircuit1.gif | 500 px]]
 
  
 +
In a bi-polar transistor you have a depletion region with mixed charge carriers
  
Kirchoff's loops theorem is
+
{| border="3"  cellpadding="20" cellspacing="0"
 +
|[[File:TF_EIM_BipolarJunction.png| 200 px]] ||  [[File:TF_EIM_BipolarJunctionDiodeRep.png| 200 px]] ||[[File:TF_EIM_BipolarJunctionCircuit.png| 200 px]]
 +
|-
 +
| pnp bi-polar transistor || Equivalence circuit || Circuit diagram
 +
|-
 +
|}
  
<math>V_{CC} - I_CR_C -V_{CE} = 0</math>
 
  
<math>\Rightarrow</math>
+
In the Junction Field Effect Transistor you have a single charge carrier with the minority charge carriers forming a choke point for the majority carrier current flow.  It is similar to "pinching" a garden hose when water is flowing through it.
  
<math>I_C = \frac{V_{CC}}{R_C} - \frac{1}{R_C} V_{CE}</math>
 
  
A graph of <math>I_C -vs- V_{CE}</math> is a line with a slope of<math> - \frac{1}{R_C}</math> and a y-intercept of  <math>\frac{V_{CC}}{R_C}</math>.
+
{| border="3"  cellpadding="20" cellspacing="0"
 +
|[[File:TF_EIM_JFETnchan.gif| 200 px]] ||  [[File:TF_EIM_nchanDiodeRep.jpg| 200 px]] ||[[File:TF_EIM_JFETnchanCircuit.jpeg| 200 px]]
 +
|-
 +
| JFET || Equivalence circuit || Circuit diagram
 +
|-
 +
|}
  
If <math>I_C=0</math> then <math>V_{CE} = V_{CC}</math>.
+
The semiconductor material of the gate is the opposite of the channel. Here the n-p (or p-n) junction is between the gate and the channel. 
  
The point Q_0 in the above curve represents a "Quiescent" (quiet) point where the best amplification occurs because it is in the middle of the operating pointIf you are designing an AC amplifier you will want to be at this point to have a wide amplifier range.  
+
The JFET operates by reverse biasing the gate-channel junction (diode) so the gate current doesn't flow in the direction indicated by the circuit diagram symbol.  This means that the current through the gate is small (nAmps)As a result the input impedance looking into the gate is high (M<math>\Omega</math>) for the equivalent circuit.
  
If you want to use the transistor for an analog signal (microphone-speaker) then you will want to operate the circuit near Q_0 and have a shallow load line.
+
The current junction rule is
  
Q_0 is the cutoff point where there is no output:ie; the base current is zero; the transistor has infinite resistance
+
:<math>I_D = I_S + I_G \approx I_S</math>
  
Q_S is the point where the amplifier is saturating.  The transistor is supplying its max current a signal going beyond will essentially be clipped.  The transistor has an effective resistance of zero at this point.
+
for the Bi-Polar transistor
  
 +
:<math>I_C=I_E +I_B \approx I_E</math>
  
 +
==Resistance==
  
If you want to make a digital switch then you want the load line as steep as possible so the circuit changes from Q_0 (off) to Q_S(on)  as fast as possible.
+
The FET acts like a resistor.
  
==Temperature Dependence==
+
Consider the following circuit
  
The voltage drop <math>V_{BC}</math> is a reverse voltage drop for the majority charge carriers BUT a forward voltage for the minority carriers. 
+
Let
  
As the temperature increases the impurity atoms tend to diffuse through the semiconductor from high concentration regions to low concentration regions. 
+
<math>V_{DD} =</math> the drain driving voltage
  
 +
<math>R_D</math> = resistor between the drain and V_{DD}
  
This means that for a pnp transistor, the thermally created electrons in the n-type base semiconductor will move towards the p-type emitter by crossing the base-emitter junction.
+
if
 +
<math>\rho</math> = resistivity of the n-type semiconductor
  
This diffusion changes the<math> I_C -vs- V_{CE}</math>  curve near the saturation region because the diode biasing voltages change.
+
then
  
 +
:r = <math>\rho \frac{\ell}{A}</math> = resistance of the JFET
  
 +
:<math>I_D = \frac{V_{DD}}{r+R_D}</math>
  
You don't want the temperature change of the transistor to change the bias conditions of the transistor.
+
If you reverse bias the gate then the depletion region at the p-n junction expands into the n-type material thereby reducing the cross-sectional area (A) of the channel.
  
 +
==FET pinchoff==
  
 +
If you continue to reverse bias the gate, keeping V_{DD} constant, then the drain current will decrease as you make the gate more negative.
  
[[File:TF_EIM_LoadLineTempControlledCircuit.png| 200 px]]
+
The pinchoff condition will occur when the reverse bias is large enough to stop the drain current I_D.
  
=Bipolar Transistor Amplifier=
+
:<math>V_{GS(off)} = \mbox{pinchoff bias} = \frac{enT}{8 \epsilon}</math>
  
A npn bipolar transistor amplifier configured with a common emitter is shown below.
+
where
  
[[File:TF_EIM_Lab14a.png]]
+
:<math>\epsilon</math> = dielectric constant
 +
:<math>T</math> = thickness of the channel
 +
:<math>n</math> = number of impurity atoms per volume
  
  
Let's build this circuit starting with the above load line circuit that has been stabilized for temperature.
+
You can find the "pinchoff" voltage by making V_{GS} more negative (n-channel) until the drain current I_D becomes zero.
  
[[File:TF_EIM_LoadLineTempControlledCircuit.png| 200 px]]
 
  
 +
In the other extreme
  
Let's add an input current for the base.
+
:<math>I_{DSS} \equiv</math> Maximum drain current (current flows from Drain to Source with the gate Shorted; ie <math>V_{GS}</math> = 0)
  
==Setting I_B==
+
==Temperature==
  
[[File:TF_EIM_TansAmp_1.png | 400 px]]
+
Because of the way a JFET operates, by pinching the current, the device heats up less at higher currents because you are no longer restricting the current flow.
  
In the above circuit there is a DC bias voltage and an AC input.  (The pulse generator in your lab has a DC offset you can use with the AC output sine wave).
+
At low values of<math> I_D</math> and increase in the device temperature will cause an increase in <math>I_D</math>.
  
In you lab you will want to set an<math> I_B</math> using the DC bias <math>V_{bias}</math> and a <math>V_{CC}</math> in order to put you in the middle of a load line.  The AC input will move along that load line.
+
But at high values of <math>I_D</math> the increase in temperature decreases <math>I_D</math>.
  
Applying Kirchoff's loop theorem on the left loop I would have
+
This feature of the JFET allows you to chain several together for amplification such that if one starts to overheat it will amplify less.
  
:<math>V_{in} -I_BR_B- V_{BE} - I_ER_E = 0</math>
+
== Characteristic curve==
  
I have combined the DC bias and the AC input to a total input voltage V_{in}
+
The JFET has a characteristic curve that is similar to the bi-polar transistor.  In the case of the bi-polar transistor you saw a dependence of the collector current (<math>I_C</math>) on the potential difference between the collector and the emitter (<math>V_{CE}</math>) for several values of the base current <math>I_B.</math>
  
Since
+
The JFET has a similar characteristic curve which the drain current (<math>I_D</math>) depends on the voltage difference between the drain and source (<math>V_{DS}</math>) for several values of the gate-source potential difference (<math>V_{S}</math>).
:: <math>I_E = (\beta + 1) I_B</math>
 
  
:<math>V_{in} - V_{BE} = I_B \left (R_B + \left (\beta +1 \right) R_E\right )</math>
+
The difference is that higher base current in the bi-polar transistor yields higher output currents whereas in the JFET you get higher output currents with the least negative gate bias (n-channel).
  
:<math>\Rightarrow I_B = \frac{V_{in} - V_{BE} }{R_B + \left (\beta +1 \right)R_E}</math>
 
  
 +
[[File:TF_EIM_JFET_Vgs-vs-Id.png | 300 px]][[File:TF_EIM_JFET_Vds-vs-Id.png | 300 px]]
  
If you know
+
= Equivalent circuit=
  
:<math>V_{BE} \approx 0.6 Volts </math>
+
The method of Equivalent circuits seeks to describe the performance of a circuit in terms of it input and output voltages and currents.  One you know the dependence of these parameters then the circuit becomes a black box.
  
and
 
  
:<math>R_E = 220 \Omega</math>
 
  
Then you can set <math>I_B</math> using <math>R_B</math> for a given range of<math> V_{in}</math>
+
Let
  
If you re-derive the load line equation considering the additional resistor R_E then
+
<math>V_{in}, V_{out}, I_{in}, I_{out}</math> be the four variables which describe the circuit.
  
Kirchoff's law
+
choose
  
:<math>V_{CC} - I_CR_C - V_{CE} - I_ER_E = 0</math>
+
<math>V_{in}</math> and <math>V_{out}</math> as the independent variables which will be described by the dependent variables <math>I_{in}</math> and <math>I_{out}</math>
  
assume <math>I_C \approx I_E</math>
+
In other words you express the currents as functions of the voltages
  
:<math>I_C = \frac{V_CC}{R_C+R_B} - \frac{1}{R_C+R_B}V_CE</math>
+
:<math>I_{in} = f_{in}(V_{in},V_{out})</math>
 +
:<math>I_{in} = f_{out}(V_{in},V_{out})</math>
  
[[File:TF_EIM_LoadLineEqFig.gif | 400 px]]
 
  
;Note
+
using the chain rule you can express small changes in the current as
  
In the actual circuit<math> R_B</math> is replaced by 2 resistors (<math>R_1</math> and <math>R_2</math>) that provide the input bias voltage by forming a voltage divider using <math>V_{CC}</math>.
+
:<math>\Delta I_{in} = \left ( \frac{\partial I_{in}}{\partial V_{in}} \right ) \Delta V_{in} + \left ( \frac{\partial I_{in}}{\partial V_{out}} \right ) \Delta V_{out}</math>
 +
:<math>\Delta I_{out} = \left ( \frac{\partial I_{out}}{\partial V_{in}} \right ) \Delta V_{in} + \left (  \frac{\partial I_{out}}{\partial V_{out}} \right ) \Delta V_{out}</math>  
  
:<math>\frac{1}{R_B} = \frac{1}{R_1} + \frac{1}{R_2}</math>
+
;Note:The derivatives with respect to one voltage are taken for fixed values of the other voltage.
  
In other words
 
  
:<math>V_{Bias} = \frac{R_2}{R_1 + R_2} V_{CC}</math>
+
You define the derivative in terms of "y-parameters" such that
  
== General Observations==
+
:<math>y_{is} \equiv \left ( \frac{\partial I_{in}}{\partial V_{in}} \right )</math> = input conductance
  
1.) Notice the input goes through a high pass filter with a break point of<math> \frac{1}{R_1 C_1}</math>.
+
: <math>y_{rs} \equiv  \left (  \frac{\partial I_{in}}{\partial V_{out}} \right )</math>  
  
2.) The output also goes through a high pass filter  with a break point of<math> \frac{1}{R_l C_2}</math>.
+
: <math>y_{fs} \equiv  \left ( \frac{\partial I_{out}}{\partial V_{in}} \right )</math>
  
3.) Kirchoff voltage rule
+
: <math>g_m \equiv y_{os} \equiv  \left ( \frac{\partial I_{out}}{\partial V_{out}} \right )</math> = output conductance
  
:<math>V_{CC} -I_C R_C - V_{CE} - I_E R_E = 0</math>
 
:<math>V_{CC} - V_{CE} -I_C (R_C  + R_E) = 0</math>  <math>I_C \approx I_E</math>
 
  
:<math>\Rightarrow I_C =\frac{ V_{CC} - V_{CE}}{R_C  + R_E }</math>
+
In the case of the common source JFET configuration
  
4.) Kirchoff law
+
<math>I_{in} = I_G</math> , <math>I_{out} = I_D</math>
  
:<math>V_{CC} -(I_B + I_D) R_2 - V_{EB} - I_E R_E = 0</math>
+
==admittance==
  
5.) INput resistance
+
;Notice: The above y-parameters have units of inverse Ohms 
  
<math>\frac{1}{R_{in}} = \frac{1}{X_B} + \frac{1}{R_1} + \frac{1}{R_2}</math>
+
The SI unit for this is called the "siemens" and is represented by '''S'''
  
6.)
+
:<math>\mbox {siemens} = S = \frac{1}{\mbox {Ohms}} = \Omega^{-1}</math>
  
:<math>V_B = \frac{R_1}{R_1+R_2} V_{CC}</math>
+
The inverse of resistance is conductance. 
 +
 
 +
In electric engineering the term "admittance" is used to describe how easily a circuit will allow current to flow (its conductance).
 +
 
 +
The unit "mho" is also used as an equivalent unit to '''S''' used by electrical engineers.
 +
 
 +
 
 +
:<math>\mbox {mho} = \frac{1}{\mbox {Ohms}} = \Omega^{-1}</math>
 +
 
 +
 
 +
== the JFET equivalent Circuit==
 +
 
 +
Below is a common source JFET configuration.  The Gate and Drain have the Source line as a common reference.  This is analogous to the common emitter configuration discussed in the last chapter and using in [[Lab_14_TF_EIM]].
 +
 
 +
[[File:TF_EIM_JFET_CommonSOurceCircuit.png| 200 px]]
 +
 
 +
 
 +
===DC===
 +
 
 +
[[File:TF_EIM_JFET_DCequivCircuit.png| 200 px]]
 +
 
 +
 
 +
The arrows with circles indicate ideal current sources.  The one on the left has the current <math>y_{rs}V_{out}</math> and the one on the right <math>y_{rs}V_{in}</math>
 +
 
 +
===AC===
 +
[[File:TF_EIM_JFET_ACequivCircuit.png| 200 px]]
 +
 
 +
C_{gs} is the capacitance between the gate and the source.
 +
 
 +
C_{gd} is the capacitance between the gate and the drain.
 +
 
 +
=MOSFET=
 +
 
 +
MOSFET<math> \equiv</math> Metal-Oxide-Semiconductor Field Effect Transistor
  
 
[[Forest_Electronic_Instrumentation_and_Measurement]]
 
[[Forest_Electronic_Instrumentation_and_Measurement]]

Latest revision as of 15:00, 6 April 2011

Field Effect Transistors (FET, JFET, MOSFET)

Properties

FETs differ from the bipolar transistors in the las chapter in that the current from a FET is only due to the majority charge carriers in the semiconductor while bi-polar transistors current is produced from both carrier types; electron and hole.

  • higher input impedance than bi-polar
  • less gain than bi-polar
  • better temperature stability

JFET

JFET [math]\equiv[/math] Junction Field Effect Transistor


In a bi-polar transistor you have a depletion region with mixed charge carriers

TF EIM BipolarJunction.png TF EIM BipolarJunctionDiodeRep.png TF EIM BipolarJunctionCircuit.png
pnp bi-polar transistor Equivalence circuit Circuit diagram


In the Junction Field Effect Transistor you have a single charge carrier with the minority charge carriers forming a choke point for the majority carrier current flow. It is similar to "pinching" a garden hose when water is flowing through it.


TF EIM JFETnchan.gif TF EIM nchanDiodeRep.jpg TF EIM JFETnchanCircuit.jpeg
JFET Equivalence circuit Circuit diagram

The semiconductor material of the gate is the opposite of the channel. Here the n-p (or p-n) junction is between the gate and the channel.

The JFET operates by reverse biasing the gate-channel junction (diode) so the gate current doesn't flow in the direction indicated by the circuit diagram symbol. This means that the current through the gate is small (nAmps). As a result the input impedance looking into the gate is high (M[math]\Omega[/math]) for the equivalent circuit.

The current junction rule is

[math]I_D = I_S + I_G \approx I_S[/math]

for the Bi-Polar transistor

[math]I_C=I_E +I_B \approx I_E[/math]

Resistance

The FET acts like a resistor.

Consider the following circuit

Let

[math]V_{DD} =[/math] the drain driving voltage

[math]R_D[/math] = resistor between the drain and V_{DD}

if [math]\rho[/math] = resistivity of the n-type semiconductor

then

r = [math]\rho \frac{\ell}{A}[/math] = resistance of the JFET
[math]I_D = \frac{V_{DD}}{r+R_D}[/math]

If you reverse bias the gate then the depletion region at the p-n junction expands into the n-type material thereby reducing the cross-sectional area (A) of the channel.

FET pinchoff

If you continue to reverse bias the gate, keeping V_{DD} constant, then the drain current will decrease as you make the gate more negative.

The pinchoff condition will occur when the reverse bias is large enough to stop the drain current I_D.

[math]V_{GS(off)} = \mbox{pinchoff bias} = \frac{enT}{8 \epsilon}[/math]

where

[math]\epsilon[/math] = dielectric constant
[math]T[/math] = thickness of the channel
[math]n[/math] = number of impurity atoms per volume


You can find the "pinchoff" voltage by making V_{GS} more negative (n-channel) until the drain current I_D becomes zero.


In the other extreme

[math]I_{DSS} \equiv[/math] Maximum drain current (current flows from Drain to Source with the gate Shorted; ie [math]V_{GS}[/math] = 0)

Temperature

Because of the way a JFET operates, by pinching the current, the device heats up less at higher currents because you are no longer restricting the current flow.

At low values of[math] I_D[/math] and increase in the device temperature will cause an increase in [math]I_D[/math].

But at high values of [math]I_D[/math] the increase in temperature decreases [math]I_D[/math].

This feature of the JFET allows you to chain several together for amplification such that if one starts to overheat it will amplify less.

Characteristic curve

The JFET has a characteristic curve that is similar to the bi-polar transistor. In the case of the bi-polar transistor you saw a dependence of the collector current ([math]I_C[/math]) on the potential difference between the collector and the emitter ([math]V_{CE}[/math]) for several values of the base current [math]I_B.[/math]

The JFET has a similar characteristic curve which the drain current ([math]I_D[/math]) depends on the voltage difference between the drain and source ([math]V_{DS}[/math]) for several values of the gate-source potential difference ([math]V_{S}[/math]).

The difference is that higher base current in the bi-polar transistor yields higher output currents whereas in the JFET you get higher output currents with the least negative gate bias (n-channel).


TF EIM JFET Vgs-vs-Id.pngTF EIM JFET Vds-vs-Id.png

Equivalent circuit

The method of Equivalent circuits seeks to describe the performance of a circuit in terms of it input and output voltages and currents. One you know the dependence of these parameters then the circuit becomes a black box.


Let

[math]V_{in}, V_{out}, I_{in}, I_{out}[/math] be the four variables which describe the circuit.

choose

[math]V_{in}[/math] and [math]V_{out}[/math] as the independent variables which will be described by the dependent variables [math]I_{in}[/math] and [math]I_{out}[/math]

In other words you express the currents as functions of the voltages

[math]I_{in} = f_{in}(V_{in},V_{out})[/math]
[math]I_{in} = f_{out}(V_{in},V_{out})[/math]


using the chain rule you can express small changes in the current as

[math]\Delta I_{in} = \left ( \frac{\partial I_{in}}{\partial V_{in}} \right ) \Delta V_{in} + \left ( \frac{\partial I_{in}}{\partial V_{out}} \right ) \Delta V_{out}[/math]
[math]\Delta I_{out} = \left ( \frac{\partial I_{out}}{\partial V_{in}} \right ) \Delta V_{in} + \left ( \frac{\partial I_{out}}{\partial V_{out}} \right ) \Delta V_{out}[/math]
Note
The derivatives with respect to one voltage are taken for fixed values of the other voltage.


You define the derivative in terms of "y-parameters" such that

[math]y_{is} \equiv \left ( \frac{\partial I_{in}}{\partial V_{in}} \right )[/math] = input conductance
[math]y_{rs} \equiv \left ( \frac{\partial I_{in}}{\partial V_{out}} \right )[/math]
[math]y_{fs} \equiv \left ( \frac{\partial I_{out}}{\partial V_{in}} \right )[/math]
[math]g_m \equiv y_{os} \equiv \left ( \frac{\partial I_{out}}{\partial V_{out}} \right )[/math] = output conductance


In the case of the common source JFET configuration

[math]I_{in} = I_G[/math] , [math]I_{out} = I_D[/math]

admittance

Notice
The above y-parameters have units of inverse Ohms

The SI unit for this is called the "siemens" and is represented by S

[math]\mbox {siemens} = S = \frac{1}{\mbox {Ohms}} = \Omega^{-1}[/math]

The inverse of resistance is conductance.

In electric engineering the term "admittance" is used to describe how easily a circuit will allow current to flow (its conductance).

The unit "mho" is also used as an equivalent unit to S used by electrical engineers.


[math]\mbox {mho} = \frac{1}{\mbox {Ohms}} = \Omega^{-1}[/math]


the JFET equivalent Circuit

Below is a common source JFET configuration. The Gate and Drain have the Source line as a common reference. This is analogous to the common emitter configuration discussed in the last chapter and using in Lab_14_TF_EIM.

TF EIM JFET CommonSOurceCircuit.png


DC

TF EIM JFET DCequivCircuit.png


The arrows with circles indicate ideal current sources. The one on the left has the current [math]y_{rs}V_{out}[/math] and the one on the right [math]y_{rs}V_{in}[/math]

AC

TF EIM JFET ACequivCircuit.png

C_{gs} is the capacitance between the gate and the source.

C_{gd} is the capacitance between the gate and the drain.

MOSFET

MOSFET[math] \equiv[/math] Metal-Oxide-Semiconductor Field Effect Transistor

Forest_Electronic_Instrumentation_and_Measurement