diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /1574/CH3/EX3.31 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '1574/CH3/EX3.31')
-rwxr-xr-x | 1574/CH3/EX3.31/M_Ex_3_31.sce | 11 | ||||
-rwxr-xr-x | 1574/CH3/EX3.31/Result_of_Chapter_3_Ex3_31.JPG | bin | 0 -> 126333 bytes |
2 files changed, 11 insertions, 0 deletions
diff --git a/1574/CH3/EX3.31/M_Ex_3_31.sce b/1574/CH3/EX3.31/M_Ex_3_31.sce new file mode 100755 index 000000000..bcd4f95ee --- /dev/null +++ b/1574/CH3/EX3.31/M_Ex_3_31.sce @@ -0,0 +1,11 @@ +clc
+//Chapter3: Modulation
+//Example3.19, page no 178
+//Given
+R=1// load resistance
+Eo=100//RF voltage
+Po=Eo^2/R//Carrier power
+E=110//Modulated RMS voltage
+Pt=E^2/R//Total modulated power
+ma=sqrt(2*((Pt/Po)-1))// Depth of modulation
+mprintf('Modulation Index is: %f %c',ma*100,'%')
diff --git a/1574/CH3/EX3.31/Result_of_Chapter_3_Ex3_31.JPG b/1574/CH3/EX3.31/Result_of_Chapter_3_Ex3_31.JPG Binary files differnew file mode 100755 index 000000000..b7b6766db --- /dev/null +++ b/1574/CH3/EX3.31/Result_of_Chapter_3_Ex3_31.JPG |