Click or drag to resize

PronySeriesFrequencyDomainComplexInterpolationInterpolate Method

Overload List
 NameDescription
Public methodInterpolate(IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble) Sets the interpolation data by providing values for x and y. Both vectors must be of equal length.
Public methodInterpolate(IReadOnlyListDouble, IReadOnlyListComplex, IReadOnlyListComplex) Sets the interpolation data by providing values for x and y. Both vectors must be of equal length.
Public methodInterpolate(IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble) Sets the interpolation data by providing values for xreal and yreal (both of the same length), as well as for ximag and yimag (both also of the same length, though the length can differ from the real pair).
Top
See Also