class="resources" Remove Zero Coefficients (Not in Base Package) - LabVIEW 7.1 Help - Support - National Instruments
Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Remove Zero Coefficients (Not in Base Package)

Removes from P(x) In the trailing coefficients near zero whose absolute values are less than threshold. You can use this polymorphic VI to remove the trailing coefficients near zero from a real polynomial or a complex polynomial. The data type you wire to the P(x) In input determines the polymorphic instance to use.

Remove Zero Coefficients (DBL)

P(x) In contains the real polynomial coefficients in ascending order of power.
threshold specifies the level at which the VI removes from P(x) In the trailing elements whose absolute values are less than or equal to threshold. If all the elements in P(x) In are less than or equal to threshold, P(x) Out returns a one-element array that contains the first element of P(x) In.
P(x) Out returns the result of removing the trailing near zero coefficients from P(x) In.
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.

Remove Zero Coefficients (CDB)

P(x) In contains the complex polynomial coefficients in ascending order of power.
threshold specifies the level at which the VI removes from P(x) In the trailing elements whose absolute values are less than or equal to threshold. If all the elements in P(x) In are less than or equal to threshold, P(x) Out returns a one-element array that contains the first element of P(x) In.
P(x) Out returns the result of removing the trailing near zero coefficients from P(x) In.
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.

Resources


 

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