CD Observability Matrix VI
- Updated2023-03-14
- 3 minute(s) read
CD Observability Matrix VI
Owning Palette: State-Space Model Analysis VIs
Requires: Control Design and Simulation Module
Calculates the Observability Matrix of the State-Space Model. You can use the observability matrix N to determine if the given system is observable. A system of order n is observable if N is full rank, meaning the rank of N is equal to n. This VI also determines if the given system is detectable. A system is detectable if all the unstable eigenvalues are observable.

![]() |
State-Space Model contains a mathematical representation of and information about the system for which this VI determines the observability matrix. |
![]() |
Tolerance is the threshold this VI uses to determine if the observability matrix is column rank deficient. The default is 1E–6. |
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
Observability Matrix is the matrix O computed for a system with a system matrix A and output matrix C. The matrix O is defined by the following equation:
|
![]() |
If Is Observable? is TRUE, the system is observable. |
![]() |
If Is Detectable? is TRUE, the system is detectable. A system is detectable if all unstable eigenvalues are observable. |
![]() |
error out contains error information. This output provides standard error out functionality. |
CD Observability Matrix Details
This VI does not support delays unless the delays are part of the mathematical model that represents the dynamic system. To account for the delays in the synthesis of the controller, you must incorporate the delays into the mathematical model of the dynamic system using the CD Convert Delay with Pade Approximation VI (continuous models) or the CD Convert Delay to Poles at Origin VI (discrete models). Refer to the LabVIEW Control Design User Manual for more information about delays and the limitations of Pade Approximation.





