Click or drag to resize

PronySeriesRelaxationResult Class

Represents the result of a prony series fit to a relaxation process, for instance a modulus, either in time or in frequency domain.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.SignalsPronySeriesRelaxationResult

Namespace: Altaxo.Science.Signals
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class PronySeriesRelaxationResult : IEquatable<PronySeriesRelaxationResult>

The PronySeriesRelaxationResult type exposes the following members.

Constructors
 NameDescription
Public methodPronySeriesRelaxationResultInitializes a new instance of the PronySeriesRelaxationResult class
Top
Properties
 NameDescription
Public propertyModulusHighFrequency Gets the high frequency modulus. This is the sum of all prony coefficients.
Public propertyModulusLowFrequency Gets the low frequency modulus (the last element of the Prony coefficient array).
Public propertyPronyCoefficients Gets the prony coefficients, corresponding to the RelaxationTimes.
Public propertyRelativeRelaxationCoefficients Gets the relative relaxation coefficients. See remarks for details.
Public propertyRelaxationDensities Gets the relaxation densities, corresponding to the RelaxationTimes.
Public propertyRelaxationTimes Gets the relaxation times.
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetFrequencyDomainYOfFrequency Gets (in the frequency domain) the y-value in dependence on the frequency.
Public methodGetFrequencyDomainYOfOmega Gets (in the frequency domain) the y-value in dependence on the circular frequency.
Public methodGetTimeDomainYOfTime Gets (in the time domain) the y-value in dependence on x.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also