hsvd
Hankel singular values of dynamic system.
Syntax
hsv = hsvd(sys)
Input argument
sys - State-space model
Output argument
hsv - Hankel singular values.
Description
hsv = hsvd(sys) calculates the Hankel singular values (hsv) for the dynamic system sys.
These singular values are computed in state coordinates that balance the energy transfers from input to state and from state to output.
The Hankel singular values serve as a measure of the impact of each state on the input/output characteristics of the system.
Analogous to how singular values relate to matrix rank, small Hankel singular values indicate states that may be omitted to streamline the model and simplify its representation.
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated