IWaveletForPeakSearchingWaveletFunction Method |
The function that calculates the wavelet.
Namespace: Altaxo.Science.Spectroscopy.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax double WaveletFunction(
double x,
double width
)
Parameters
- x Double
- The x value.
- width Double
- The width of the wavelet.
Return Value
DoubleThe function value of the wavelet at x.
See Also