Performs numeric integration on unevenly spaced values in the input data using the trapezoidal integration method.
Data to integrate.
You obtain the data by computing the integrand value at sampling points t0, t1, t2, and so on.
Sampling points this node uses to compute data from the integrand. The sampling points can be spaced unevenly. This input must be the same length as f(x).
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Numeric integral.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Before performing numeric integration, this node reorders x in ascending order and reorders f(x) to correspond to x. The node then performs numeric integration using the following equation:
where n is the number of data points.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application