summaryrefslogtreecommitdiff
path: root/2951/CH3/EX3.2/ex3_2.sce
blob: b79e922dbb434cf71c15abd264502fc68da67629 (plain)
1
2
3
4
5
6
7
clc;
clear;
Pc=300;// Power of the carrier in W
m=0.6// modulation index
Pt=Pc*(1+(m^2)/2); //total power
disp("Total power in the modulated wave(in W) is");
disp(Pt);