diff options
Diffstat (limited to '3682/CH4/EX4.8/Ex4_8.sce')
-rw-r--r-- | 3682/CH4/EX4.8/Ex4_8.sce | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/3682/CH4/EX4.8/Ex4_8.sce b/3682/CH4/EX4.8/Ex4_8.sce new file mode 100644 index 000000000..ca36731f0 --- /dev/null +++ b/3682/CH4/EX4.8/Ex4_8.sce @@ -0,0 +1,19 @@ +// Exa 4.8
+
+clc;
+clear;
+
+// Given data
+
+// Referring Fig. (4.28) -Non- inverting terminal integrator
+
+// Solution
+
+printf(' The voltage at the (+) input terminal of the op-amp due to potential divider is,\n');
+printf(' V(+) = 1/ s*C * Vi(s)\n');
+printf(' ----------\n');
+printf(' R+ 1/ s*C \n\n');
+printf(' The output voltage Vo(s) fot the non-inverting amplifier is - \n');
+printf(' Vo(s) = (1 + 1/(s*C*R))*V(+) = Vi(s) / (s*R*C)).\n\n');
+printf(' Hence in time domain, we get, vo = (1/(R*C)) ∫ vi dt .\n');
+printf(' Hence proved. \n');
|