diff options
Diffstat (limited to '3769/CH29/EX29.7/Ex29_7.sce')
-rw-r--r-- | 3769/CH29/EX29.7/Ex29_7.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH29/EX29.7/Ex29_7.sce b/3769/CH29/EX29.7/Ex29_7.sce new file mode 100644 index 000000000..d25dc4bf6 --- /dev/null +++ b/3769/CH29/EX29.7/Ex29_7.sce @@ -0,0 +1,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) |