Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
balreal
balanced realization
Syntax
slb = balreal(sl) [slb, U] = balreal(sl)
Arguments
- sl, slb
linear systems (
syslin
lists)
Description
Balanced realization of linear system sl=[A,B,C,D]
. sl
can be a continuous-time or discrete-time state-space system.
sl is assumed stable.
is the balanced realization.
slb
is returned as a syslin
list.
Examples
See also
Report an issue | ||
<< arhnk | Model Transformation | bilin >> |