summaryrefslogtreecommitdiff
path: root/3630/CH3/EX3.21/Ex3_21.sce
blob: dec2583064317b2c85032fb357e6d95090a4a59e (plain)
1
2
3
4
5
6
7
8
9
clc;
//Ex3.21
Vr=1.5; //Volt
Zl=5; //Ohm
RL=120; //Ohm
Rs=51; //Ohm
R1=(Zl*RL)/(Zl+RL); //Ohm
Vrout=(R1/(R1+Rs))*Vr; //Volt
disp('mVpp',Vrout*1000,"Vrout="); //The answers vary due to round off error