Electrical Engineering (EE) Exam  >  Electrical Engineering (EE) Notes  >  Lecture 35 - Reduced Order Observers

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE) PDF Download

Lecture 35 - Reduced Order Observers, Control Systems

 

In the last lecture we have already acquired some idea about observation and learned how a full order observer can be designed.
In this lecture we will discuss reduced order observers.

1 Reduced Order Observers

We know that an observer that estimates fewer than “n” states of the system is called reduced order observer.

Consider the following system

x(k + 1) = Ax(k) + Bu(k) y(k) = C x(k)

where x ∈ Rn×1, u ∈ Rm×1 and y ∈ Rp×1.

Since the output y is a vector with dimension p where p < n, we would like to use these p outputs to determine p states of the state vector and design an estimator of order n − p to estimate the rest.

If rank(C ) = p then y(k) = C x(k) can be used to solve for p of the xi’s in terms of yi’s and remaining n − p state variables xk ’s will be estimated.

Let us assume that the dynamics of the observer are given by

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE) (k + 1) = DLecture 35 - Reduced Order Observers - Electrical Engineering (EE)(k) + E u(k) + Gy(k)                        (1)

Let us take a transformation P such that

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)= P x

Applying this transformation on the system dynamics,

P x(k + 1) = P Ax(k) + P Bu(k)                              (2)

Subtracting (2) from (1),

(P A − DP − GC )x(k) + (P B − E )u(k) = 0

The above relation will be true for all k and any arbitrary input u(k), if

P A − DP = GC
and, E = P B

If Lecture 35 - Reduced Order Observers - Electrical Engineering (EE) but the above equation holds true, then we can write

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

If D has eigenvalues inside the unit circle, then we can write

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

If we try P = In×n where In×n is the identity matrix with dimension n × n, and G = L, we get
A − LC = D
and, E = B

The resulting estimator is the Luenberger full order estimator. A − LC = D can be solved for L such that D has eigenvalues at the prescribed locations.

The above is possible if and only if the pair (A, C ) is observable which was the only assumption in observer design.

The dimensions of P , D and G are as follows

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)
Now we have

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

Thus the estimated state vector will be

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

Figure 1: Reduced Order observer

Thus rank ofLecture 35 - Reduced Order Observers - Electrical Engineering (EE) should be equal to n.

P A − DP = GC can be uniquely solved if no eigenvalues of D is an eigenvalue of A.

Figure 1 shows the block diagram of a reduced order observer.
While choosing D and G, we have to make sure that  Lecture 35 - Reduced Order Observers - Electrical Engineering (EE) has rank n.

The following example will illustrate the observer design.

Example 1: Let us take the following discrete time system

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

Thus, D ∈ R1×1. Let us take D = 0.5. We know,

P A − DP = GC

Let us assume P = [pp2] ∈ R1×2. Putting this in the above equation,

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

If we take G = 20,

GC = [20 0]

Thus, we get

p1 = 0.5p2 and, 20p− 0.5p1 = 20

Solving the above equations, p1 = 0.51 and p2 = 1.01 and E =   Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)


1.1 Controller with Reduced Order Observer 

The observer dynamics:

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

The state feedback control

u(k) = −K Lecture 35 - Reduced Order Observers - Electrical Engineering (EE) (k)

where

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

and y(k) = C x(k). Let’s assume Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

Combining the observer with the system dynamics

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

Let us defineLecture 35 - Reduced Order Observers - Electrical Engineering (EE)

We can writeLecture 35 - Reduced Order Observers - Electrical Engineering (EE)

Again we can write

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

and

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

Thus

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

Since P A − DP − GC = 0 and Q2P = In − Q1C , we can write

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

From the above we can say that if (A − B K ) and D have eigenvalues inside the unit circle then Lecture 35 - Reduced Order Observers - Electrical Engineering (EE) Again, the eigenvalues of 

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE) are the eigenvalues of A − B K together with eigenvalues of D.

Thus K and D can be separately designed to ensure that both (A − B K ) and D have eigenvalues inside the unit circle

Thus separation principle is valid for reduced order observer too.

Figure 2 shows the block diagram of controller with reduced order observer.

Points to remember 

1. Separation principle assumes that the observer uses an exact dynamics of the plant. In reality, the precise dynamic model is hardly known.

2. The information known about the real process is often too complicated to be used in the observer.

