diff options
Diffstat (limited to '1574/CH3/EX3.26')
-rwxr-xr-x | 1574/CH3/EX3.26/M_Ex_3_26.sce | 13 | ||||
-rwxr-xr-x | 1574/CH3/EX3.26/Result_of_Chapter_3_Ex3_26.JPG | bin | 0 -> 129414 bytes |
2 files changed, 13 insertions, 0 deletions
diff --git a/1574/CH3/EX3.26/M_Ex_3_26.sce b/1574/CH3/EX3.26/M_Ex_3_26.sce new file mode 100755 index 000000000..934feb386 --- /dev/null +++ b/1574/CH3/EX3.26/M_Ex_3_26.sce @@ -0,0 +1,13 @@ +clc
+//Chapter3: Modulation
+//Example3.26, page no 176
+//Given
+mp=0.1//Modulating index
+fm=400//Modulating signal freq
+deltaF=mp*fm//Max freq deviation
+//disp(deltaF)
+ReqDev=50e3// Required deviation
+MF=ReqDev/deltaF// multiplication factor
+mprintf('Required Deviation is: %d kHz\n',ReqDev/1e3)
+mprintf('Required Multipication Factor is: 5*5*5*5*2')
+
diff --git a/1574/CH3/EX3.26/Result_of_Chapter_3_Ex3_26.JPG b/1574/CH3/EX3.26/Result_of_Chapter_3_Ex3_26.JPG Binary files differnew file mode 100755 index 000000000..add66e1cd --- /dev/null +++ b/1574/CH3/EX3.26/Result_of_Chapter_3_Ex3_26.JPG |