Normalize with Highest Den Term (CDB) VI
- Updated2025-07-30
- 2 minute(s) read
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.

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