summaryrefslogtreecommitdiff
path: root/1409/CH2/EX2.4/2_4.sce
blob: 346a87ebca4333f314a9ae72138bc3063a4ad566 (plain)
1
2
3
4
5
6
7
8
clc;
//page no 2-11
//example: 2.4
//Given carrier power=400 watt and modulation depth as 80%
u=0.8;
Pc=400;
ptotal=Pc*(1+(u^2/2));
disp(+'watts',ptotal, 'Total power delivered is ')