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 WindowWindow. BLACKMANN_HARRISstatic WindowWindow. FLAT_TOPstatic WindowWindow. HAMMINGstatic WindowWindow. HANNstatic WindowWindow. HANN_POISSONstatic WindowWindow. NONEstatic WindowWindow. TUKEYConstructors in pulse.math with parameters of type Window Constructor Description FFTTransformer(Window window, double[] realInput)FFTTransformer(Window window, double[] realInput, double[] imagInput)
-