summaryrefslogtreecommitdiff
path: root/1409/CH2/EX2.18/2_18.sce
diff options
context:
space:
mode:
Diffstat (limited to '1409/CH2/EX2.18/2_18.sce')
-rw-r--r--1409/CH2/EX2.18/2_18.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1409/CH2/EX2.18/2_18.sce b/1409/CH2/EX2.18/2_18.sce
new file mode 100644
index 000000000..5fdcb1ee2
--- /dev/null
+++ b/1409/CH2/EX2.18/2_18.sce
@@ -0,0 +1,8 @@
+clc;
+//Page No:2-30
+//Example-2.18
+//Given maximum amplitude value is 15V and minimum value is 5V
+Amax=15;
+Amin=5;
+u=(Amax-Amin)/(Amax+Amin);
+disp(u,'u=');