diff options
Diffstat (limited to '3769/CH29/EX29.6')
-rw-r--r-- | 3769/CH29/EX29.6/Ex29_6.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH29/EX29.6/Ex29_6.sce b/3769/CH29/EX29.6/Ex29_6.sce new file mode 100644 index 000000000..a023bc98d --- /dev/null +++ b/3769/CH29/EX29.6/Ex29_6.sce @@ -0,0 +1,11 @@ +clear +//Given +Pc=500 //watts + +//Calculation +Ps=(1/2.0)*(Pc) +Pt=Pc+Ps + +//Result +printf("\n (i) sideband power is %0.3f W",Ps) +printf("\n (ii) power of AM wave is %0.3f W",Pt) |