Normalized 2nd derivative of the Ricker wavelet function.
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)).
Constructor | Description |
|
|
Full Usage:
WaveletRicker2ndDerivative()
|
|
Instance member | Description |
|
|
Full Usage:
this.Equals
Parameters:
obj
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.Equals
Parameters:
WaveletRicker2ndDerivative
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.GetHashCode
Returns: int
Modifiers: abstract |
|
Full Usage:
this.GetParametersForGaussianPeak
Parameters:
float
width : float
Returns: float * float
Modifiers: abstract |
|
Full Usage:
this.ToString
Returns: string
Modifiers: abstract |
|
Full Usage:
this.WaveletFunction
Parameters:
float
width : float
Returns: float
Modifiers: abstract |
|
|
|
Static member | Description |
Full Usage:
left <> right
Parameters:
WaveletRicker2ndDerivative
right : WaveletRicker2ndDerivative
Returns: bool
|
|
Full Usage:
left = right
Parameters:
WaveletRicker2ndDerivative
right : WaveletRicker2ndDerivative
Returns: bool
|
|