PeakSearchingByTopologyExecute(Double, Double) Method |
Executes the topology-based peak search.
Namespace: Altaxo.Science.Spectroscopy.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic List<PeakDescription> Execute(
double[]? x,
double[] y
)
Parameters
- x Double
- The optional x-values of the spectrum.
- y Double
- The y-values of the spectrum.
Return Value
ListPeakDescriptionThe detected peak descriptions.
See Also