summaryrefslogtreecommitdiff
path: root/3769/CH29/EX29.7/Ex29_7.sce
blob: d25dc4bf6eef6d5b039aa5f817c0ec972fd57036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clear
//Given
Pc=50
Ma=0.8
Ma1=0.1

//Calculation
Ps=(1/2.0)*Ma**2*Pc
Ps1=(1/2.0)*Ma1**2*Pc

//Result
printf("\n total sideband at 80percentageis %0.3f  KW",Ps)
printf("\n total sideband at 10percentageis %0.3f  KW",Ps1)