summaryrefslogtreecommitdiff
path: root/293/CH9/EX9.2/eg9_2.sce
blob: 8a35341510cf201b7695a5880944c7b1bf8c7565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Quiescent point
Idq = 0.0034; // drain current
Vdq = 15; // drain voltage
Vgq = 1; // gate voltage

Vdd = 24; //drain supply voltage 

Rs = Vgq/Idq;
disp(Rs,"The value of self bais source resistance is(in ohm): ")

Rd = (Vdd - Vdq)/Idq ; 
disp(Rd,"The value of drain load resistance is(in ohm): ")