summaryrefslogtreecommitdiff
path: root/2825/CH9/EX9.2/Ex9_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '2825/CH9/EX9.2/Ex9_2.sce')
-rwxr-xr-x2825/CH9/EX9.2/Ex9_2.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/2825/CH9/EX9.2/Ex9_2.sce b/2825/CH9/EX9.2/Ex9_2.sce
new file mode 100755
index 000000000..a6f2fd1b2
--- /dev/null
+++ b/2825/CH9/EX9.2/Ex9_2.sce
@@ -0,0 +1,7 @@
+//Ex9_2 Pg-475
+clc
+
+Aol= 50000 //open loop gain
+fol=14 //open loop frequency in HZ
+fcl=(Aol+1)*fol //close loop frequency in Hz
+printf("Close loop Bandwidth = %.0f kHz",fcl*10^-3)