summaryrefslogtreecommitdiff
path: root/1409/CH6/EX6.1/6_1.sce
blob: 80782a13ff72fc698f64990c754994e3feec2e7d (plain)
1
2
3
4
5
6
clc;
//page no 6-9
//Example 6.1
u=input("Enter the value of modulation index=");
fom=u^2/(2+u^2);
disp(fom,'Figure of merit is ');