WaveletRicker2ndDerivative Type

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)).

Constructors

Constructor Description

WaveletRicker2ndDerivative(original)

Full Usage: WaveletRicker2ndDerivative(original)

Parameters:

original : WaveletRicker2ndDerivative

WaveletRicker2ndDerivative()

Full Usage: WaveletRicker2ndDerivative()

Instance members

Instance member Description

this.EqualityContract

Full Usage: this.EqualityContract

Returns: Type
Modifiers: abstract

Returns: Type

this.Equals

Full Usage: this.Equals

Parameters:
    obj : obj

Returns: bool
Modifiers: abstract

obj : obj
Returns: bool

this.Equals

Full Usage: this.Equals

Parameters:
Returns: bool
Modifiers: abstract

other : WaveletRicker2ndDerivative
Returns: bool

this.GetHashCode

Full Usage: this.GetHashCode

Returns: int
Modifiers: abstract

Returns: int

this.GetParametersForGaussianPeak

Full Usage: this.GetParametersForGaussianPeak

Parameters:
    cwtCoefficient : float
    width : float

Returns: float * float
Modifiers: abstract

cwtCoefficient : float
width : float
Returns: float * float

this.ToString

Full Usage: this.ToString

Returns: string
Modifiers: abstract

Returns: string

this.WaveletFunction

Full Usage: this.WaveletFunction

Parameters:
    x : float
    width : float

Returns: float
Modifiers: abstract

x : float
width : float
Returns: float

this.``$``

Full Usage: this.``$``

Returns: WaveletRicker2ndDerivative
Modifiers: abstract

Returns: WaveletRicker2ndDerivative

Static members

Static member Description

left <> right

Full Usage: left <> right

Parameters:
Returns: bool

left : WaveletRicker2ndDerivative
right : WaveletRicker2ndDerivative
Returns: bool

left = right

Full Usage: left = right

Parameters:
Returns: bool

left : WaveletRicker2ndDerivative
right : WaveletRicker2ndDerivative
Returns: bool