PeakFinderCWTGetNoiseLevel Method |
Gets the noise level along the x-axis.
Namespace: Altaxo.Science.Spectroscopy.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double[] GetNoiseLevel(
IROMatrix<double> cwt,
int? window_size = null,
double noise_perc = 0,5
)
Parameters
- cwt IROMatrixDouble
-
The matrix containing the continuous wavelet transform.
Only the first row (stage 0) of that matrix is used to evaluate the noise.
- window_size NullableInt32 (Optional)
- Size of the sliding window used to evaluate the noise.
- noise_perc Double (Optional)
- The percentile (0..1) at which the noise level is evaluated.
Return Value
DoubleAn array containing a noise level for each point of the spectrum.
See Also