diff options
Diffstat (limited to '199/CH6/EX6.2.b/Example_6_2_b.sce')
-rwxr-xr-x | 199/CH6/EX6.2.b/Example_6_2_b.sce | 12 |
1 files changed, 12 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 |