diff options
Diffstat (limited to '1409/CH2/EX2.19/2_19.sce')
-rw-r--r-- | 1409/CH2/EX2.19/2_19.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1409/CH2/EX2.19/2_19.sce b/1409/CH2/EX2.19/2_19.sce new file mode 100644 index 000000000..30b72cebd --- /dev/null +++ b/1409/CH2/EX2.19/2_19.sce @@ -0,0 +1,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=' );
|