summaryrefslogtreecommitdiff
path: root/1409/CH2/EX2.8/2_8.sce
blob: e420f749f6c27854720a424a2562a1f7eb86034b (plain)
1
2
3
4
5
6
7
8
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 ');