ComplexNumLibDInterpolationMagPhase2 Method

Interpolation in mag phase with linear uncertainty interpolation

Definition

Namespace: Metas.UncLib.Core.Ndims
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static ComplexNArray<D> InterpolationMagPhase2(
	double[] x,
	ComplexNArray<D> y,
	int n,
	double[] xx
)

Parameters

x  Double
X Values
y  ComplexNArrayD
Y Values
n  Int32
Interpolation Order: 1 to Number of Points - 1
xx  Double
XX Values

Return Value

ComplexNArrayD
YY Values

See Also