Uses of Class
de.gsi.math.spectra.TSpectrum.FilterOrder
-
Packages that use TSpectrum.FilterOrder Package Description de.gsi.math.spectra -
-
Uses of TSpectrum.FilterOrder in de.gsi.math.spectra
Methods in de.gsi.math.spectra that return TSpectrum.FilterOrder Modifier and Type Method Description static TSpectrum.FilterOrderTSpectrum.FilterOrder. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TSpectrum.FilterOrder[]TSpectrum.FilterOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gsi.math.spectra with parameters of type TSpectrum.FilterOrder Modifier and Type Method 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.
-