Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.1 - English

Change language to:
Français - 日本語 - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab help >> CACSD > dtsi

dtsi

stable anti-stable decomposition

Calling Sequence

[Ga,Gs,Gi]=dtsi(G,[tol])

Arguments

G

linear system (syslin list)

Ga

linear system (syslin list) antistable and strictly proper

Gs

linear system (syslin list) stable and strictly proper

Gi

real matrix (or polynomial matrix for improper systems)

tol

optional parameter for detecting stables poles. Default value: 100*%eps

Description

returns the stable-antistable decomposition of G:

G = Ga + Gs + Gi, (Gi = G(oo))

G can be given in state-space form or in transfer form.

See Also

  • syslin — linear system definition
  • pbig — eigen-projection
  • psmall — spectral projection
  • pfss — partial fraction decomposition
<< dt_ility CACSD equil >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Mar 03 10:59:39 CET 2011