summaryrefslogtreecommitdiff
path: root/881/CH7/EX7.3/exa7_3.sce
blob: 9d3a1c8d072d1ccfd2b992c661908af72a99a607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.");