Click or drag to resize

IWaveletForPeakSearchingWaveletFunction Method

Calculates the wavelet function value.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.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 value of the wavelet function at x.
See Also