Question
STATE SPACE SYSTEMS USING MATLAB
Problem 2: Obtain the unit-ramp response of the system defined as follows lu. y=[1 0] |xi Show both the input ramp, and the s
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Transfer function of above stste space matrix is

Matlab program

A=[0 2;-3 -3];

B=[0;2];

C=[1 0];

D=[0];

[num,den]=ss2tf(A,B,C,D)

G(s)=(4)÷(s2+3s+6)

Matlab progrqm to plot response of given system

Response can be obtained by dividing the transfer function by s and

Taking step response

G(s) will become

G(s)=(4)÷(s3+3s2+6s)

Comment for step reaonse is

G=(4/(s3+3s2+6s))

step (G)

Program for unit ramp input is

R(s)=1÷s2

and finally it will be

r=1÷s3

step (r)

above comment will get the unit ramp response

hold comment used to hold 2 functions together

Add a comment
Know the answer?
Add Answer to:
STATE SPACE SYSTEMS USING MATLAB Problem 2: Obtain the unit-ramp response of the system defined as...
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
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