Question: 1. Give a minimal realization for the transfer function matrix G(s) = s+ (s 6)(s +5) You'll want to use MATLAB to help solve this

 1. Give a minimal realization for the transfer function matrix G(s)

1. Give a minimal realization for the transfer function matrix G(s) = s+ (s 6)(s +5) You'll want to use MATLAB to help solve this problem. Keep in mind that the command zeros (m,n) creates an m n matrix of zeros and that the command eye(n) creates an n n identity matrix. Work the problem three wavs (a) Find any realization, then remove the uncontrollable part, and then take the re- sulting system and remove its unobservable part. Note that if you start with a controllable (or observable) realization, then you need only remove the unobserv- able part (or uncontrollable part). (Furthermore, if you start with an arbitrary realization and find its "Kalman decomposition," you can then remove the un- controllable and unobservable parts simultaneously.) (b) Find any realization and then go directly to a minimal realization using the minreal command of MATLAB. The syntax is [A,B,C,D] minreal (a,b,c,d); = or G1 G2 ss (a,b,c,d); minreal(G1); where the A, B, C and D variables play the role of the A, B, C and D matrices in the state space description (and likewise for the lower case variables) (c) Use MATLAB to enter the transfer function with the tf command, then convert to state space form with the ss command, then use minreal. The syntax, for exanple for H(s) 1S H-min minrea1(H,ss) ; 1. Give a minimal realization for the transfer function matrix G(s) = s+ (s 6)(s +5) You'll want to use MATLAB to help solve this problem. Keep in mind that the command zeros (m,n) creates an m n matrix of zeros and that the command eye(n) creates an n n identity matrix. Work the problem three wavs (a) Find any realization, then remove the uncontrollable part, and then take the re- sulting system and remove its unobservable part. Note that if you start with a controllable (or observable) realization, then you need only remove the unobserv- able part (or uncontrollable part). (Furthermore, if you start with an arbitrary realization and find its "Kalman decomposition," you can then remove the un- controllable and unobservable parts simultaneously.) (b) Find any realization and then go directly to a minimal realization using the minreal command of MATLAB. The syntax is [A,B,C,D] minreal (a,b,c,d); = or G1 G2 ss (a,b,c,d); minreal(G1); where the A, B, C and D variables play the role of the A, B, C and D matrices in the state space description (and likewise for the lower case variables) (c) Use MATLAB to enter the transfer function with the tf command, then convert to state space form with the ss command, then use minreal. The syntax, for exanple for H(s) 1S H-min minrea1(H,ss)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!