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[1][2]:
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 and when N is even, the peak values are
Fourier transform
Underlying the discrete sequence is this continuous-time function and its Fourier transform:
The maximum value of w0(t) is w0(0) = 1. The w[n] sequence defined above are the samples of:
- sampled at intervals of T,
and where rect() is the rectangle function. The first null after the main lobe of W0(f) occurs at:
- which in units of DFT bins is just [3]
α 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:
This defines a window of length 2M, where by construction dn satisfies the Princen-Bradley condition for the MDCT (using the fact that wM−n = 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.
Notes
- ↑ Harris, Fredric j. (Jan 1978). "On the use of Windows for Harmonic Analysis with the Discrete Fourier Transform" (PDF). Proceedings of the IEEE. 66 (1): 73–74. doi:10.1109/PROC.1978.10837. Article on FFT windows which introduced many of the key metrics used to compare windows.
- ↑ Kaiser, James F.; Ronald W. Schafer (February 1980). "On the Use of the I0-Sinh Window for Spectrum Analysis". IEEE Transactions on Acoustics, Speech and Signal Processing. ASSP-28 (1): 105–107.
- ↑ Kaiser, James F.; Schafer, Ronald W. (1980). "On the use of the I0-sinh window for spectrum analysis". IEEE Transactions on Acoustics, Speech, and Signal Processing. 28: 105–107. doi:10.1109/TASSP.1980.1163349.
References
- Oppenheim, A. V.; Schafer, R. W.; Buck J. R. (1999). Discrete-time signal processing. Upper Saddle River, N.J.: Prentice Hall. ISBN 0-13-754920-2.
- Kaiser, J. F. (1966). Digital Filters. In Kuo, F. F. and Kaiser, J. F. (Eds.), System Analysis by Digital Computer, chap. 7. New York, Wiley.
- Craig Sapp, Kaiser-Bessel Derived Window Examples and C-language Implementation, Music 422 / EE 367C: Perceptual Audio Coding (Stanford University course page, 2001).