Resamples the spectrum, i.e. sample the spectrum at different x-values, probably equidistant.
Instance member | Description |
Full Usage:
this.Execute
Parameters:
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.
|