Click or drag to resize

IResampling Interface

Resamples the spectrum, i.e. evaluates the spectrum at different x-values, typically to obtain an equidistant sampling.

Namespace: Altaxo.Science.Spectroscopy.Resampling
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public interface IResampling : ISingleSpectrumPreprocessor

The IResampling type exposes the following members.

Methods
 NameDescription
Public methodExecute Executes the processor.
(Inherited from ISingleSpectrumPreprocessor)
Top
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