[SOLVED] 24667-Homework 4: Linear Control Systems

25.99 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)

Exercise 1. Canonical forms (10 points) Consider the system given by:

Find the controllable canonical form state representation.

Exercise 2. Realization matrix form of realizable MIMO system (15 points)

Find a state-space realization for

Exercise 3. Minimum Realizations (20 points)

Are the two state equations

and

equivalent, i.e. do they have the same transfer function? Are they minimal realizations?

Exercise 4. Realization (15 points)

Consider the following transfer function

  • Determine the standard controllable realization. (5 points)
  • Determine the standard observable realization. (5 points)
  • Determine a minimal realization. (5 points)

Exercise 5. Controllable decomposition (10 points)

Reduce the state equation

to a controllable form. Is the reduced state equation observable?

Exercise 6. kalman decomposition (10 points)

Decompose the state equation

to a form that is both controllable and observable.

Exercise 7. Controllable Canonical Form (20 points)

Figure 1: An electromechanical system

The dynamic model of this system can be derived in three segments: a circuit model, electromechanical coupling, and a rotational mechanical model. For the circuit model, Kirchoff’s voltage law yields a first order differential equation relating the armature current to the armature voltage; that is,

)                                                       (1)

Motor torque is modeled as being proportional to the armature current, so the electromechanical coupling equation is

τ(t) = kTi(t)                                                               (2)

where kT is the motor torque constant. For the rotational mechanical model, Euler’s rotational law results in the following second-order differential equation relating the motor shaft angle θ(t) to the input torque τ(t).

¨(t) + ˙(t) = τ(t)                                                        (3)

Converting the ODEs into transfer functions and multiplying them together, we eliminate the intermediate variables to get the overall transfer function:

(4)

Write the controllable canonical form of this system.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.