//Caption:Program to calculate radiated power.
//Exa:2.6
clc;
clear;
close;
//Given:
Pc=50*10^3;//interms of watts
m=0.85;//depth
Pt=Pc*(1+(m^2)/2);
printf("\n\n\t total power of modulated signal = %f kW ",Pt/1000);