powered by
Stabilize the polynomial transfer function by replacing all roots outside the unit circle with their reflection inside the unit circle.
polystab(a)
Vector of stabilized polynomial coefficients.
vector of polynomial coefficients, normally in the z-domain
Paul Kienzle, pkienzle@users.sf.net. Conversion to R by Geert van Boxtel, G.J.M.vanBoxtel@gmail.com
unstable <- c(-0.5, 1) zplane(unstable, 1) stable <- polystab(unstable) zplane(stable, 1)
Run the code above in your browser using DataLab