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
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
See also
History
Versão | Descrição |
6.0 | handling zpk representation |
Report an issue | ||
<< kpure | Pole Placement | ppol >> |