Owning Palette: Mathematics VIs
Use the Integ & Diff VIs to perform integration and differentiation procedures.
The VIs on this palette can return mathematics error codes.
| Palette Object | Description |
|---|---|
| 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 Integration | Performs numeric integration on the Input Array using one of four popular numeric integration methods. The data type you wire to the Input Array input determines the polymorphic instance to use. |
| Quadrature | Performs numerical integration using adaptive quadrature approach. You must manually select the polymorphic instance to use. |
| Time Domain Math | Performs one of several math functions on time domain signals. |
| Uneven Numeric Integration | Performs numeric integration on the unevenly spaced values in the input array using the trapezoidal method. |