Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Control Systems - CACSD > Control Design > Pole Placement > krac2

krac2

continuous SISO system limit feedback gain

Syntax

g=krac2(sys)

Arguments

sys

SISO linear system (syslin)

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
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:35 CEST 2016