Click or drag to resize

WaveletRickerWaveletFunction Method

The function that calculates the wavelet.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double WaveletFunction(
	double x,
	double width
)

Parameters

x  Double
The x value.
width  Double
The width of the wavelet.

Return Value

Double
The function value of the wavelet at x.

Implements

IWaveletForPeakSearchingWaveletFunction(Double, Double)
See Also