Uses of Interface
pulse.math.Window
-
Packages that use Window Package Description pulse.math Provides general math functionality that is used when finding the direction (aVector
) of the minimum, including operations with vector and matrices. -
-
Uses of Window in pulse.math
Fields in pulse.math declared as Window Modifier and Type Field Description static Window
Window. BLACKMANN_HARRIS
static Window
Window. FLAT_TOP
static Window
Window. HAMMING
static Window
Window. HANN
static Window
Window. HANN_POISSON
static Window
Window. NONE
static Window
Window. TUKEY
Constructors in pulse.math with parameters of type Window Constructor Description FFTTransformer(Window window, double[] realInput)
FFTTransformer(Window window, double[] realInput, double[] imagInput)
-