summaryrefslogtreecommitdiff
path: root/199/CH8/EX8.4
diff options
context:
space:
mode:
Diffstat (limited to '199/CH8/EX8.4')
-rwxr-xr-x199/CH8/EX8.4/Example_8_4.sce9
-rwxr-xr-x199/CH8/EX8.4/result_ex_8_4.txt1
2 files changed, 10 insertions, 0 deletions
diff --git a/199/CH8/EX8.4/Example_8_4.sce b/199/CH8/EX8.4/Example_8_4.sce
new file mode 100755
index 000000000..2863c9809
--- /dev/null
+++ b/199/CH8/EX8.4/Example_8_4.sce
@@ -0,0 +1,9 @@
+// Chapter8
+// Page.No-335, Figure.No-8.14(a)
+// Example_8_4
+// Output voltage
+// Given
+clear;clc;
+Vo=2.8; // At Finmax of 10kHz
+Vo1=Vo/10; // Output voltage at Fin=1kHz
+printf("\n Output voltage is = %.2f V \n",Vo1) // Result
diff --git a/199/CH8/EX8.4/result_ex_8_4.txt b/199/CH8/EX8.4/result_ex_8_4.txt
new file mode 100755
index 000000000..824238387
--- /dev/null
+++ b/199/CH8/EX8.4/result_ex_8_4.txt
@@ -0,0 +1 @@
+* Output voltage is = 0.28 V \ No newline at end of file