Calculate the Hankel singular values.
StateSpace
State space system.
List of Hankel singular values.
Notes
The Hankel singular values are the singular values of the Hankel operator. In practice, we compute the square root of the eigenvalues of the matrix formed by taking the product of the observability and controllability Gramians. There are other (more efficient) methods based on solving the Lyapunov equation in a particular way (more details soon).
Examples
>>> G = ct.tf2ss([1], [1, 2]) >>> H = ct.hsvd(G) >>> H[0] np.float64(0.25)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4