summaryrefslogtreecommitdiff
path: root/199/CH6/EX6.2.b
diff options
context:
space:
mode:
Diffstat (limited to '199/CH6/EX6.2.b')
-rwxr-xr-x199/CH6/EX6.2.b/Example_6_2_b.sce12
-rwxr-xr-x199/CH6/EX6.2.b/result_ex_6_2_b.txt1
2 files changed, 13 insertions, 0 deletions
diff --git a/199/CH6/EX6.2.b/Example_6_2_b.sce b/199/CH6/EX6.2.b/Example_6_2_b.sce
new file mode 100755
index 000000000..c3d5e36ac
--- /dev/null
+++ b/199/CH6/EX6.2.b/Example_6_2_b.sce
@@ -0,0 +1,12 @@
+// Chapter6
+// Page.No-193, Figure.No-6.4(c)
+// Example_6_2_b
+// Max output voltage swing
+// Given
+clear;clc;
+R1=100*10^3;R2=100*10^3;R3=100*10^3;Rf=1*10^6;Rin=50;
+Ci=0.1*10^-6; // Capacitance b/w 2 stages being coupled
+Ro=Rin; // ac output resistance of the 1st stage
+UGB=10^6; // Unity gain bandwidth
+Vcc=15;
+printf("\n The ideal maximum output voltage swing is = %.f V pp \n",Vcc) \ No newline at end of file
diff --git a/199/CH6/EX6.2.b/result_ex_6_2_b.txt b/199/CH6/EX6.2.b/result_ex_6_2_b.txt
new file mode 100755
index 000000000..34ff2d57f
--- /dev/null
+++ b/199/CH6/EX6.2.b/result_ex_6_2_b.txt
@@ -0,0 +1 @@
+* The ideal maximum output voltage swing is = 15 V pp \ No newline at end of file