In
signal processing
Signal processing is an electrical engineering subfield that focuses on analyzing, modifying and synthesizing ''signals'', such as audio signal processing, sound, image processing, images, and scientific measurements. Signal processing techniq ...
and
statistics
Statistics (from German language, German: ''wikt:Statistik#German, Statistik'', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of ...
, a window function (also known as an apodization function or tapering function
[) is a ]mathematical function
In mathematics, a function from a set to a set assigns to each element of exactly one element of .; the words map, mapping, transformation, correspondence, and operator are often used synonymously. The set is called the domain of the functi ...
that is zero-valued outside of some chosen interval, normally symmetric around the middle of the interval, usually near a maximum in the middle, and usually tapering away from the middle. Mathematically, when another function or waveform/data-sequence is "multiplied" by a window function, the product is also zero-valued outside the interval: all that is left is the part where they overlap, the "view through the window". Equivalently, and in actual practice, the segment of data within the window is first isolated, and then only that data is multiplied by the window function values. Thus, tapering, not segmentation, is the main purpose of window functions.
The reasons for examining segments of a longer function include detection of transient events and time-averaging of frequency spectra. The duration of the segments is determined in each application by requirements like time and frequency resolution. But that method also changes the frequency content of the signal by an effect called spectral leakage
The Fourier transform of a function of time, s(t), is a complex-valued function of frequency, S(f), often referred to as a frequency spectrum. Any linear time-invariant operation on s(t) produces a new spectrum of the form H(f)•S(f), which chang ...
. Window functions allow us to distribute the leakage spectrally in different ways, according to the needs of the particular application. There are many choices detailed in this article, but many of the differences are so subtle as to be insignificant in practice.
In typical applications, the window functions used are non-negative, smooth, "bell-shaped" curves.[ Rectangle, triangle, and other functions can also be used. A more general definition of window functions does not require them to be identically zero outside an interval, as long as the product of the window multiplied by its argument is ]square integrable
In mathematics, a square-integrable function, also called a quadratically integrable function or L^2 function or square-summable function, is a real- or complex-valued measurable function for which the integral of the square of the absolute value i ...
, and, more specifically, that the function goes sufficiently rapidly toward zero.[
]
Applications
Window functions are used in spectral analysis
Analysis ( : analyses) is the process of breaking a complex topic or substance into smaller parts in order to gain a better understanding of it. The technique has been applied in the study of mathematics and logic since before Aristotle (38 ...
/modification/ resynthesis,[ the design of ]finite impulse response
In signal processing, a finite impulse response (FIR) filter is a filter whose impulse response (or response to any finite length input) is of ''finite'' duration, because it settles to zero in finite time. This is in contrast to infinite impulse r ...
filters, as well as beamforming
Beamforming or spatial filtering is a signal processing technique used in sensor arrays for directional signal transmission or reception. This is achieved by combining elements in an antenna array in such a way that signals at particular angles e ...
and antenna
Antenna ( antennas or antennae) may refer to:
Science and engineering
* Antenna (radio), also known as an aerial, a transducer designed to transmit or receive electromagnetic (e.g., TV or radio) waves
* Antennae Galaxies, the name of two collid ...
design.
Spectral analysis
The Fourier transform
A Fourier transform (FT) is a mathematical transform that decomposes functions into frequency components, which are represented by the output of the transform as a function of frequency. Most commonly functions of time or space are transformed, ...
of the function is zero, except at frequency ±''ω''. However, many other functions and waveforms do not have convenient closed-form transforms. Alternatively, one might be interested in their spectral content only during a certain time period.
In either case, the Fourier transform (or a similar transform) can be applied on one or more finite intervals of the waveform. In general, the transform is applied to the product of the waveform and a window function. Any window (including rectangular) affects the spectral estimate computed by this method.
Filter design
Windows are sometimes used in the design of digital filters
In signal processing, a digital filter is a system that performs mathematical operations on a sampled, discrete-time signal to reduce or enhance certain aspects of that signal. This is in contrast to the other major type of electronic filter, ...
, in particular to convert an "ideal" impulse response of infinite duration, such as a sinc function
In mathematics, physics and engineering, the sinc function, denoted by , has two forms, normalized and unnormalized..
In mathematics, the historical unnormalized sinc function is defined for by
\operatornamex = \frac.
Alternatively, the u ...
, to a finite impulse response
In signal processing, a finite impulse response (FIR) filter is a filter whose impulse response (or response to any finite length input) is of ''finite'' duration, because it settles to zero in finite time. This is in contrast to infinite impulse r ...
(FIR) filter design. That is called the ''window method''.[
]
Statistics and curve fitting
Window functions are sometimes used in the field of statistical analysis
Statistical inference is the process of using data analysis to infer properties of an underlying distribution of probability.Upton, G., Cook, I. (2008) ''Oxford Dictionary of Statistics'', OUP. . Inferential statistical analysis infers propertie ...
to restrict the set of data being analyzed to a range near a given point, with a weighting factor that diminishes the effect of points farther away from the portion of the curve being fit. In the field of Bayesian analysis and curve fitting
Curve fitting is the process of constructing a curve, or mathematical function, that has the best fit to a series of data points, possibly subject to constraints. Curve fitting can involve either interpolation, where an exact fit to the data is ...
, this is often referred to as the kernel
Kernel may refer to:
Computing
* Kernel (operating system), the central component of most operating systems
* Kernel (image processing), a matrix used for image convolution
* Compute kernel, in GPGPU programming
* Kernel method, in machine learnin ...
.
Rectangular window applications
Analysis of transients
When analyzing a transient signal in modal analysis
Modal analysis is the study of the dynamic properties of systems in the frequency domain. Examples would include measuring the vibration of a car's body when it is attached to a shaker, or the noise pattern in a room when excited by a loudspeak ...
, such as an impulse, a shock response, a sine burst, a chirp burst, or noise burst, where the energy vs time distribution is extremely uneven, the rectangular window may be most appropriate. For instance, when most of the energy is located at the beginning of the recording, a non-rectangular window attenuates most of the energy, degrading the signal-to-noise ratio.[
]
Harmonic analysis
One might wish to measure the harmonic content of a musical note from a particular instrument or the harmonic distortion of an amplifier at a given frequency. Referring again to Figure 2, we can observe that there is no leakage at a discrete set of harmonically-related frequencies sampled by the DFT. (The spectral nulls are actually zero-crossings, which cannot be shown on a logarithmic scale such as this.) This property is unique to the rectangular window, and it must be appropriately configured for the signal frequency, as described above.
Overlapping windows
When the length of a data set to be transformed is larger than necessary to provide the desired frequency resolution, a common practice is to subdivide it into smaller sets and window them individually. To mitigate the "loss" at the edges of the window, the individual sets may overlap in time. See Welch method
Welch's method, named after Peter D. Welch, is an approach for spectral density estimation.
It is used in physics, engineering, and applied mathematics for estimating the power of a signal at different frequencies.
The method is based on the co ...
of power spectral analysis and the modified discrete cosine transform
The modified discrete cosine transform (MDCT) is a transform based on the type-IV discrete cosine transform (DCT-IV), with the additional property of being lapped transform, lapped: it is designed to be performed on consecutive blocks of a larger ...
.
Two-dimensional windows
Two-dimensional windows are commonly used in image processing to reduce unwanted high-frequencies in the image Fourier transform.[ They can be constructed from one-dimensional windows in either of two forms.][ The separable form, is trivial to compute. The ]radial
Radial is a geometric term of location which may refer to:
Mathematics and Direction
* Vector (geometric)
In mathematics, physics, and engineering, a Euclidean vector or simply a vector (sometimes called a geometric vector or spatial vector) ...
form, , which involves the radius , is isotropic
Isotropy is uniformity in all orientations; it is derived . Precise definitions depend on the subject area. Exceptions, or inequalities, are frequently indicated by the prefix ' or ', hence ''anisotropy''. ''Anisotropy'' is also used to describe ...
, independent on the orientation of the coordinate axes. Only the Gaussian
Carl Friedrich Gauss (1777–1855) is the eponym of all of the topics listed below.
There are over 100 topics all named after this German mathematician and scientist, all in the fields of mathematics, physics, and astronomy. The English eponymo ...
function is both separable and isotropic.[ The separable forms of all other window functions have corners that depend on the choice of the coordinate axes. The isotropy/]anisotropy
Anisotropy () is the property of a material which allows it to change or assume different properties in different directions, as opposed to isotropy. It can be defined as a difference, when measured along different axes, in a material's physic ...
of a two-dimensional window function is shared by its two-dimensional Fourier transform. The difference between the separable and radial forms is akin to the result of diffraction
Diffraction is defined as the interference or bending of waves around the corners of an obstacle or through an aperture into the region of geometrical shadow of the obstacle/aperture. The diffracting object or aperture effectively becomes a s ...
from rectangular vs. circular apertures, which can be visualized in terms of the product of two sinc function
In mathematics, physics and engineering, the sinc function, denoted by , has two forms, normalized and unnormalized..
In mathematics, the historical unnormalized sinc function is defined for by
\operatornamex = \frac.
Alternatively, the u ...
s vs. an Airy function
In the physical sciences, the Airy function (or Airy function of the first kind) is a special function named after the British astronomer George Biddell Airy (1801–1892). The function and the related function , are linearly independent solutio ...
, respectively.
A list of window functions
Conventions:
* is a zero-phase function (symmetrical about ),[ continuous for where is a positive integer (even or odd).][
*The sequence is ''symmetric'', of length
* is ''DFT-symmetric'', of length
*The parameter B displayed on each spectral plot is the function's noise equivalent bandwidth metric, in units of ''DFT bins''.
The sparse sampling of a DTFT (such as the DFTs in Fig 2) only reveals the leakage into the DFT bins from a sinusoid whose frequency is also an integer DFT bin. The unseen sidelobes reveal the leakage to expect from sinusoids at other frequencies. Therefore, when choosing a window function, it is usually important to sample the DTFT more densely (as we do throughout this section) and choose a window that suppresses the sidelobes to an acceptable level.
]
Rectangular window
The rectangular window (sometimes known as the boxcar
A boxcar is the North American ( AAR) term for a railroad car that is enclosed and generally used to carry freight. The boxcar, while not the simplest freight car design, is considered one of the most versatile since it can carry most ...
or Dirichlet
Johann Peter Gustav Lejeune Dirichlet (; 13 February 1805 – 5 May 1859) was a German mathematician who made deep contributions to number theory (including creating the field of analytic number theory), and to the theory of Fourier series and ...
window) is the simplest window, equivalent to replacing all but ''N'' values of a data sequence by zeros, making it appear as though the waveform suddenly turns on and off:
:
Other windows are designed to moderate these sudden changes, which reduces scalloping loss and improves dynamic range, as described above ().
The rectangular window is the 1st order ''B''-spline window as well as the 0th power power-of-sine window.
The rectangular window provides the minimum mean square error estimate of the Discrete-time Fourier transform
In mathematics, the discrete-time Fourier transform (DTFT) is a form of Fourier analysis that is applicable to a sequence of values.
The DTFT is often used to analyze samples of a continuous function. The term ''discrete-time'' refers to the ...
, at the cost of other issues discussed.
''B''-spline windows
''B''-spline windows can be obtained as ''k''-fold convolutions of the rectangular window. They include the rectangular window itself (''k'' = 1), the (''k'' = 2) and the (''k'' = 4).[ Alternative definitions sample the appropriate normalized ''B''-spline ]basis function
In mathematics, a basis function is an element of a particular basis for a function space. Every function in the function space can be represented as a linear combination of basis functions, just as every vector in a vector space can be represen ...
s instead of convolving discrete-time windows. A ''k''th-order ''B''-spline basis function is a piece-wise polynomial function of degree ''k''−1 that is obtained by ''k''-fold self-convolution of the rectangular function
The rectangular function (also known as the rectangle function, rect function, Pi function, Heaviside Pi function, gate function, unit pulse, or the normalized boxcar function) is defined as
\operatorname(t) = \Pi(t) =
\left\{\begin{array}{r ...
.
Triangular window
Triangular windows are given by:
:
where ''L'' can be ''N'',[ ''N'' + 1,][
][ or ''N'' + 2.][ The first one is also known as Bartlett window or Fejér window. All three definitions converge at large ''N''.
The triangular window is the 2nd order ''B''-spline window. The ''L'' = ''N'' form can be seen as the convolution of two ''N''/2-width rectangular windows. The Fourier transform of the result is the squared values of the transform of the half-width rectangular window.
]
Parzen window
Defining , the Parzen window, also known as the de la Vallée Poussin window,[ is the 4th order ''B''-spline window given by:
:
:
]
Other polynomial windows
Welch window
The Welch window consists of a single parabolic section:
:[
The defining ]quadratic polynomial
In mathematics, a quadratic polynomial is a polynomial of degree two in one or more variables. A quadratic function is the polynomial function defined by a quadratic polynomial. Before 20th century, the distinction was unclear between a polynomia ...
reaches a value of zero at the samples just outside the span of the window.
Sine window
:
The corresponding function is a cosine without the /2 phase offset. So the ''sine window''[ is sometimes also called ''cosine window''.][ As it represents half a cycle of a sinusoidal function, it is also known variably as ''half-sine window''][ or ''half-cosine window''.][
The ]autocorrelation
Autocorrelation, sometimes known as serial correlation in the discrete time case, is the correlation of a signal with a delayed copy of itself as a function of delay. Informally, it is the similarity between observations of a random variable ...
of a sine window produces a function known as the Bohman window.[
]
Power-of-sine/cosine windows
These window functions have the form:[
:
The rectangular window (), the sine window (), and the ]Hann window
The Hann function is named after the Austrian meteorologist Julius von Hann. It is a window function used to perform Hann smoothing. The function, with length L and amplitude 1/L, is given by:
:
w_0(x) \triangleq \left\.
For digital sign ...
() are members of this family.
For even-integer values of these functions can also be expressed in cosine-sum form:
:
:
Cosine-sum windows
This family is also known as
generalized cosine windows
'.
In most cases, including the examples below, all coefficients ''a''''k'' ≥ 0. These windows have only 2''K'' + 1 non-zero ''N''-point DFT coefficients.
Hann and Hamming windows
The customary cosine-sum windows for case ''K'' = 1 have the form:
:
which is easily (and often) confused with its zero-phase version:
:
Setting produces a Hann window:
:[
named after ]Julius von Hann
Julius Ferdinand von Hann (23 March 1839 in Wartberg ob der Aist near Linz – 1 October 1921 in Vienna) was an Austrian meteorologist. He is seen as a father of modern meteorology.
Biography
He was educated at the gymnasium of Kremsmünster an ...
, and sometimes erroneously referred to as ''Hanning'', presumably due to its linguistic and formulaic similarities to the Hamming window. It is also known as raised cosine, because the zero-phase version, is one lobe of an elevated cosine function.
This function is a member of both the cosine-sum and power-of-sine families. Unlike the Hamming window
In discrete-time signal processing, windowing is a preliminary signal shaping technique, usually applied to improve the appearance and usefulness of a subsequent Discrete Fourier transform, Discrete Fourier Transform. Several ''Window function, ...
, the end points of the Hann window just touch zero. The resulting side-lobes roll off at about 18 dB per octave.[
Setting to approximately 0.54, or more precisely 25/46, produces the Hamming window, proposed by ]Richard W. Hamming
Richard Wesley Hamming (February 11, 1915 – January 7, 1998) was an American mathematician whose work had many implications for computer engineering and telecommunications. His contributions include the Hamming code (which makes use of a Ham ...
. That choice places a zero-crossing at frequency 5/(''N'' − 1), which cancels the first sidelobe of the Hann window, giving it a height of about one-fifth that of the Hann window.[
The Hamming window is often called the Hamming blip when used for ]pulse shaping In electronics and telecommunications, pulse shaping is the process of changing the waveform of transmitted pulses to optimize the signal for its intended purpose or the communication channel. This is often done by limiting the bandwidth of the tran ...
.[
Approximation of the coefficients to two decimal places substantially lowers the level of sidelobes,][ to a nearly equiripple condition.][ In the equiripple sense, the optimal values for the coefficients are a0 = 0.53836 and a1 = 0.46164.][
]
Blackman window
Blackman windows are defined as:
:
:
By common convention, the unqualified term ''Blackman window'' refers to Blackman's "not very serious proposal" of (''a''0 = 0.42, ''a''1 = 0.5, ''a''2 = 0.08), which closely approximates the exact Blackman,[ with ''a''0 = 7938/18608 ≈ 0.42659, ''a''1 = 9240/18608 ≈ 0.49656, and ''a''2 = 1430/18608 ≈ 0.076849.][ These exact values place zeros at the third and fourth sidelobes,][ but result in a discontinuity at the edges and a 6 dB/oct fall-off. The truncated coefficients do not null the sidelobes as well, but have an improved 18 dB/oct fall-off.][
]
Nuttall window, continuous first derivative
The continuous form of the Nuttall window, and its first derivative
In mathematics, the derivative of a function of a real variable measures the sensitivity to change of the function value (output value) with respect to a change in its argument (input value). Derivatives are a fundamental tool of calculus. F ...
are continuous everywhere, like the Hann function
The Hann function is named after the Austrian meteorologist Julius von Hann. It is a window function used to perform Hann smoothing. The function, with length L and amplitude 1/L, is given by:
:
w_0(x) \triangleq \left\.
For digital sign ...
. That is, the function goes to 0 at unlike the Blackman–Nuttall, Blackman–Harris, and Hamming windows. The Blackman window () is also continuous with continuous derivative at the edge, but the "exact Blackman window" is not.
:
:
Blackman–Nuttall window
:
:
Blackman–Harris window
A generalization of the Hamming family, produced by adding more shifted sinc functions, meant to minimize side-lobe levels[
:
:
]
Flat top window
A flat top window is a partially negative-valued window that has minimal scalloping loss in the frequency domain. That property is desirable for the measurement of amplitudes of sinusoidal frequency components.[ Drawbacks of the broad bandwidth are poor frequency resolution and high .
Flat top windows can be designed using low-pass filter design methods,][ or they may be of the usual cosine-sum variety:
:
Th]
Matlab variant
has these coefficients:
:
Other variations are available, such as sidelobes that roll off at the cost of higher values near the main lobe.[
]
Rife–Vincent windows
Rife–Vincent windows[ are customarily scaled for unity average value, instead of unity peak value. The coefficient values below, applied to , reflect that custom.
Class I, Order 1 (''K'' = 1): Functionally equivalent to the ]Hann window
The Hann function is named after the Austrian meteorologist Julius von Hann. It is a window function used to perform Hann smoothing. The function, with length L and amplitude 1/L, is given by:
:
w_0(x) \triangleq \left\.
For digital sign ...
.
Class I, Order 2 (''K'' = 2):
Class I is defined by minimizing the high-order sidelobe amplitude. Coefficients for orders up to K=4 are tabulated.[
Class II minimizes the main-lobe width for a given maximum side-lobe.
Class III is a compromise for which order ''K'' = 2 resembles the .][
]
Adjustable windows
Gaussian window
The Fourier transform of a Gaussian
Carl Friedrich Gauss (1777–1855) is the eponym of all of the topics listed below.
There are over 100 topics all named after this German mathematician and scientist, all in the fields of mathematics, physics, and astronomy. The English eponymo ...
is also a Gaussian. Since the support of a Gaussian function extends to infinity, it must either be truncated at the ends of the window, or itself windowed with another zero-ended window.[
Since the log of a Gaussian produces a ]parabola
In mathematics, a parabola is a plane curve which is mirror-symmetrical and is approximately U-shaped. It fits several superficially different mathematical descriptions, which can all be proved to define exactly the same curves.
One descript ...
, this can be used for nearly exact quadratic interpolation in frequency estimation
In statistical signal processing, the goal of spectral density estimation (SDE) or simply spectral estimation is to estimate the spectral density (also known as the power spectral density) of a signal from a sequence of time samples of the signa ...
.[
:
:
The standard deviation of the Gaussian function is ''σ'' · ''N''/2 sampling periods.
]
Confined Gaussian window
The confined Gaussian window yields the smallest possible root mean square frequency width for a given temporal width .[ These windows optimize the RMS time-frequency bandwidth products. They are computed as the minimum eigenvectors of a parameter-dependent matrix. The confined Gaussian window family contains the and the in the limiting cases of large and small , respectively.
]
Approximate confined Gaussian window
Defining , a confined Gaussian window of temporal width is well approximated by:[
:
where is a Gaussian function:
::
The standard deviation of the approximate window is ]asymptotically equal
In mathematical analysis, asymptotic analysis, also known as asymptotics, is a method of describing limiting behavior.
As an illustration, suppose that we are interested in the properties of a function as becomes very large. If , then as bec ...
(i.e. large values of ) to for .[
]
Generalized normal window
A more generalized version of the Gaussian window is the generalized normal window.[ Retaining the notation from the ]Gaussian window
In discrete-time signal processing, windowing is a preliminary signal shaping technique, usually applied to improve the appearance and usefulness of a subsequent Discrete Fourier Transform. Several ''window functions'' can be defined, based on a ...
above, we can represent this window as
:
for any even . At , this is a Gaussian window and as approaches , this approximates to a rectangular window. The Fourier transform
A Fourier transform (FT) is a mathematical transform that decomposes functions into frequency components, which are represented by the output of the transform as a function of frequency. Most commonly functions of time or space are transformed, ...
of this window does not exist in a closed form for a general . However, it demonstrates the other benefits of being smooth, adjustable bandwidth. Like the , this window naturally offers a "flat top" to control the amplitude attenuation of a time-series (on which we don't have a control with Gaussian window). In essence, it offers a good (controllable) compromise, in terms of spectral leakage, frequency resolution and amplitude attenuation, between the Gaussian window and the rectangular window.
See also [ for a study on time-frequency representation of this window (or function).
]
Tukey window
The Tukey window, also known as the ''cosine-tapered window'', can be regarded as a cosine lobe of width (spanning observations) that is convolved with a rectangular window of width .
: [
At it becomes rectangular, and at it becomes a Hann window.
]
Planck-taper window
The so-called "Planck-taper" window is a bump function
In mathematics, a bump function (also called a test function) is a function f: \R^n \to \R on a Euclidean space \R^n which is both smooth (in the sense of having continuous derivatives of all orders) and compactly supported. The set of all bump f ...
that has been widely used[ in the theory of ]partitions of unity
In mathematics, a partition of unity of a topological space is a set of continuous functions from to the unit interval ,1such that for every point x\in X:
* there is a neighbourhood of where all but a finite number of the functions of are 0, ...
in manifolds
In mathematics, a manifold is a topological space that locally resembles Euclidean space near each point. More precisely, an n-dimensional manifold, or ''n-manifold'' for short, is a topological space with the property that each point has a Ne ...
. It is smooth
Smooth may refer to:
Mathematics
* Smooth function, a function that is infinitely differentiable; used in calculus and topology
* Smooth manifold, a differentiable manifold for which all the transition maps are smooth functions
* Smooth algebraic ...
(a function) everywhere, but is exactly zero outside of a compact region, exactly one over an interval within that region, and varies smoothly and monotonically between those limits. Its use as a window function in signal processing was first suggested in the context of gravitational-wave astronomy
Gravitational-wave astronomy is an emerging branch of observational astronomy which aims to use gravitational waves (minute distortions of spacetime predicted by Albert Einstein's theory of general relativity) to collect observational data about ...
, inspired by the Planck distribution.[ It is defined as a ]piecewise
In mathematics, a piecewise-defined function (also called a piecewise function, a hybrid function, or definition by cases) is a function defined by multiple sub-functions, where each sub-function applies to a different interval in the domain. Pi ...
function:
:
The amount of tapering is controlled by the parameter ''ε'', with smaller values giving sharper transitions.
DPSS or Slepian window
The DPSS (discrete prolate spheroidal sequence) or Slepian window maximizes the energy concentration in the main lobe,[ and is used in ]multitaper
In signal processing, multitaper is a spectral density estimation technique developed by David J. Thomson. It can estimate the power spectrum ''S'X'' of a stationary ergodic finite-variance random process ''X'', given a finite contiguous real ...
spectral analysis, which averages out noise in the spectrum and reduces information loss at the edges of the window.
The main lobe ends at a frequency bin given by the parameter ''α''.[
The Kaiser windows below are created by a simple approximation to the DPSS windows:
]
Kaiser window
The Kaiser, or Kaiser–Bessel, window is a simple approximation of the DPSS window using Bessel function
Bessel functions, first defined by the mathematician Daniel Bernoulli and then generalized by Friedrich Bessel, are canonical solutions of Bessel's differential equation
x^2 \frac + x \frac + \left(x^2 - \alpha^2 \right)y = 0
for an arbitrary ...
s, discovered by James Kaiser
James Frederick Kaiser (Dec. 10, 1929 – Feb. 13, 2020) was an American electrical engineer noted for his contributions in signal processing. He was an IEEE Fellow and received many honors and awards, including the IEEE Centennial Medal, the I ...
.[
: ][
:
where is the zero-th order modified Bessel function of the first kind. Variable parameter determines the tradeoff between main lobe width and side lobe levels of the spectral leakage pattern. The main lobe width, in between the nulls, is given by in units of DFT bins,][ and a typical value of is 3.
]
Dolph–Chebyshev window
Minimizes the Chebyshev norm
In mathematical analysis, the uniform norm (or ) assigns to real- or complex-valued bounded functions defined on a set the non-negative number
:\, f\, _\infty = \, f\, _ = \sup\left\.
This norm is also called the , the , the , or, when the ...
of the side-lobes for a given main lobe width.[
The zero-phase Dolph–Chebyshev window function ]