//Caption:Program to calculate total power in the modulated signal. //Exa:2.16 clc; clear; close; //Given: Pc=250;//in Watts m=0.9;//depth Pt=Pc*(1+(m^2)/2); printf("\n\n\t total power of modulated signal = %f W ",Pt);