Kohlrausch Class |
public class Kohlrausch
The Kohlrausch type exposes the following members.
Name | Description | |
---|---|---|
Kohlrausch | Initializes a new instance of the Kohlrausch class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetBetaLnWOfMaximum | Returns (approximately) the location of the maximum of the imaginary part of the Fourier transformed Kohlrausch function. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetLnWOfMaximum | Returns (approximately) the location of the maximum of the imaginary part of the Fourier transformed Kohlrausch function. | |
GetMaximumImaginaryPart | Returns (approximately) the maximum value of the imaginary part of the Fourier transformed Kohlrausch function. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
GetWOfMaximum | Returns (approximately) the location of the maximum of the imaginary part of the Fourier transformed Kohlrausch function. | |
Im | 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. | |
Im1 | Imaginary part of the Fourier transformed derivative of the Kohlrausch function for high frequencies. | |
Im1OldStyle | Imaginary part of the Fourier transformed derivative of the Kohlrausch function for high frequencies. | |
Im2 | Imaginary part of the Fourier transformed derivative of the Kohlrausch function for low frequencies. | |
Im2SmallBeta | Imaginary part of the Fourier transformed derivative of the Kohlrausch function for low frequencies, and beta<=1/20.. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
Re | 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. | |
Re1 | Real part of the Fourier transformed derivative of the Kohlrausch function for high frequencies. | |
Re1OldStyle | Real part of the Fourier transformed derivative of the Kohlrausch function for high frequencies. | |
Re2 | Real part of the Fourier transformed derivative of the Kohlrausch function for low frequencies. | |
Re2SmallBeta | Real part of the Fourier transformed derivative of the Kohlrausch function for low frequencies, and beta<=1/20.. | |
ReIm | 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. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |