Subtracts rational polynomial G2 from rational polynomial G1. The data types you wire to the Numerator 1, Denominator 1, Numerator 2, and Denominator 2 inputs determine the polymorphic instance to use.


icon

Inputs/Outputs

  • c1dcdb.png Numerator 1

    Numerator 1 contains the numerator polynomial coefficients, in ascending order of power, of the first rational polynomial G1.

  • c1dcdb.png Denominator 1

    Denominator 1 contains the denominator polynomial coefficients, in ascending order of power, of the first rational polynomial G1.

  • c1dcdb.png Numerator 2

    Numerator 2 contains the numerator polynomial coefficients, in ascending order of power, of the second rational polynomial G2.

  • c1dcdb.png Denominator 2

    Denominator 2 contains the denominator polynomial coefficients, in ascending order of power, of the second rational polynomial G2.

  • cdbl.png threshold

    threshold specifies the level at which the VI removes from Numerator Out or Denominator Out the trailing elements whose absolute values or relative values are less than or equal to threshold.

    If all the elements in Numerator Out or Denominator Out are less than or equal to threshold, Numerator Out or Denominator Out returns a one-element array.

  • cu16.png threshold type

    threshold type specifies how the VI removes the trailing elements from Numerator Out or Denominator Out. If threshold type is Absolute Value, the VI removes the trailing elements from Numerator Out or Denominator Out whose absolute values are less than or equal to threshold. If threshold type is Relative Value, the VI removes the trailing elements from Numerator Out or Denominator Out whose absolute values are less than or equal to threshold * |x|, where x is the coefficient which has the maximum absolute value in resulting numerator or denominator polynomial.

    0Absolute Value (default)
    1Relative Value
  • i1dcdb.png Numerator Out

    Numerator Out returns the numerator polynomial coefficients, in ascending order of power, of the rational polynomial that results from the mathematical operation.

  • i1dcdb.png Denominator Out

    Denominator Out returns the denominator polynomial coefficients, in ascending order of power, of the rational polynomial that results from the mathematical operation.

  • ii32.png error

    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.

  • The following equation defines G1 and G2.