Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

polystab (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the linear systems class.

Syntax

b = polystab(a)

Description

Stabilizes a polynomial by ensuring that all roots of the polynomial a are located within the unit circle. If a root is located outside of the unit circle, polystab uses a circle-based geometric reflection to reflect the root inside of the unit circle.

Examples

Inputs

Name Description
a Specifies a polynomial.

Outputs

Name Description
b Returns a stabilized polynomial.

Examples

a = rand(1, 6);
b = polystab(a);
ra = roots(a);
rb = roots(b);
plot(real(ra), imag(ra), 'ro', real(rb), imag(rb), 'b*')

Related Topics

poly
polyscale
roots


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit