Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.0 - Français

Change language to:
English - 日本語 - 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

Aide de Scilab >> Systèmes de Contrôle - CACSD > Conception Système > Placement de pôles > krac2

krac2

continuous SISO system limit feedback gain

Syntax

g=krac2(sys)

Arguments

sys
A SISO linear dynamical system, in state space, transfer function or zpk representations, in continuous or discrete time.
g

constant

Description

krac2(sys) computes the gains g such that the system sys feedback by g (sys/.g) has 2 real equal poles.

Examples

h=syslin('c',352*poly(-5,'s')/poly([0,0,2000,200,25,1],'s','c'));
clf();evans(h,100)
g=krac2(h)
hf1=h/.g(1);roots(denom(hf1))
hf2=h/.g(2);roots(denom(hf2))

See also

  • evans — Evans root locus
  • kpure — continuous SISO system limit feedback gain

History

VersionDescription
6.0

handling zpk representation

Report an issue
<< kpure Placement de pôles ppol >>

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:
Tue Feb 14 15:06:34 CET 2017