summaryrefslogtreecommitdiff
path: root/3507/CH19/EX19.3/Ex19_3.sce
blob: e055486c86464bc899ac0a69040a352e3a6a332d (plain)
1
2
3
4
5
6
7
8
9
10
//chapter19
//example19.3
//page417

Es=50 // V
Ec=100 // V

m=Es/Ec

printf("modulation factor = %.3f \n",m)