summaryrefslogtreecommitdiff
path: root/1574/CH3/EX3.12/M_Ex_3_12.sce
blob: f6dc81b03eb99052c0759206c0372721418d71f4 (plain)
1
2
3
4
5
6
7
8
clc
//Chapter3: Modulation
//Example3.12 page no 145
//Given
Pc=9e3//unmodulated carrier power
Pt=10.125e3//Modulated carrier power
Ma=sqrt(2*((Pt/Pc)-1))//depth of modulation
mprintf('The depth of modulation is: %d%c',Ma*100,'%')