summaryrefslogtreecommitdiff
path: root/2414/CH6/EX6.9/Ex6_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '2414/CH6/EX6.9/Ex6_9.sce')
-rwxr-xr-x2414/CH6/EX6.9/Ex6_9.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2414/CH6/EX6.9/Ex6_9.sce b/2414/CH6/EX6.9/Ex6_9.sce
new file mode 100755
index 000000000..1d4f1dc4b
--- /dev/null
+++ b/2414/CH6/EX6.9/Ex6_9.sce
@@ -0,0 +1,10 @@
+clc;
+close();
+//page no 200
+//prob no. 6.9
+//All voltage in V
+m=0.6; //modulation factor
+A=100; //peak carrier level (in V)
+Vmax=A*(1+m);
+Vmin=A*(1-m);
+disp(Vmin,'Vmin:',Vmax,'Vmax:','The maximum and minimum values of positive envelope is')