summaryrefslogtreecommitdiff
path: root/74/CH3/EX3.5/example5_sce.sce
diff options
context:
space:
mode:
Diffstat (limited to '74/CH3/EX3.5/example5_sce.sce')
-rwxr-xr-x74/CH3/EX3.5/example5_sce.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/74/CH3/EX3.5/example5_sce.sce b/74/CH3/EX3.5/example5_sce.sce
new file mode 100755
index 000000000..db6e8b16b
--- /dev/null
+++ b/74/CH3/EX3.5/example5_sce.sce
@@ -0,0 +1,17 @@
+//chapter 3
+//example 3.5
+//page 120,
+A=2*10^5;//open loop gain
+R1=1000;Rf=10000;
+Ri=2*10^6;//input resistance
+Ro=75;//output resistance
+Fo=5;// single break frequency in Hz
+B=R1/(R1+Rf)
+Af=A/(1+A*B);//gain
+disp(Af)// closed loop gain
+Rif=Ri*(1+A*B);// closed loop input resistance
+disp(Rif)
+Rof=Ro/(1+A*B);
+disp(Rof)// colsed loop output resistance
+Fof=Fo*(1+A*B);
+disp(Fof)// colsed loop bandwidth in Hz \ No newline at end of file