diff options
Diffstat (limited to '881/CH7/EX7.3')
-rwxr-xr-x | 881/CH7/EX7.3/exa7_3.sce | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/881/CH7/EX7.3/exa7_3.sce b/881/CH7/EX7.3/exa7_3.sce new file mode 100755 index 000000000..9d3a1c8d0 --- /dev/null +++ b/881/CH7/EX7.3/exa7_3.sce @@ -0,0 +1,25 @@ +clc; +//Example 7.3 +//Page No 257 + +disp("Given: An FM modulator with a modulation index m=1, a modulating signal v,(t)=Vmsin(2pi1000t) and an unmodulated carrier vc(t)=10sin(2pi500kt)."); + +//Solution + +//(a) + +disp("(a)From Table 7.3, a modulation index of 1 yields a reduced carrier component and three sets of significant side frequencies. "); + +//(b) + +disp("(b)The relative amplitudes of the carrier and side frequencies are, "); + +disp(" J0= 0.77x(10) = 7.7 V"); + +disp(" J1= 0.44x(10) = 4.4 V"); + +disp(" J2= 0.11x(10) = 1.1 V"); + +disp(" J3= 0.02x(10) = 0.2 V"); + +disp("(c)The frequency spectrum is shown in figure 7-6."); |