You are on page 1of 1

Simplify to as below :

Then use matlab code to get the step response.

numc=1280*[1 25];
denc=[1 48 637 6870 37000];
t=0:.02:3;
step(numc, denc, t), grid
xlabel('t, sec.'), title('Terminal voltage step response')

You might also like