| Package | Description |
|---|---|
| de.gsi.math.spectra |
| Modifier and Type | Method and Description |
|---|---|
static TSpectrum.SmoothWindow |
TSpectrum.SmoothWindow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TSpectrum.SmoothWindow[] |
TSpectrum.SmoothWindow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static double[] |
TSpectrum.background(double[] source,
double[] destination,
int length,
int numberIterations,
TSpectrum.Direction direction,
TSpectrum.FilterOrder filterOrder,
TSpectrum.SmoothWindow smoothing,
boolean compton)
ONE-DIMENSIONAL BACKGROUND ESTIMATION FUNCTION - GENERAL FUNCTION This function calculates background spectrum
from source spectrum.
|
protected static void |
TSpectrum.filterBackgroundOrder2(double[] workingSpace,
int length,
int numberIterations,
TSpectrum.Direction direction,
TSpectrum.SmoothWindow smoothing) |
protected static void |
TSpectrum.filterBackgroundOrder4(double[] workingSpace,
int length,
int numberIterations,
TSpectrum.Direction direction,
TSpectrum.SmoothWindow smoothing) |
protected static void |
TSpectrum.filterBackgroundOrder6(double[] workingSpace,
int length,
int numberIterations,
TSpectrum.Direction direction,
TSpectrum.SmoothWindow smoothing) |
protected static void |
TSpectrum.filterBackgroundOrder8(double[] workingSpace,
int length,
int numberIterations,
TSpectrum.Direction direction,
TSpectrum.SmoothWindow smoothing) |
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.