Click or drag to resize

PronySeriesFrequencyDomainComplexInterpolationInterpolate(IReadOnlyListDouble, IReadOnlyListComplex, IReadOnlyListComplex) Method

[Missing <summary> documentation for "M:Altaxo.Calc.Interpolation.PronySeriesFrequencyDomainComplexInterpolation.Interpolate(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Numerics.Complex},System.Collections.Generic.IReadOnlyList{System.Numerics.Complex})"]


Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IComplexInterpolationFunction Interpolate(
	IReadOnlyList<double> xvec,
	IReadOnlyList<Complex> yvec,
	IReadOnlyList<Complex>? yStdDev = null
)

Parameters

xvec  IReadOnlyListDouble

[Missing <param name="xvec"/> documentation for "M:Altaxo.Calc.Interpolation.PronySeriesFrequencyDomainComplexInterpolation.Interpolate(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Numerics.Complex},System.Collections.Generic.IReadOnlyList{System.Numerics.Complex})"]

yvec  IReadOnlyListComplex

[Missing <param name="yvec"/> documentation for "M:Altaxo.Calc.Interpolation.PronySeriesFrequencyDomainComplexInterpolation.Interpolate(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Numerics.Complex},System.Collections.Generic.IReadOnlyList{System.Numerics.Complex})"]

yStdDev  IReadOnlyListComplex  (Optional)

[Missing <param name="yStdDev"/> documentation for "M:Altaxo.Calc.Interpolation.PronySeriesFrequencyDomainComplexInterpolation.Interpolate(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Numerics.Complex},System.Collections.Generic.IReadOnlyList{System.Numerics.Complex})"]

Return Value

IComplexInterpolationFunction

[Missing <returns> documentation for "M:Altaxo.Calc.Interpolation.PronySeriesFrequencyDomainComplexInterpolation.Interpolate(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Numerics.Complex},System.Collections.Generic.IReadOnlyList{System.Numerics.Complex})"]

Implements

IComplexInterpolationInterpolate(IReadOnlyListDouble, IReadOnlyListComplex, IReadOnlyListComplex)
See Also