summaryrefslogtreecommitdiff
path: root/2330/CH11/EX11.1/ex11_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '2330/CH11/EX11.1/ex11_1.sce')
-rwxr-xr-x2330/CH11/EX11.1/ex11_1.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2330/CH11/EX11.1/ex11_1.sce b/2330/CH11/EX11.1/ex11_1.sce
new file mode 100755
index 000000000..c301c15af
--- /dev/null
+++ b/2330/CH11/EX11.1/ex11_1.sce
@@ -0,0 +1,11 @@
+// Example 11.1
+format('v',5)
+clc;
+clear;
+close;
+// given data
+r_F= 220;// in Ω
+r_E= 4.7;//in Ω
+// The closed loop voltage gain
+A_CL= r_F/r_E+1;
+disp(A_CL,"The closed loop voltage gain is : ")