diff options
Diffstat (limited to '2414/CH6/EX6.10/Ex6_10.sce')
-rwxr-xr-x | 2414/CH6/EX6.10/Ex6_10.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2414/CH6/EX6.10/Ex6_10.sce b/2414/CH6/EX6.10/Ex6_10.sce new file mode 100755 index 000000000..61e11d4bd --- /dev/null +++ b/2414/CH6/EX6.10/Ex6_10.sce @@ -0,0 +1,9 @@ +clc;
+close();
+//page no 201
+//prob no. 6.10
+//All voltage in V
+Ratio=.5/2; // Ratio=Vmin/Vmax
+m=(1-Ratio)/(1+Ratio); //modulation factor
+disp(m,'The modulation factor is ');
+disp(m*100,'The %age modulation is ');
|