Normalize with Lowest Den Term VI

Owning Palette: Rational Polynomial VIs

Requires: Full Development System

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

Details  

Use the pull-down menu to select an instance of this VI.

 Add to the block diagram  Find on the palette

Normalize with Lowest Den Term (DBL)

Numerator contains the numerator polynomial coefficients, in ascending order of power.
Denominator contains the denominator polynomial coefficients, in ascending order of power.
Normalized Numerator returns the normalized numerator polynomial coefficients, in ascending order of power.
Normalized Denominator returns the normalized denominator polynomial coefficients, in ascending order of power.
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.

Normalize with Lowest Den Term (CDB)

Numerator contains the numerator polynomial coefficients, in ascending order of power.
Denominator contains the denominator polynomial coefficients, in ascending order of power.
Normalized Numerator returns the normalized numerator polynomial coefficients, in ascending order of power.
Normalized Denominator returns the normalized denominator polynomial coefficients, in ascending order of power.
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.

Normalize with Lowest Den Term Details

The following equations define the Numerator and Denominator polynomials:

where Dj 0 and Dj – 1 = Dj – 2 = … = D1 = D0 = 0.

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