summaryrefslogtreecommitdiff
path: root/3637/CH1/EX1.14/Ex1_14.sce
blob: 81e407925f1456214d8d1f38d641f281f60154e3 (plain)
1
2
3
4
5
6
7
8
//Example 14 Page No: 1.89
//given
sr=0.5e6;//volt/sec
a=50;
freq1=20e3;//hz
//determine max peak to peak voltage
v1=sr/(2*3.14*freq1*a);format(3);
disp('input voltage '+string(v1*10^3)+'mV');