Click or drag to resize

PronySeriesFrequencyDomainComplexInterpolationInterpolate(IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble) Method

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


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> xreal,
	IReadOnlyList<double> yreal,
	IReadOnlyList<double> ximaginary,
	IReadOnlyList<double> yimaginary
)

Parameters

xreal  IReadOnlyListDouble

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

yreal  IReadOnlyListDouble

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

ximaginary  IReadOnlyListDouble

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

yimaginary  IReadOnlyListDouble

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

Return Value

IComplexInterpolationFunction

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

Implements

IComplexInterpolationInterpolate(IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble)
See Also