![]() |
VOOZH | about |
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
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.
The given below is the condition for the controllability:
Q0 = [B AB A2B β¦.. An-1B]
If the determinant of Q0 is not equal to 0 then the system is controllable.
β- (system is controllable)
|Q0| = 0 ββ (system is un-controllable)
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:
Q0 = [CT ATCT β¦.. (AT)n-1CT]
Note: AT,CT means transpose of the respective matrix
If the determinant of Q0 is not equal to 0 then the system is controllable.
β- (system is observable)
|Q0| = 0 ββ (system is not observable)
The state equations of the LTI system are:
β- (state equation)
β- (output equation)
For the system to be controllable, the rank of the composite matrix QC must be equal to 'N'
Composite matrix is represented as:
Qc = [B AB A2B β¦.. An-1B]
Let us consider one example to check the controllability of the control system using Kalman Test.
Solution:
B =
Using the composite matrix equation: Qc = [B AB A2B β¦.. An-1B]
Qc = [B AB ]
(rank of Qc =2 i.e., equal to N)
Hence the system is controllable.
The state equations of the LTI system are:
β- (state equation)
β- (output equation)
For the observable system, the rank of the composite matrix Qo must be equal to 'N'
Composite matrix is represented as:
Q0 = [CT ATCT β¦.. (AT)n-1CT]
Let us consider one example to check the observability of the control system using Kalman Test.
Solution:
Using the composite matrix equation: Q0 = [CT ATCT β¦.. (AT)n-1CT]
CT =
ATCT =
Q0 = [CT ATCT]
Q0 = (rank of Qo =2 i.e., equal to N)
|Q0| = -1
Hence the system is observable.
The 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:
There are some list of Advantages and Disadvantages of Controllability and Observability given below :
In 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.