Owning Palette: Rational Polynomial VIs
Requires: Full Development System
Evaluates a rational polynomial at the points you specify in A. P(x) and Q(x) specify the numerator and denominator polynomial coefficients, respectively. The data types you wire to the P(x) and Q(x) inputs determine the polymorphic instance to use.
Use the pull-down menu to select an instance of this VI.
Add to the block diagram | Find on the palette |
P(x) contains the numerator polynomial coefficients, in ascending order of power. | |
Q(x) contains the denominator polynomial coefficients, in ascending order of power. | |
A is an array of real values. | |
P(A)/Q(A) returns the result of the rational polynomial evaluation at the points in A. | |
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. | |
A is an array of complex values. |
P(x) contains the numerator polynomial coefficients, in ascending order of power. | |
Q(x) contains the denominator polynomial coefficients, in ascending order of power. | |
A is an array of complex values. | |
P(A)/Q(A) returns the result of the rational polynomial evaluation at the points in A. | |
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. | |
A is an array of complex values. |