summaryrefslogtreecommitdiff
path: root/3636/CH8/EX8.4/Ex8_4.sce
blob: d117896984e281aead01c5a6de75993ff17ece30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clc;
clear;
RL=3 //load resistor in ohm
hie=1*10^3 //in ohm
hre=2*10^-4 //in mho
hfe=25 //in mho
hoe=15*10^-6 //in mho

//Calculation
gm=hfe/hie 
Ave=-gm*RL*10^3

mprintf("Transconductannce= %0.3f mho\n",gm)
mprintf("Voltage gain= %0.2i",Ave)