![]() |
The control system is the system that directs the input to another system and regulates its output. It helps in determining the system’s behavior. The controllability and observability help in designing the control system more effectively. Controllability is the ability to control the state of the system by applying specific input whereas observability is the ability to measure or observe the system’s state. In this article, we will study controllability and observability in detail. Table of Content What is Controllability?The system is controllable when the desired output is obtained by applying the specific controlled input. It is the ability to control the state of the system. The controllability of the system can be checked using the Kalman Test. ![]() Control System The given below is the condition for the controllability:
What is Observability?It is the system’s ability to measure or observe the system state. If the internal state of the system is determined using the input and output signals during a finite interval of time then the system is said to be observable. The observability of the system can be checked using the Kalman Test. The given below is the condition for the observability:
Kalman’s Test for Controllability and ObservabilityControllabilityThe state equations of the LTI system are:
Note
For the system to be controllable, the rank of the composite matrix QC must be equal to ‘N’ Composite matrix is represented as:
Let us consider one example to check the controllability of the control system using Kalman Test. Example: Find whether the given system is controllable or not using Kalman Test.[Tex]\dot{x}= \begin{bmatrix} 0 & 1\\ -6 & -5 \end{bmatrix}x + \begin{bmatrix} 0\\1 \end{bmatrix}u [/Tex] Solution: [Tex]A= \begin{bmatrix} 0 & 1\\ -6 & -5 \end{bmatrix} [/Tex] B = [Tex]\begin{bmatrix} 0\\1 \end{bmatrix} [/Tex] Using the composite matrix equation: Qc = [B AB A2B ….. An-1B] [Tex]AB= \begin{bmatrix} 1\\-5 \end{bmatrix} [/Tex] Qc = [B AB ] [Tex]Q_{c}= \begin{bmatrix} 0 & 1\\ 1 & -5 \end{bmatrix} [/Tex] (rank of Qc =2 i.e., equal to N) [Tex]|Q_{c}| = (-5*0)-(1*1) [/Tex] [Tex]|Q_{c}|=-1 [/Tex] [Tex]|Q_{c}| \neq 0 [/Tex] Hence the system is controllable. ObservabilityThe state equations of the LTI system are:
Note
For the observable system, the rank of the composite matrix Qo must be equal to ‘N’ Composite matrix is represented as:
Let us consider one example to check the observability of the control system using Kalman Test. Example: Find whether the given system is observable or not using Kalman Test.[Tex]\dot{x}= \begin{bmatrix} 0 & -6\\ 1 & -5 \end{bmatrix}x + \begin{bmatrix} 6\\1 \end{bmatrix}u [/Tex] [Tex]y= \begin{bmatrix} 0 &1 \end{bmatrix}x + [0]u [/Tex] Solution: [Tex]A= \begin{bmatrix} 0 & -6\\ 1 & -5 \end{bmatrix} [/Tex] [Tex]C = \begin{bmatrix} 0 &1 \end{bmatrix} [/Tex] Using the composite matrix equation: Q0 = [CT ATCT ….. (AT)n-1CT] CT = [Tex]\begin{bmatrix} 0\\1 \end{bmatrix} [/Tex] ATCT = [Tex]\begin{bmatrix} 1\\-5 \end{bmatrix} [/Tex] Q0 = [CT ATCT] Q0 = [Tex]\begin{bmatrix} 0 & 1\\ 1 & -5 \end{bmatrix} [/Tex] (rank of Qo =2 i.e., equal to N) |Q0| = -1 [Tex]|Q_{0}| \neq 0 [/Tex] Hence the system is observable. Condition of Controllability and Observability in S-PlaneThe controllability and observability of the control system can be calculated using the transfer function. To find the same, the following points should be kept in mind:
Advantages and Disadvantages of Controllability and ObservabilityThere are some list of Advantages and Disadvantages of Controllability and Observability given below : Advantages
Disadvantages
Applications of Controllability and Observability
ConclusionIn this article, we have studied controllability and observability, their application, advantages, and disadvantages. We have also studied how to check whether the system is controllable and observable. This property helps in designing the control system properly. FAQs on Controllability and Observability in Control System1. Can a system is observable but not controllable and vice versa? Comment on this.
2. Has the stability been impacted due to controllability and observability?
3. How is controllability determined in a control system?
|
Reffered: https://www.geeksforgeeks.org
Control Systems |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 15 |