Uses of Class
org.hermit.dsp.Window.Function

Packages that use Window.Function
org.hermit.dsp A small library of digital signal processing (DSP) utilities. 
 

Uses of Window.Function in org.hermit.dsp
 

Methods in org.hermit.dsp that return Window.Function
static Window.Function Window.Function.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Window.Function[] Window.Function.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hermit.dsp with parameters of type Window.Function
 void FFTTransformer.setWindowFunc(Window.Function func)
          Set a new windowing function for this analyser.
 

Constructors in org.hermit.dsp with parameters of type Window.Function
FFTTransformer(int size, Window.Function winfunc)
          Create an FFT transformer for a given sample size.
Window(int size, Window.Function function)
          Create a window function for a given sample size.