summaryrefslogtreecommitdiff
path: root/1409/CH2/EX2.14/2_14.sce
blob: b2de0d29aae104ea0fe36ab7a45209afc04cf368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc;
//page no:2-27
//Example:2.14
//Given carrier power is 360W and two modulation percentages are 55 and 65
u1=0.55;
u2=0.65;
ut=sqrt(u1^2+u2^2);
disp(ut,'ut=');
pc=300;
Ut=0.85;
Psb=(pc*[Ut^2])/2;
disp(+'W',Psb,'Total sideband power is');