Wavelet |
public class WaveletRicker : IWaveletForPeakSearching, IEquatable<WaveletRicker>
The WaveletRicker type exposes the following members.
Name | Description | |
---|---|---|
WaveletRicker | Initializes a new instance of the WaveletRicker class |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetParametersForGaussianPeak | Gets the parameters of a Gaussian peak that would best fit. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
WaveletFunction | The function that calculates the wavelet. |
It models the function:
A* (1 - (x/a)**2) * exp(-0.5*(x/a)**2), where A = 2/(sqrt(3*a)*(pi**0.25)).