hsvdOptions
(Not recommended) Create option set for computing Hankel singular values and input/output balancing
hsvdOptions
is not recommended. Use balredOptions
instead. For more information, see Version History.
Syntax
opts
= hsvdOptions
opts
= hsvdOptions(Name,Value)
Description
returns the default
options for the opts
= hsvdOptionshsvd
and balreal
commands.
returns an options set with the options specified by one or more
opts
= hsvdOptions(Name,Value
)Name,Value
pair arguments.
Input Arguments
Name-Value Arguments
Specify comma-separated pairs of Name,Value
arguments.
Name
is the argument name and Value
is the
corresponding value. Name
must appear inside single quotes
(' '
). You can specify several name and value pair arguments
in any order as Name1,Value1,...,NameN,ValueN
.
|
Frequency intervals for computing frequency-limited Hankel singular
values (
The default value, Default: |
|
Time intervals for computing time-limited Hankel singular values
(
The default value, |
|
Maximum loss of accuracy value in stable and unstable decomposition.
For models with unstable poles, For more information, see Default: |
|
Offset for the stable/unstable boundary. Positive scalar value. In the stable/unstable decomposition, the stable term includes only poles satisfying:
Increase the value of Default: |
For additional information on the options and how they affect the calculation, see
balredOptions
. The time-limited
and frequency-limited state contributions are calculated using the time-limited and
frequency-limited controllability and observability Gramians, as described in
gram
and in [1].
Examples
References
[1] Gawronski, W. and J.N. Juang. “Model Reduction in Limited Time and Frequency Intervals.” International Journal of Systems Science. Vol. 21, Number 2, 1990, pp. 349–376.
Version History
Introduced in R2010aSee Also
balreal
| gram
| balred
| balredOptions