Neha Patil (Editor)

Kaiser window

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Kaiser window

The Kaiser window, also known as the Kaiser–Bessel window, was developed by James Kaiser at Bell Laboratories. It is a one-parameter family of window functions used for digital signal processing, and is defined by the formula:

Contents

w [ n ] = { I 0 ( π α 1 ( 2 n N 1 1 ) 2 ) I 0 ( π α ) , 0 n N 1 0 otherwise ,

where:

  • N is the length of the sequence,
  • I0 is the zeroth-order modified Bessel function of the first kind,
  • α is an arbitrary, non-negative real number that determines the shape of the window. In the frequency domain, it determines the trade-off between main-lobe width and side lobe level, which is a central decision in window design.
  • When N is an odd number, the peak value of the window is   w [ ( N 1 ) / 2 ] = 1 ,   and when N is even, the peak values are   w [ N / 2 1 ]   =   w [ N / 2 ]   <   1.

    Fourier transform

    Underlying the discrete sequence is this continuous-time function and its Fourier transform:

    I 0 ( π α 1 ( 2 t ( N 1 ) T ) 2 ) I 0 ( π α ) w 0 ( t ) F ( N 1 ) T sinh ( π α 2 ( ( N 1 ) T f ) 2 ) I 0 ( π α ) π α 2 ( ( N 1 ) T f ) 2 W 0 ( f ) .

    The maximum value of w0(t) is w0(0) = 1.  The w[n] sequence defined above are the samples of:

    w 0 ( t ( N 1 ) T 2 ) rect ( t ( N 1 ) T / 2 N T ) ,     sampled at intervals of T,

    and where rect() is the rectangle function.  The first null after the main lobe of W0(f) occurs at:

    f = 1 + α 2 N T ,       which in units of DFT bins is just   1 + α 2 .

    α controls the tradeoff between main-lobe width and side-lobe area.  As α increases, the main lobe of W0(f) increases in width, and the side lobes decrease in amplitude, as illustrated in the figure at right.  α = 0 corresponds to a rectangular window. For large α, the shape of the Kaiser window (in both time and frequency domain) tends to a Gaussian curve.  The Kaiser window is nearly optimal in the sense of its peak's concentration around frequency 0 (Oppenheim et al., 1999).

    Kaiser–Bessel-derived (KBD) window

    A related window function is the Kaiser–Bessel-derived (KBD) window, which is designed to be suitable for use with the modified discrete cosine transform (MDCT). The KBD window function is defined in terms of the Kaiser window of length M+1, by the formula:

    d n = { i = 0 n w [ i ] i = 0 M w [ i ] if  0 n < M i = 0 2 M 1 n w [ i ] i = 0 M w [ i ] if  M n < 2 M 0 otherwise .

    This defines a window of length 2M, where by construction dn satisfies the Princen-Bradley condition for the MDCT (using the fact that wMn = wn): dn2 + dn + M2 = 1 (interpreting n and n + M modulo 2M). The KBD window is also symmetric in the proper manner for the MDCT: dn = d2M−1−n.

    Applications

    The KBD window is used in the Advanced Audio Coding digital audio format.

    References

    Kaiser window Wikipedia