Returns the spline interpolant defined by given arrays of dependent and independent values.
You can use interpolant as an input to the Spline Interpolation node to interpolate y at any value of .
Dependent value.
This input accepts a double-precision, floating-point number or a 1D array of double-precision, floating-point numbers.
When x and y are 1D arrays of double-precision, floating-point numbers, if the number of elements in x is different from the number of elements in y, this node sets the output interpolant to an empty array and returns an error.
Independent value.
This input accepts a double-precision, floating-point number or a 1D array of double-precision, floating-point numbers.
When x and y are 1D arrays of double-precision, floating-point numbers, if the number of elements in x is different from the number of elements in y, this node sets the output interpolant to an empty array and returns an error.
The first derivative of interpolating function g(x) at x0, g'(x0).
Default: 1E+30 — Causes this node to set the initial boundary condition for a natural spline.
The first derivative of interpolating function g(x) at xn - 1, g'(xn - 1).
Default: 1E+30 — Causes this node to set the final boundary condition for a natural spline.
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
Length of each set of data. The node performs computation for each set of data.
sample length must be greater than zero.
This input is available only if you wire a double-precision, floating-point number to x or y.
Default: 100
Second derivative of interpolating function g(x) at points xi, i = 0, 1, ..., n - 1.
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.
Input arrays x and y are of length n and contain a tabulated function where x0 < x1 < ... < xn-1, as shown in the following equation:
f(xi) = yi
The interpolating function g(x) is a piecewise function in the following equation:
The function pi(x) is a third-order polynomial that must satisfy the following conditions:
With the third condition, you can derive the following equation:
where i = 1, ..., n - 2. According to this equation, n - 2 linear equations exist for n unknown g"(xi).
This node computes two equations for the derivatives at xo and xn-1 in the following equation:
Consider the following equations:
The initial boundary is the equation
and the final boundary is the equation
For these equations, initial boundary and final boundary are the first derivative of g(x) at points x0 and xn - 1, respectively. If initial boundary and final boundary are equal to or greater than 1030, this node sets the corresponding boundary condition for a natural spline, with no second derivatives on the boundary.
This node solves g"(xi) from n equations when i = 0, 1, …, n - 1. g"(xi) is the interpolant output.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application