Resamples the spectrum, i.e. evaluates the spectrum at different x-values, typically to obtain an equidistant sampling.
Namespace: Altaxo.Science.Spectroscopy.ResamplingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic interface IResampling : ISingleSpectrumPreprocessor
The IResampling type exposes the following members.
Methods
Remarks
Implementations provide strategies to generate a new x-axis and corresponding y-values by resampling the original
spectrum. Resampling may change the number of samples and usually returns updated regions or null if no region structure
is applicable to the new sampling.
See Also