Performs the discrete integration of the sampled signal.
Sampled signal from time 0 to n-1, where n is the number of elements in the sampled signal.
This input accepts a double-precision, floating-point number or a 1D array of double-precision, floating-point numbers.
Method to use to perform the numeric integration.
Name | Value | Description |
---|---|---|
Trapezoidal Rule | 0 | Uses the trapezoidal rule defined by the following equation:
Let x(t) be a function of t and t1 - t0 = dt, then |
Simpson's Rule | 1 | Uses the Simpson's rule defined by the following equation:
Let x(t) be a function of t and t1 - t0 = t2 - t1 = dt, then |
Simpson's 3/8 Rule | 2 | Uses the Simpson's 3/8 rule defined by the following equation:
Let x(t) be a function of t and t1 - t0 = t2 - t1 = t3 - t2 = dt, then |
Boole's Rule | 3 | Uses the Boole's rule defined by the following equation:
Let x(t) be a function of t and t1 - t0 = t2 - t1 = t3 - t2 = t4 - t3 = dt, then |
Forward Euler | 4 | Uses the forward Euler rule defined by the following equation:
Let x(t) be a function of t and t 1 - t 0 = dt, then |
Backward Euler | 5 | Uses the backward Euler rule defined by the following equation:
Let x(t) be a function of t and t 1 - t 0 = dt, then |
Default: Simpson's Rule
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
Sampling interval.
Default: 1
Discrete integration of the sampled signal.
This output can return a double-precision, floating-point number or a 1D array of double-precision, floating-point numbers.
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.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application