Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Obtain the state variable model for the following transfer function and put the result in terms of the A, B, C and D matrices

image text in transcribed  

Obtain the state variable model for the following transfer function and put the result in terms of the A, B, C and D matrices where the output is y(t): 2 Y(s) = F(s) 8s +55+3 a. Perform the calculation by hand (remember, you only want to return the value of y(t)). b. Calculate the A, B, C and D matrices in MATLAB by using the tf to define a LTI object from the transfer function and the ssdata command to define the state variable model. Comment on the differences between your answer to a and b. Check your work from a by defining a second LTI object using the ss. command, and using the tfdata command to calculated the transfer function. d. Use the tfdata command with your answer from b. How does this answer compare with the original transfer function and your answer from c?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

a Perform the calculation by hand Factor the denominator of the transfer function This will help you determine the number of state variables needed in your model In the given example the denominator c... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Control Systems

Authors: Richard C. Dorf, Robert H. Bishop

12th edition

136024580, 978-0136024583

More Books

Students also viewed these Programming questions

Question

What is a dummy variable?

Answered: 1 week ago