Click or drag to resize

IWaveletForPeakSearchingWaveletFunction 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#
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.
See Also