summaryrefslogtreecommitdiff
path: root/1409/CH2/EX2.30/2_30.sce
diff options
context:
space:
mode:
Diffstat (limited to '1409/CH2/EX2.30/2_30.sce')
-rw-r--r--1409/CH2/EX2.30/2_30.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1409/CH2/EX2.30/2_30.sce b/1409/CH2/EX2.30/2_30.sce
new file mode 100644
index 000000000..538c88f3b
--- /dev/null
+++ b/1409/CH2/EX2.30/2_30.sce
@@ -0,0 +1,10 @@
+clc;
+//Page no:2-39
+//Example-2.30
+Am=20;
+Ac=50;
+u=0.75;
+fm=1;
+fc=50;
+//we know the equation for AM wave is Ac*[1+u*cos(2*%pi*t)]*cos(2*%pi*fc*t)
+disp("s(t)=50[1+0.75*cos(2*%pi*t)]*cos(2*%pi*50*t)");