Question

9. A control system is given by the following state-space representation -8 101 [2 dt 1-6 00 y [1 0 0]x Please do the followi

this problem needs to be done using SciLab

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

part a:

A = [-8 1 0;-16 0 1;-6 0 0];
B = [2;8;6];
C = [1 0 0];
D = 0;

SS = syslin('c',A,B,C,D); //defining state space
TF1 = ss2tf(SS); //finding state from transfer function

o/p:

--> TF1
TF1 =

2   
6 + 8s + 2s
-----------------
2 3
6 + 16s + 8s + s   

part b:

[z,p,k]=tf2zp(TF1); //finding zeros and poles and gain k

o/p:

--> z
z =

-3.
-1.


--> p
p =

-5.0861302
-2.4280067
-0.4858631

part c

t = 0:0.05:6;

subplot(211);
plot(t,csim('step',t,TF1));

subplot(212);
plot(t,csim('imp',t,TF1))

output:

0.6 0.4 0.2 0 02 0.4 0 D.8 1.2 14 1. 1.8 2 2.2 24 2.8 2.8 33.23.4 3.6 38 42 4.4 46 .8 52 6.4 58 6.86 0.5 20.4 0.6 0.8 1 1.2 1

Add a comment
Know the answer?
Add Answer to:
9. A control system is given by the following state-space representation -8 101 [2 dt 1-6 00 y [1...
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
  • Test 1 2: A state space representation of a system is given by: -2 011 y=[0...

    Test 1 2: A state space representation of a system is given by: -2 011 y=[0 1]x 1. Design a state variable feedback control to place the closed-loop poles s =-3 ±j2. Assume that the complete state vector is available for feedback.。 Find the resulted close loop transfer function.

  • Given the following system, where Gs(s) - -e2) Given the following system, where Gc(s) S+3 3s++2)...

    Given the following system, where Gs(s) - -e2) Given the following system, where Gc(s) S+3 3s++2) and H(s)s R(S) . Gc(s) G(s) Y(s) SOLVE IN MATLAB CODE ONLY Obtain the transfer function of the system above. Find zeros, poles, and gain of the transfer function and plot zeros and poles. Rewrite the transfer function using the partial fraction expansion. Graph the Step response. Graph the impulse response.

  • 1. Given the linear feedback control system interconnection shown in the figure below: GOV=F+58 +8 X(3)...

    1. Given the linear feedback control system interconnection shown in the figure below: GOV=F+58 +8 X(3) SW 2 TH=sko Sws Notation: let SWn=0 denote that switch SWn is open and SWn=1 denote the SWn is closed. Problem Statement: write a matlab m-file (program) to obtain the closed loop system transfer function Mn(s), for 1<n<4, for each of the following feedback schemes 1. SW1=1; SW2=SW3=0 2. SW2=1; SW1=SW3=0 3. SW3=1; SW1=SW2=0 4. SW1=SW2=SW3=1, Using Kp=0.1, K=4 and Kp=0.3. Your program should...

  • Q3. The state-space representation of a dynamical system is given as follows: (2) (y = 2...

    Q3. The state-space representation of a dynamical system is given as follows: (2) (y = 2 x 1. By finding the eigenvalues, eigenvectors of the A matrix, compute el via the diagonal transformation. 2. Assume that the control input is u(t) = 0, compute x(1) and y(t). 3. Assume that the input is u(t) = 1 + 2e-21, compute x(t) and y(t). 4. Given your answers to the previous question, compute x(t) when 1 00

  • Problem 4: (65 points) Let a system be given by the state space representation 8 8...

    Problem 4: (65 points) Let a system be given by the state space representation 8 8 10 * = X+ u(t), y = [1 -1]x – u(t) 1 1 -1 0 Y(S) d) (7) Find the transfer function US) e) (5) Is the system BIBO stable? 3 f) (9) Let the initial state x(0) -3 u(t) = 0) for all t > 0. = Find the zero input response (i.e., with the input

  • A state space representation of a system is below, 1 1 TO La 1 b] +...

    A state space representation of a system is below, 1 1 TO La 1 b] + (0.5 y=[0 c]a 9.$+ Given that a = -14, b = -2, and c=6, what is its transfer function ? U(s) in the form of 1 com s+p, stro Please derive your expression and then match its coefficients to the given form carefully and then fill in the blanks below.

  • ' 1. Review Question a) Name three applications for feedback control systems. b) Functionally, ho...

    ' 1. Review Question a) Name three applications for feedback control systems. b) Functionally, how do closed-loop systems differ from open-loop systems? c) Name the three major design criteria for control systems. d) Name the performance specification for first-order systems. e) Briefly describe how the zeros of the open-loop system affect the root locus and the transient response. What does the Routh-Hurwitz criterion tell us? f) 2. Given the electric network shown in Figure. a) Write the differential equation for...

  • Experiment 1 Consider the open-loop system, modelled as V (s) 6(s) GM(s) where GM(s) is given by ...

    Experiment 1 Consider the open-loop system, modelled as V (s) 6(s) GM(s) where GM(s) is given by equation7 In this experiment, we will find the responise and investigate the characteristics of this open-loop system. a) Write instructions to create the ILTI (linear time-invariant) transfer function representing the motor GM(s). b) Plot the open-loop response for step voltage input (step response). c) Find the finite poles afid zeros of GM(s) c) Answer questions for experiment 1 in the worksheet. Simplifying, gives...

  • 3. The transfer function of a control system is given as G(s) = (s+1)(s+2)(s45) (a) Determine a state variable representation in observer canonical form. (b) Design a full order observer of the syste...

    3. The transfer function of a control system is given as G(s) = (s+1)(s+2)(s45) (a) Determine a state variable representation in observer canonical form. (b) Design a full order observer of the system. Let the poles of the observer be 10 times faster than the system poles. Show the observer gain matrix. (c) Determine and plot the errors responses between the estimated output and the actual output. (d) Determine and plot the estimated state variables and determine their settling times....

  • Problem 1. Consider the following mass, spring, and damper system. Let the force F be the...

    Problem 1. Consider the following mass, spring, and damper system. Let the force F be the input and the position x be the output. M-1 kg b- 10 N s/m k 20 N/nm F = 1 N when t>=0 PART UNIT FEEDBACK CONTROL SYSTEM 5) Construct a unit feedback control for the mass-spring-damper system 6) Draw the block diagram of the unit feedback control system 7) Find the Transfer Function of the closed-loop (CL) system 8) Find and plot the...

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