Click or drag to resize

Kohlrausch Class

The Kohlrausch function in the frequency domain.
Inheritance Hierarchy
SystemObject
  Altaxo.CalcKohlrausch

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class Kohlrausch

The Kohlrausch type exposes the following members.

Constructors
 NameDescription
Public methodKohlrauschInitializes a new instance of the Kohlrausch class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
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 methodStatic memberGetBetaLnWOfMaximum Returns (approximately) the location of the maximum of the imaginary part of the Fourier transformed Kohlrausch function.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetLnWOfMaximum Returns (approximately) the location of the maximum of the imaginary part of the Fourier transformed Kohlrausch function.
Public methodStatic memberGetMaximumImaginaryPart Returns (approximately) the maximum value of the imaginary part of the Fourier transformed Kohlrausch function.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberGetWOfMaximum Returns (approximately) the location of the maximum of the imaginary part of the Fourier transformed Kohlrausch function.
Public methodStatic memberIm Imaginary part of the Fourier transformed derivative of the Kohlrausch function for all frequencies. In dependence on the parameters, either a series expansion (accuracy ca. 1E-14) or a bivariate Akima spline (accuracy 1E-4) is used.
Public methodStatic memberIm1 Imaginary part of the Fourier transformed derivative of the Kohlrausch function for high frequencies.
Public methodStatic memberIm1OldStyle Imaginary part of the Fourier transformed derivative of the Kohlrausch function for high frequencies.
Public methodStatic memberIm2 Imaginary part of the Fourier transformed derivative of the Kohlrausch function for low frequencies.
Public methodStatic memberIm2SmallBeta Imaginary part of the Fourier transformed derivative of the Kohlrausch function for low frequencies, and beta<=1/20..
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberRe Real part of the Fourier transformed derivative of the Kohlrausch function for all frequencies. In dependence on the parameters, either a series expansion (accuracy ca. 1E-14) or a bivariate akima spline (accuracy 1E-4) is used.
Public methodStatic memberRe1 Real part of the Fourier transformed derivative of the Kohlrausch function for high frequencies.
Public methodStatic memberRe1OldStyle Real part of the Fourier transformed derivative of the Kohlrausch function for high frequencies.
Public methodStatic memberRe2 Real part of the Fourier transformed derivative of the Kohlrausch function for low frequencies.
Public methodStatic memberRe2SmallBeta Real part of the Fourier transformed derivative of the Kohlrausch function for low frequencies, and beta<=1/20..
Public methodStatic memberReIm Fourier transformed derivative of the Kohlrausch function for all frequencies. In dependence on the parameters, either a series expansion (accuracy ca. 1E-14) or a bivariate Akima spline (accuracy 1E-4) is used.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also