Plotting Transfer Characteristics of Jfets: Mathcad
Plotting Transfer Characteristics of Jfets: Mathcad
Plotting Transfer Characteristics of Jfets: Mathcad
41
FET Plotting Transfer Characteristics of JFETs
Computer analysis
MATHcad: Interface Prime 1.0
12 17
CH 1
42
FET Plotting Transfer Characteristics of JFETs
Computer analysis
MATHcad:
Shift ^
Shift *
12 17
CH 1
1
1/17/2012
43
FET Plotting Transfer Characteristics of JFETs
Computer analysis
MATLAB:
%% Electronic Circuit Design (ECD) Spring 2012
% Chapter 6 (Bolystad): FET
% Transfer characteristic Curve of an n-channel JFET from Shockley's Equations
12 17
CH 1
44
FET Plotting Transfer Characteristics of JFETs
Computer analysis
MATLAB:
-3
x 10 Transfer characteristics of n-channel JFET
8
5
ID
0
-4 -3.5 -3 -2.5 -2 -1.5 -1 -0.5 0
VGS
12 17
CH 1
2
1/17/2012
45
FET Plotting Transfer Characteristics of JFETs
Example 6.1:
Sketch the transfer function curve define by IDSS = 12 mA and VP = − 6V.
Example 6.2:
Sketch the transfer function curve for a p-channel device with IDSS = 4 mA
And VP = 3V.
12 17
CH 1
46
FET Plotting Transfer Characteristics of JFETs
Computer analysis
Example 6.1:
IDSS = 12 mA and VP = − 6V VGS (volts) ID (mA)
0 IDSS = 12
%% Example 6-1 Boylestad
0.3VP = − 1.8 0.5 IDSS = 6
% Sketch the TC if IDSS = 12 mA
and Vp = - 6V. 0.5VP = − 3 0.25 IDSS = 3
VP = − 6 0
Vp = -6; % Given
Idss = 12/1000; % 12 mA: Given 0.012
Ex: 6-1:Transfer Characteristics of n-channel JFET
Vgs = Vp:0;
Id = Idss* (1-Vgs/Vp).^2; 0.01
0.008
plot(Vgs,Id), title('Ex: 6-
1:Transfer Characteristics of n-
ID
0.006
channel JFET')
ylabel('ID'), xlabel('VGS'),grid 0.004
on;
0.002
0
12 17 -6 -5 -4 -3 -2 -1 0
VGS
CH 1
3
1/17/2012
47
FET Plotting Transfer Characteristics of JFETs
Computer analysis
Example 6.2:
IDSS = 4 mA and VP = 3V (p-channel) VGS (volts) ID (mA)
0 IDSS = 4
-3
Vp = 3; % Given 4
x 10 Ex: 6-2:Transfer Characteristics of p-channel JFET
2.5
plot(Vgs,Id,'r-*'), title('Ex: 6-2:Transfer
Characteristics of p-channel JFET')
ID
2
0.5
0
12 17 0 0.5 1 1.5 2 2.5 3
VGS
CH 1
4
FET 8
JFETs’ Specifications
12 17
CH 1
4
1/17/2012
49
FET Specifications of JFETs
1. Maximum Ratings:
• Maximum voltages b/w terminals
• Maximum currents levels
• Maximum power dissipation levels
• VDS and VDG must not be exceeded
• Under normal conditions:
PD =V DS I D
2. Electrical Characteristcs:
• VP (off) Range
• ID (on) range
12 17
CH 1
50
FET Specifications of JFETs
Maximum Ratings
12 17
CH 1
5
1/17/2012
51
FET Specifications of JFETs
Electrical Characteristics
12 17
CH 1
52
FET Specifications of JFETs
12 17
CH 1
6
1/17/2012
53
FET Specifications of JFETs
4. Operating region:
12 17
CH 1
54
FET Important Relationships
JFET BJT
ID IDSS 1− IC β IB
ID IS IC ≅ IE
IG ≅ 0 A VBE ≅ 0.7 V
D C
=β
β IB
1−
G JFET B BJT
+ +
!=0.7V
− −
S E
12 17
CH 1