Function: firkaiser
FIRKAISER  Kaiser-Bessel window
  Usage:  g=firkaiser(L,beta);
          g=firkaiser(L,beta,...);

  FIRKAISER(L,beta) computes the Kaiser-Bessel window of length L with
  parameter beta. The smallest element of the window is set to zero when
  the window has an even length. This gives the window perfect whole-point
  even symmetry, and makes it possible to use the window for a Wilson
  basis.

  FIRKAISER takes the following flags at the end of the input arguments:

    'normal'   Normal Kaiser-Bessel window. This is the default.

    'derived'  Derived Kaiser-Bessel window.

    'wp'       Generate a whole point even window. This is the default.

    'hp'       Generate half point even window.
 
  Additionally, FIRKAISER accepts flags to normalize the output. Please
  see the help of NORMALIZE. Default is to use 'peak' normalization.


  References:
    A. V. Oppenheim and R. W. Schafer. Discrete-time signal processing.
    Prentice Hall, Englewood Cliffs, NJ, 1989.
    
    

Url: http://ltfat.github.io/doc/sigproc/firkaiser.html

See also: firwin, normalize.

Package: ltfat