diff options
Diffstat (limited to '1409/CH2/EX2.8/2_8.sce')
-rw-r--r-- | 1409/CH2/EX2.8/2_8.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1409/CH2/EX2.8/2_8.sce b/1409/CH2/EX2.8/2_8.sce new file mode 100644 index 000000000..e420f749f --- /dev/null +++ b/1409/CH2/EX2.8/2_8.sce @@ -0,0 +1,9 @@ +//page no:2-17
+//Example:2.8
+clc;
+//given modulation indices are 0.6, 0.3 and 0.4
+u1=0.6;
+u2=0.3;
+u3=0.4;
+ut=sqrt(u1^2+u2^2+u3^2);
+disp(ut,'Total Modulation index is ');
|