Wavelet |
public class WaveletRicker2ndDerivative : IWaveletForPeakSearching, IEquatable<WaveletRicker2ndDerivative>
The WaveletRicker2ndDerivative type exposes the following members.
Name | Description | |
---|---|---|
WaveletRicker2ndDerivative | Initializes a new instance of the WaveletRicker2ndDerivative 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 * (3 - 6*(x/w)**2 + (x/w)**4) * exp(-0.5*(x/w)**2), where A = 4/(sqrt(105*a)*(pi**0.25)).