Integration & Differentiation VIs

Owning Palette: Mathematics VIs

Requires: Full Development System. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.

Use the Integration & Differentiation VIs to perform integration and differentiation procedures.

The VIs on this palette can return mathematics error codes.

Palette ObjectDescription
Derivative x(t)Performs a discrete differentiation of the sampled signal X.
Integral x(t)Performs the discrete integration of the sampled signal X.
Numeric IntegrationPerforms numeric integration on the Input Array using one of four popular numeric integration methods.

Wire data to the Input Array input to determine the polymorphic instance to use or manually select the instance.
QuadraturePerforms numerical integration using adaptive quadrature approach. You must manually select the polymorphic instance to use.
Time Domain MathPerforms one of several math functions on time domain signals.
Uneven Numeric IntegrationPerforms numeric integration on the unevenly spaced values in the input array using the trapezoidal method.