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
History
Version | Description |
6.0 | handling zpk representation |
Report an issue | ||
<< kpure | Pole Placement | ppol >> |