Click or drag to resize

IResampling Interface

Resamples the spectrum, i.e. sample the spectrum at different x-values, probably equidistant.

Namespace: Altaxo.Science.Spectroscopy.Resampling
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.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
See Also