Interpolation & Extrapolation下載 PDF選擇的小節所選的小節與子小節完整手冊已更新2025-07-30閱讀時間為 3 分鐘LabVIEWAPI 參考LabVIEW G Use the Interpolation & Extrapolation VIs to perform 1D and 2D interpolation, piecewise interpolation, polynomial interpolation, and Fourier interpolation. Interpolate 1D VIPerforms one-dimensional interpolation using a selected method based on the lookup table defined by X and Y.Interpolate 2D VIPerforms two-dimensional interpolation using a selected interpolation method based on the lookup table defined by X, Y, and Z, where Z is a 2D array. You must manually select the polymorphic instance to use.Interpolate 2D Scattered VIPerforms two-dimensional interpolation on scattered points.Create Mesh Grid (2D) VITakes two x domain and y domain arrays and forms X and Y 2D arrays, which are typically used to evaluate and plot functions of two variables. You must manually select the polymorphic instance to use.Spline Interpolation 1D VIPerforms one-dimensional interpolation using the spline interpolation method based on the lookup table defined by X and Y.Hermite Interpolation 1D VIPerforms one-dimensional interpolation using the cubic Hermite interpolation method based on the lookup table defined by X and Y.Create Interpolating Polynomial VITakes the piecewise polynomial x locations and a 2D array of coefficients and forms the piecewise polynomial cluster for the Evaluate Interpolating Polynomial VI to use.Evaluate Interpolating Polynomial VITakes the piecewise polynomial cluster and computes the interpolated values yi at each xi location.Interpolate 1D Fourier VIPerforms interpolation by transforming the array X into the frequency domain, zero-padding and scaling appropriately for the interpolation factor you want and to maintain correct symmetry in the frequency domain, and then transforming back into the time domain to form the output interpolated array Y out.Search Ordered Table VIWorks on the assumption that ordered x array is in monotonically increasing or decreasing order and can therefore efficiently search for the relative index of the location of x value within the x array. The VI starts the search at the starting index and begins by using a fast hunting phase to roughly bracket the location and then narrows to the final bracket using a bisection search. The VI computes the fractional index location by using linear interpolation.Polynomial Interpolation VIInterpolates or extrapolates the function f at x given a set of n points (x[i]y[i]), where f(x[i]) = y[i], f is any function, and given a number x value.Rational Interpolation VIInterpolates or extrapolates f at x value using a rational function. The rational function passes through all the points formed by Y and X.Spline Interpolant VIReturns an array Interpolant of length n, which contains the second derivatives of the spline interpolating function g(x) at the tabulated points x[i], where i = 0, 1, …, n–1.Spline Interpolation VIReturns a spline interpolated value at x value given the tabulated values (x[i], y[i]) and the second derivatives Interpolant that the VI obtains from the Spline Interpolant VI.Parent topic: Mathematics
Use the Interpolation & Extrapolation VIs to perform 1D and 2D interpolation, piecewise interpolation, polynomial interpolation, and Fourier interpolation. Interpolate 1D VIPerforms one-dimensional interpolation using a selected method based on the lookup table defined by X and Y.Interpolate 2D VIPerforms two-dimensional interpolation using a selected interpolation method based on the lookup table defined by X, Y, and Z, where Z is a 2D array. You must manually select the polymorphic instance to use.Interpolate 2D Scattered VIPerforms two-dimensional interpolation on scattered points.Create Mesh Grid (2D) VITakes two x domain and y domain arrays and forms X and Y 2D arrays, which are typically used to evaluate and plot functions of two variables. You must manually select the polymorphic instance to use.Spline Interpolation 1D VIPerforms one-dimensional interpolation using the spline interpolation method based on the lookup table defined by X and Y.Hermite Interpolation 1D VIPerforms one-dimensional interpolation using the cubic Hermite interpolation method based on the lookup table defined by X and Y.Create Interpolating Polynomial VITakes the piecewise polynomial x locations and a 2D array of coefficients and forms the piecewise polynomial cluster for the Evaluate Interpolating Polynomial VI to use.Evaluate Interpolating Polynomial VITakes the piecewise polynomial cluster and computes the interpolated values yi at each xi location.Interpolate 1D Fourier VIPerforms interpolation by transforming the array X into the frequency domain, zero-padding and scaling appropriately for the interpolation factor you want and to maintain correct symmetry in the frequency domain, and then transforming back into the time domain to form the output interpolated array Y out.Search Ordered Table VIWorks on the assumption that ordered x array is in monotonically increasing or decreasing order and can therefore efficiently search for the relative index of the location of x value within the x array. The VI starts the search at the starting index and begins by using a fast hunting phase to roughly bracket the location and then narrows to the final bracket using a bisection search. The VI computes the fractional index location by using linear interpolation.Polynomial Interpolation VIInterpolates or extrapolates the function f at x given a set of n points (x[i]y[i]), where f(x[i]) = y[i], f is any function, and given a number x value.Rational Interpolation VIInterpolates or extrapolates f at x value using a rational function. The rational function passes through all the points formed by Y and X.Spline Interpolant VIReturns an array Interpolant of length n, which contains the second derivatives of the spline interpolating function g(x) at the tabulated points x[i], where i = 0, 1, …, n–1.Spline Interpolation VIReturns a spline interpolated value at x value given the tabulated values (x[i], y[i]) and the second derivatives Interpolant that the VI obtains from the Spline Interpolant VI.Parent topic: Mathematics
Use the Interpolation & Extrapolation VIs to perform 1D and 2D interpolation, piecewise interpolation, polynomial interpolation, and Fourier interpolation. Interpolate 1D VIPerforms one-dimensional interpolation using a selected method based on the lookup table defined by X and Y.Interpolate 2D VIPerforms two-dimensional interpolation using a selected interpolation method based on the lookup table defined by X, Y, and Z, where Z is a 2D array. You must manually select the polymorphic instance to use.Interpolate 2D Scattered VIPerforms two-dimensional interpolation on scattered points.Create Mesh Grid (2D) VITakes two x domain and y domain arrays and forms X and Y 2D arrays, which are typically used to evaluate and plot functions of two variables. You must manually select the polymorphic instance to use.Spline Interpolation 1D VIPerforms one-dimensional interpolation using the spline interpolation method based on the lookup table defined by X and Y.Hermite Interpolation 1D VIPerforms one-dimensional interpolation using the cubic Hermite interpolation method based on the lookup table defined by X and Y.Create Interpolating Polynomial VITakes the piecewise polynomial x locations and a 2D array of coefficients and forms the piecewise polynomial cluster for the Evaluate Interpolating Polynomial VI to use.Evaluate Interpolating Polynomial VITakes the piecewise polynomial cluster and computes the interpolated values yi at each xi location.Interpolate 1D Fourier VIPerforms interpolation by transforming the array X into the frequency domain, zero-padding and scaling appropriately for the interpolation factor you want and to maintain correct symmetry in the frequency domain, and then transforming back into the time domain to form the output interpolated array Y out.Search Ordered Table VIWorks on the assumption that ordered x array is in monotonically increasing or decreasing order and can therefore efficiently search for the relative index of the location of x value within the x array. The VI starts the search at the starting index and begins by using a fast hunting phase to roughly bracket the location and then narrows to the final bracket using a bisection search. The VI computes the fractional index location by using linear interpolation.Polynomial Interpolation VIInterpolates or extrapolates the function f at x given a set of n points (x[i]y[i]), where f(x[i]) = y[i], f is any function, and given a number x value.Rational Interpolation VIInterpolates or extrapolates f at x value using a rational function. The rational function passes through all the points formed by Y and X.Spline Interpolant VIReturns an array Interpolant of length n, which contains the second derivatives of the spline interpolating function g(x) at the tabulated points x[i], where i = 0, 1, …, n–1.Spline Interpolation VIReturns a spline interpolated value at x value given the tabulated values (x[i], y[i]) and the second derivatives Interpolant that the VI obtains from the Spline Interpolant VI.Parent topic: Mathematics