IResampling Type

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

Instance members

Instance member Description

this.Execute

Full Usage: this.Execute

Parameters:
    x : float[] - The x-values of the spectrum.
    y : float[] - The y-values of the spectrum.

Returns: float[] * float[] X and y-values of the resampled spectrum.
Modifiers: abstract

Executes the resampler.

x : float[]

The x-values of the spectrum.

y : float[]

The y-values of the spectrum.

Returns: float[] * float[]

X and y-values of the resampled spectrum.