Prony |
The PronySeriesFrequencyDomainComplexInterpolation type exposes the following members.
| Name | Description | |
|---|---|---|
| DeserializeV0 |
Deserializes the legacy V0 schema and returns a new options record populated with the loaded data.
(Inherited from PronySeriesInterpolationBase) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetWorkingXMinMaxNumberOfPoints |
Determines the working x-range and number of points based on either user-specified bounds or the data.
(Inherited from PronySeriesInterpolationBase) | |
| Interpolate(IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble) | Sets the interpolation data by providing values for x and y. Both vectors must be of equal length. | |
| Interpolate(IReadOnlyListDouble, IReadOnlyListComplex, IReadOnlyListComplex) | Sets the interpolation data by providing values for x and y. Both vectors must be of equal length. | |
| Interpolate(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). | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| RetardationWithAutomaticXMinimumMaximumAndNumberOfPointsPerDecade |
Creates a copy configured for retardation with automatically detected x-range and a given number of Prony terms per decade.
(Inherited from PronySeriesInterpolationBase) | |
| SerializeV0 |
Serializes the current options set by using the legacy V0 schema.
(Inherited from PronySeriesInterpolationBase) | |
| WithAutomaticXMinimumMaximumAndFixedNumberOfPoints |
Creates a copy with automatically determined x-range and a fixed number of Prony terms.
(Inherited from PronySeriesInterpolationBase) | |
| WithAutomaticXMinimumMaximumAndNumberOfPointsPerDecadeAndMaximumNumberOfPoints |
Creates a copy with automatically determined x-range, a user-specified number of points per decade, and a maximum number of Prony terms.
(Inherited from PronySeriesInterpolationBase) | |
| WithSpecifiedXMinimumMaximumAndFixedNumberOfPoints |
Creates a copy with a manually specified x-range and a fixed number of Prony terms.
(Inherited from PronySeriesInterpolationBase) |