3. The above points indicate that separation principle is not good enough for observer design, robustness of the observer must be checked as well.

4. K should be designed such that the resulting u is not much high because of hardware limitation. Also, large control increases the possibility of entering the system into nonlinear region.

5. Dynamics of the observer poles should be much faster than the controller poles.

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

Figure 2: Controller with reduced order observer


2 Deadbeat Control by State Feedback and Deadbeat Observers 

Consider the system

x(k + 1) = Ax(k) + Bu(k) y(k) = C x(k)

where A ∈ Rn×n, B ∈ Rn×1 and C ∈ R1×n.

With the state feedback control u(k) = −K x(k) the closed loop system becomes

x(k + 1) = (A − BK )x(k)

Desired characteristic equation:

zn + α1zn−1 + · · · + αn−1z + αn = 0

We pick a K such that coefficients of |zI − (A − B K )| match with those of the desired characteristic equation.

Let us consider a special case when α1 = α2 = · · · = αn = 0. The desired characteristic equation in this case becomes
zn = 0

By Cayley-Hamilton theorem:

(A − BK )n = 0

Thus

x(k) = (A − BK )k x(0) = 0, for k ≥ n

In other words, any initial state x(0) is driven to the equilibrium state x = 0 in at most n steps.

Thus the control law that assigns all the poles to origin can be viewed as a deadbeat control.

Similarly when all observer poles are at zero, we refer to that a deadbeat observer.

In deadbeat response, settling time depends on the sampling period. For a very small T , settling time is also very small, but the control signal becomes very high. Designer has to make a trade off between the two.

 

 

 

 

The document Lecture 35 - Reduced Order Observers - Electrical Engineering (EE) is a part of Electrical Engineering (EE) category.
All you need of Electrical Engineering (EE) at this link: Electrical Engineering (EE)
Are you preparing for Electrical Engineering (EE) Exam? Then you should check out the best video lectures, notes, free mock test series, crash course and much more provided by EduRev. You also get your detailed analysis and report cards along with 24x7 doubt solving for you to excel in Electrical Engineering (EE) exam. So join EduRev now and revolutionise the way you learn!
Sign up for Free Download App for Free

FAQs on Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

1. What are reduced order observers?
Ans. Reduced order observers are mathematical models used in control systems to estimate the unmeasured states of a system based on available measurements. They are designed to provide a lower-dimensional approximation of the full state of a system, allowing for efficient and simplified state estimation.
2. How do reduced order observers work?
Ans. Reduced order observers work by using a reduced set of measurements to estimate the unmeasured states of a system. They do this by utilizing a mathematical model of the system dynamics and updating the state estimates based on the available measurements. The model is typically derived using system identification techniques and can be linear or nonlinear.
3. What are the advantages of using reduced order observers?
Ans. There are several advantages to using reduced order observers. Firstly, they can significantly reduce the computational complexity and memory requirements compared to full-order observers, making them more practical for real-time applications. Additionally, they can handle systems with high-dimensional states more efficiently and can provide accurate state estimates even in the presence of noise and uncertainties.
4. What are some applications of reduced order observers?
Ans. Reduced order observers find applications in various fields, including aerospace engineering, robotics, and power systems. They are used in aircraft control systems to estimate the aircraft's state variables, such as velocity and attitude, based on limited sensor measurements. In robotics, reduced order observers can estimate the joint angles and velocities of a robot arm. They are also utilized in power systems to estimate the states of generators and transmission lines.
5. Are reduced order observers applicable to all types of systems?
Ans. Reduced order observers are generally applicable to linear and nonlinear systems. However, their effectiveness depends on the system's observability and the quality of available measurements. If a system is highly observable and the measurements are accurate and informative, reduced order observers can provide reliable state estimates. On the other hand, if the system is poorly observable or the measurements are noisy, the performance of reduced order observers may be compromised.
Download as PDF
Related Searches

MCQs

,

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

,

Extra Questions

,

Previous Year Questions with Solutions

,

mock tests for examination

,

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

,

Free

,

Objective type Questions

,

practice quizzes

,

Important questions

,

Lecture 35 - Reduced Order Observers - Electrical Engineering (EE)

,

Exam

,

video lectures

,

study material

,

pdf

,

past year papers

,

Sample Paper

,

Semester Notes

,

ppt

,

Viva Questions

,

shortcuts and tricks

,

Summary

;