Remove Residue from Denominator VI

Owning Palette: Rational Polynomial VIs

Requires: Full Development System

Removes the residue from the denominator if the numerator equals zero. The data types you wire to the Numerator and Denominator 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

Remove Residue from Denominator (DBL)

Numerator contains the numerator polynomial coefficients, in ascending order of power, of the rational polynomial.
Denominator contains the denominator polynomial coefficients, in ascending order of power, of the rational polynomial.
Numerator Out returns the numerator polynomial coefficients, in ascending order of power, of the rational polynomial that results from the mathematical operation.
Denominator Out returns the denominator polynomial coefficients, in ascending order of power, of the rational polynomial that results from the mathematical operation. If Numerator is 0, the VI sets Denominator Out to 1.
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 Residue from Denominator (CDB)

Numerator contains the numerator polynomial coefficients, in ascending order of power, of the rational polynomial.
Denominator contains the denominator polynomial coefficients, in ascending order of power, of the rational polynomial.
Numerator Out returns the numerator polynomial coefficients, in ascending order of power, of the rational polynomial that results from the mathematical operation.
Denominator Out returns the denominator polynomial coefficients, in ascending order of power, of the rational polynomial that results from the mathematical operation. If Numerator is 0, the VI sets Denominator Out to 1.
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.