summaryrefslogtreecommitdiff
path: root/1757/CH5/EX5.9/EX5_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '1757/CH5/EX5.9/EX5_9.sce')
-rwxr-xr-x1757/CH5/EX5.9/EX5_9.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1757/CH5/EX5.9/EX5_9.sce b/1757/CH5/EX5.9/EX5_9.sce
new file mode 100755
index 000000000..8787d7dc3
--- /dev/null
+++ b/1757/CH5/EX5.9/EX5_9.sce
@@ -0,0 +1,8 @@
+//Example5.9 //to determine open loop gain
+clc;
+clear;
+close;
+beta = 0.0120 ; // Feedback transfer function
+Af = 80 ; //closed loop gain
+A = (Af)/(1-beta*Af) ;
+disp('open loop gain is = '+string(A)+'');