blob: 2d885623ded8e3ce601cb682a40be0e94362685d (
plain)
1
2
3
4
5
6
7
8
|
clc
//Chapter3: Modulation
//Example3.29, page no 177
//Given
Pc=100e3//Carrier power
ma=0.5//Depth of modulation
Pt=Pc*(1+((ma^2)/2))//total RF power
mprintf('Total RF power delivered is:Pt= %f kW',Pt/1e3)
|