summaryrefslogtreecommitdiff
path: root/1409/CH2/EX2.19/2_19.sce
blob: 30b72cebd899c4d6fb952920fd5f67c696eb464b (plain)
1
2
3
4
5
6
7
8
9
clc;
//page no:2-30
//Example-2.19
//Given modulation index increases by 20%
//we know that u=sqrt(2*[(It/Ic)^2-1])
//Let It/Ic denoted as I
I=1.2;
u=sqrt(2*[(I)^2-1]);
disp(u,'u=' );