Normalizes numerator and denominator polynomials with the highest denominator term. The data types you wire to the Numerator and Denominator inputs determine the polymorphic instance to use.


icon

Inputs/Outputs

  • c1dcdb.png Numerator

    Numerator contains the numerator polynomial coefficients, in ascending order of power.

  • c1dcdb.png Denominator

    Denominator contains the denominator polynomial coefficients, in ascending order of power.

  • i1dcdb.png Normalized Numerator

    Normalized Numerator returns the normalized numerator polynomial coefficients, in ascending order of power.

  • i1dcdb.png Normalized Denominator

    Normalized Denominator returns the normalized denominator polynomial coefficients, in ascending order of power.

  • 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 equations define the Numerator and Denominator polynomials:

    where Dm ≠ 0.

    The VI uses the following expression to normalize the Numerator and Denominator polynomials with the highest nonzero Denominator term: