Uses of Class
edu.mines.jtk.dsp.KaiserWindow

Packages that use KaiserWindow
edu.mines.jtk.dsp Digital signal processing. 
 

Uses of KaiserWindow in edu.mines.jtk.dsp
 

Methods in edu.mines.jtk.dsp that return KaiserWindow
static KaiserWindow KaiserWindow.fromErrorAndLength(double error, double length)
          Returns a Kaiser window with specified error and window length.
static KaiserWindow KaiserWindow.fromErrorAndWidth(double error, double width)
          Returns a Kaiser window with specified error and transition width.
static KaiserWindow KaiserWindow.fromWidthAndLength(double width, double length)
          Returns a Kaiser window with specified transition width and window length.