Uses of Class
de.gsi.math.spectra.Apodization
-
Packages that use Apodization Package Description de.gsi.math de.gsi.math.spectra -
-
Uses of Apodization in de.gsi.math
Methods in de.gsi.math with parameters of type Apodization Modifier and Type Method Description static de.gsi.dataset.DataSetDataSetMath. magnitudeSpectrum(de.gsi.dataset.DataSet function, Apodization apodization, boolean dbScale, boolean normalisedFrequency) -
Uses of Apodization in de.gsi.math.spectra
Methods in de.gsi.math.spectra that return Apodization Modifier and Type Method Description static ApodizationApodization. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Apodization[]Apodization. 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 Apodization Modifier and Type Method Description static voidApodization. apodize(double[] data, Apodization function)
-