Experiment No:-8: Matlab Command Window
Experiment No:-8: Matlab Command Window
Experiment No:-8: Matlab Command Window
36
s +3 s+36
2
>> n = [36];
>> d = [ 1 3 36];
>> t = 0:0.005:2;
>> step (n,d,t)
>> grid on;
>> title('step response of g(S) = 36/S^2+3s+36');
>> xlabel('time');
>> ylabel('Amplitude(dB)');
>>
DHEERAJ KUMAR
14ESUEX205
EEE
5 th SEM.
Page 14