summaryrefslogtreecommitdiff
path: root/1574/CH3/EX3.2/M_Ex_3_2.sce
blob: 492f599a3bbbf701a86402688b9c6c0dd1bae26a (plain)
1
2
3
4
5
6
7
8
clc
//Chapter3: Modulation
//Example3.2, page no 135
//Given
Pc=9e3// Tx Power without modulation
Pmod=10.125e3//Tx Power after modulation
Ma= sqrt(2*((Pmod/Pc)-1))//depth of (percentage) modulation
mprintf('Depth of modulation is:%f',Ma)