Question

Consider the second-order system Y(s) R(s 2s +1 USE MATLAB ONLY PLEASE Obtain the Unit-Impulse response curves for S-0.1,0.3,

0 0
Add a comment Improve this question Transcribed image text
Answer #1

`Hey,

Note: Brother in case of any queries, just comment in box I would be very happy to assist all your queries

clc
clear all
s={};
z=[0.1:0.2:0.7,1,4];
for i=1:length(z)
sys=tf([1],[1,2*z(i),1]);
impulse(sys);
hold on;
s{i}=sprintf('For zeta=%.1f\n',z(i));
end
legend(s);
title('For first part');
figure;

s={};
z=[0.1:0.2:0.7,1,4];
k=2;
w=2;
for i=1:length(z)
sys=tf([k*w^2],[1,2*w*z(i),w^2]);
impulse(sys);
hold on;
s{i}=sprintf('For zeta=%.1f\n',z(i));
end
legend(s);
title('For second part');

MATLAB R2018a Figure 2 Figure 1 File Edit View Insert Tools Desktop Window Help Eile Edit View Insert Iools Desktop Window He

Kindly revert for any queries

Thanks.

Add a comment
Know the answer?
Add Answer to:
Consider the second-order system Y(s) R(s 2s +1 USE MATLAB ONLY PLEASE Obtain the Unit-Impulse response curves for S-0.1,0.3,0.5, 0.7, 1.0 and 4.0. All graphs should be displayed on single graph prop...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Question three The figure below shows a unit step response of a second order system. From...

    Question three The figure below shows a unit step response of a second order system. From the graph of response find: 1- The rise timet, 2- The peak timet, 3- The maximum overshoot Mp 4- The damped natural frequency w 5. The transfer function. Hence find the damping ratio ζ and the natural frequency ah-Find also the transfer function of the system. r 4 02 15 25 35 45 Question Four For the control system shown in the figure below,...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT