summaryrefslogtreecommitdiff
path: root/226/CH11/EX11.5
diff options
context:
space:
mode:
Diffstat (limited to '226/CH11/EX11.5')
-rwxr-xr-x226/CH11/EX11.5/example5_sce.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/226/CH11/EX11.5/example5_sce.sce b/226/CH11/EX11.5/example5_sce.sce
new file mode 100755
index 000000000..b9c7b3748
--- /dev/null
+++ b/226/CH11/EX11.5/example5_sce.sce
@@ -0,0 +1,13 @@
+//chapter 11
+//example 11.5
+//page 456
+printf("\n")
+printf("given")
+Yfs=3000*10^-6;rd=50*10^3;Rs=3.3*10^3;Rd=4.7*10^3;Rl=50*10^3;rs=600;
+Zs=1/Yfs
+Zi=((1/Yfs)*Rs)/((1/Yfs)+Rs)
+Zd=rd
+Zo=(Rd*rd)/(Rd+rd)
+Av=Yfs*((Rd*Rl)/(Rd+Rl))
+disp("overall volateg gain")
+Av=(Yfs*((Rd*Rl)/(Rd+Rl))*Zi)/(rs+Zi) \ No newline at end of file