summaryrefslogtreecommitdiff
path: root/1409/CH2/EX2.18/2_18.sce
blob: 5fdcb1ee27484b10dad1bbdcdfb796b668511109 (plain)
1
2
3
4
5
6
7
8
clc;
//Page No:2-30
//Example-2.18
//Given maximum amplitude value is 15V and minimum value is 5V
Amax=15;
Amin=5;
u=(Amax-Amin)/(Amax+Amin);
disp(u,'u=');