Window function

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Template:Short description Script error: No such module "For".

File:Hanning.svg
A popular window function, the Hann window. Most popular window functions are similar bell-shaped curves.

In signal processing and statistics, a window function (also known as an apodization function or tapering function[1]) is a mathematical function that is zero-valued outside of some chosen interval. Typically, window functions are symmetric around the middle of the interval, approach a maximum in the middle, and taper 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. 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.[2] 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, and, more specifically, that the function goes sufficiently rapidly toward zero.[3]

Applications

Window functions are used in spectral analysis/modification/resynthesis,[4] the design of finite impulse response filters, merging multiscale and multidimensional datasets,[5][6] as well as beamforming and antenna design.

File:Spectral leakage caused by "windowing".svg
Figure 2: Windowing a sinusoid causes spectral leakage. The same amount of leakage occurs whether there are an integer (blue) or non-integer (red) number of cycles within the window (rows 1 and 2). When the sinusoid is sampled and windowed, its discrete-time Fourier transform (DTFT) also exhibits the same leakage pattern (rows 3 and 4). But when the DTFT is only sparsely sampled, at a certain interval, it is possible (depending on your point of view) to: (1) avoid the leakage, or (2) create the illusion of no leakage. For the case of the blue DTFT, those samples are the outputs of the discrete Fourier transform (DFT). The red DTFT has the same interval of zero-crossings, but the DFT samples fall in-between them, and the leakage is revealed.

Spectral analysis

Script error: No such module "Labelled list hatnote".

The Fourier transform of the function Template:Math 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

Script error: No such module "Labelled list hatnote".

Windows are sometimes used in the design of digital filters, in particular to convert an "ideal" impulse response of infinite duration, such as a sinc function, to a finite impulse response (FIR) filter design. That is called the window method.[7][8][9]

Statistics and curve fitting

Script error: No such module "Labelled list hatnote".

Window functions are sometimes used in the field of statistical analysis 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, this is often referred to as the kernel.

Rectangular window applications

Analysis of transients

When analyzing a transient signal in modal analysis, 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.[10]

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 discrete Fourier transform (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 of power spectral analysis and the modified discrete cosine transform.

Two-dimensional windows

Script error: No such module "Labelled list hatnote". Two-dimensional windows are commonly used in image processing to reduce unwanted high-frequencies in the image Fourier transform.[11] They can be constructed from one-dimensional windows in either of two forms.[12] The separable form, W(m,n)=w(m)w(n) is trivial to compute. The radial form, W(m,n)=w(r), which involves the radius r=(mM/2)2+(nN/2)2, is isotropic, independent on the orientation of the coordinate axes. Only the Gaussian function is both separable and isotropic.[13] The separable forms of all other window functions have corners that depend on the choice of the coordinate axes. The isotropy/anisotropy 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 from rectangular vs. circular apertures, which can be visualized in terms of the product of two sinc functions vs. an Airy function, respectively.

Examples of window functions

Conventions:

  • w0(x) is a zero-phase function (symmetrical about x=0),[14] continuous for x[N/2,N/2], where N is a positive integer (even or odd).[15]
  • The sequence {w[n]=w0(nN/2),0nN} is symmetric, of length N+1.
  • {w[n],0nN1} is DFT-symmetric, of length N.Template:Efn-ua

The sparse sampling of a discrete-time Fourier transform (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.Template:Efn-la 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

File:Window function and frequency response - Rectangular.svg
Rectangular window

The rectangular window (sometimes known as the boxcar or uniform or Dirichlet window or misleadingly as "no window" in some programs[17]) is the simplest window, equivalent to replacing all but N consecutive values of a data sequence by zeros, making the waveform suddenly turn on and off:

w[n]=1.

Other windows are designed to moderate these sudden changes, to reduce scalloping loss and improve dynamic range (described in Template:Slink).

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, 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 Template:Slink (k = 2) and the Template:Slink (k = 4).[18] Alternative definitions sample the appropriate normalized B-spline basis functions instead of convolving discrete-time windows. A kth-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.

Triangular window

File:Window function and its Fourier transform – Triangular (n = 0...N).svg
Triangular window (with L = N + 1)

Triangular windows are given by

w[n]=1|nN2L2|,0nN,

where L can be N,[19] N + 1,[16][20][21] or N + 2.[22] 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 <templatestyles src="Fraction/styles.css" />N2-width rectangular windows. The Fourier transform of the result is the squared values of the transform of the half-width rectangular window.

Parzen window

File:Window function and frequency response - Parzen.svg
Parzen window

Script error: No such module "Distinguish". Defining Template:Math, the Parzen window, also known as the de la Vallée Poussin window,[16] is the 4th-order B-spline window given by

w0(n){16(nL/2)2(1|n|L/2),0|n|L42(1|n|L/2)3L4<|n|L2}
w[n]= w0(nN2), 0nN
File:Window function and frequency response - Welch.svg
Welch window

Other polynomial windows

Welch window

The Welch window consists of a single parabolic section:

w[n]=1(nN2N2)2,0nN.[22]

Alternatively, it can be written as two factors, as in a beta distribution:

w[n]=(1+nN2N2)(1nN2N2),0nN.

The defining quadratic polynomial reaches a value of zero at the samples just outside the span of the window.

The Welch window is fairly close to the sine window, and just as the power-of-sine windows are a useful parameterized family, the power-of-Welch window family is similarly useful. Powers of the Welch or parabolic window are also Pearson type II distributions and symmetric beta distributions, and are purely algebraic functions (if the powers are rational), as opposed to most windows that are transcendental functions. If different exponents are used on the two factors in the Welch polynomial, the result is a general beta distribution, which is useful for making asymmetric window functions.

Raised-cosine windows

Windows in the form of a cosine function offset by a constant, such as the popular Hamming and Hann windows, are sometimes called raised-cosine windows. The Hann window is particularly like the raised cosine distribution, which goes smoothly to zero at its ends.

The raised-cosine windows have the form:

w[n]=a0(1a0)cos(2πnN),0nN,

or alternatively as their zero-phase versions:

w0(n) =w[n+N2]=a0+(1a0)cos(2πnN),N2nN2.

Hann window

Script error: No such module "Labelled list hatnote".

File:Window function and its Fourier transform – Hann (n = 0...N).svg
Hann window

Setting a0=0.5 produces a Hann window:

w[n]=0.5[1cos(2πnN)]=sin2(πnN),[23]

named after Julius von Hann, and sometimes referred to as Hanning, which derived from the verb "to Hann".Script error: No such module "Unsubst". It is also known as the raised cosine, because of its similarity to a raised-cosine distribution.

This function is a member of both the cosine-sum and power-of-sine families. Unlike the Hamming window, the end points of the Hann window just touch zero. The resulting side-lobes roll off at about 18 dB per octave.[24]

Hamming window

File:Window function and frequency response - Hamming (alpha = 0.53836, n = 0...N).svg
Hamming window, a0 = 0.53836 and a1 = 0.46164. The original Hamming window would have a0 = 0.54 and a1 = 0.46.

Setting a0 to approximately 0.54, or more precisely 25/46, produces the Hamming window, proposed by Richard W. Hamming. This choice places a zero crossing at frequency 5Template:Pi/(N − 1), which cancels the first sidelobe of the Hann window, giving it a height of about one-fifth that of the Hann window.[16][25][26] The Hamming window is often called the Hamming blip when used for pulse shaping.[27][28][29]

Approximation of the coefficients to two decimal places substantially lowers the level of sidelobes,[16] to a nearly equiripple condition.[26] In the equiripple sense, the optimal values for the coefficients are a0 = 0.53836 and a1 = 0.46164.[26][30]

Cosine-sum windows

This family, which generalizes the raised-cosine windows, is also known as generalized cosine windows.[31]

Template:Equation box 1

In most cases, including the examples below, all coefficients ak ≥ 0. These windows have only 2K + 1 non-zero N-point DFT coefficients.

Blackman window

File:Window function and its Fourier transform – Blackman (n = 0...N).svg
Blackman window; Template:Math

Blackman windows are defined as

w[n]=a0a1cos(2πnN)+a2cos(4πnN),
a0=1α2;a1=12;a2=α2.

By common convention, the unqualified term Blackman window refers to Blackman's "not very serious proposal" of Template:Math (a0 = 0.42, a1 = 0.5, a2 = 0.08), which closely approximates the exact Blackman,[32] with a0 = 7938/18608 ≈ 0.42659, a1 = 9240/18608 ≈ 0.49656, and a2 = 1430/18608 ≈ 0.076849.[33] These exact values place zeros at the third and fourth sidelobes,[16] 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.[16][34]

Nuttall window, continuous first derivative

File:Window function and frequency response - Nuttall (continuous first derivative).svg
Nuttall window, continuous first derivative

The continuous form of the Nuttall window, w0(x), and its first derivative are continuous everywhere, like the Hann function. That is, the function goes to 0 at x = ±N/2, unlike the Blackman–Nuttall, Blackman–Harris, and Hamming windows. The Blackman window (Template:Math) is also continuous with continuous derivative at the edge, but the "exact Blackman window" is not.

w[n]=a0a1cos(2πnN)+a2cos(4πnN)a3cos(6πnN)
a0=0.355768;a1=0.487396;a2=0.144232;a3=0.012604.

Blackman–Nuttall window

File:Window function and frequency response - Blackman-Nuttall.svg
Blackman–Nuttall window
w[n]=a0a1cos(2πnN)+a2cos(4πnN)a3cos(6πnN)
a0=0.3635819;a1=0.4891775;a2=0.1365995;a3=0.0106411.

Blackman–Harris window

File:Window function and frequency response - Blackman-Harris.svg
Blackman–Harris window

A generalization of the Hamming family, produced by adding more shifted cosine functions, meant to minimize side-lobe levels[35][36]

w[n]=a0a1cos(2πnN)+a2cos(4πnN)a3cos(6πnN)
a0=0.35875;a1=0.48829;a2=0.14128;a3=0.01168.

Flat top window

File:Window function and frequency response - flat top.svg
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.[37][38] However, its broad bandwidth results in high noise bandwidth and wider frequency selection, which depending on the application could be a drawback.

Flat top windows can be designed using low-pass filter design methods,[38] or they may be of the usual cosine-sum variety:

w[n]=a0a1cos(2πnN)+a2cos(4πnN)a3cos(6πnN)+a4cos(8πnN).

The Matlab variant has these coefficients:

a0=0.21557895;a1=0.41663158;a2=0.277263158;a3=0.083578947;a4=0.006947368.

Other variations are available, such as sidelobes that roll off at the cost of higher values near the main lobe.[37]

Rife–Vincent windows

Rife–Vincent windows[39] are customarily scaled for unity average value, instead of unity peak value. The coefficient values below, applied to Template:EquationNote, reflect that custom.

Class I, Order 1 (K = 1): a0=1;a1=1 Functionally equivalent to the Hann window and power of sine (Template:Math).

Class I, Order 2 (K = 2): a0=1;a1=43;a2=13 Functionally equivalent to the power of sine (Template:Math).

Class I is defined by minimizing the high-order sidelobe amplitude. Coefficients for orders up to K=4 are tabulated.[40]

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 Template:Slink.[40][41]

Sine window

File:Window function and frequency response - Cosine.svg
Sine window
w[n]=sin(πnN)=cos(πnNπ2),0nN.

The corresponding w0(n) function is a cosine without the Template:Pi/2 phase offset. So the sine window[42] is sometimes also called cosine window.[16] As it represents half a cycle of a sinusoidal function, it is also known variably as half-sine window[43] or half-cosine window.[44]

The autocorrelation of a sine window produces a function known as the Bohman window.[45]

Power-of-sine/cosine windows

File:Power-of-sine windows.png
Power-of-sine window functions (left) and their spectra in dB (right), for powers 0, 0.25, 0.5, 1, 2, 4

These window functions have the form:[46]

w[n]=sinα(πnN)=cosα(πnNπ2),0nN.

The rectangular window (Template:Math), the sine window (Template:Math), and the Hann window (Template:Math) are members of this family.

For even-integer values of Template:Mvar these functions can also be expressed in cosine-sum form:

w[n]=a0a1cos(2πnN)+a2cos(4πnN)a3cos(6πnN)+a4cos(8πnN)...
αa0a1a2a3a40120.50.540.3750.50.12560.31250.468750.18750.0312580.27343750.43750.218750.06257.8125×103

Adjustable windows

Gaussian window

File:Window function and frequency response - Gaussian (sigma = 0.4).svg
Gaussian window, σ = 0.4

The Fourier transform of a Gaussian 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.[47]

Since the log of a Gaussian produces a parabola, this can be used for nearly exact quadratic interpolation in frequency estimation.[48][47][49]

w[n]=exp(12(nN/2σN/2)2),0nN.
σ0.5

The standard deviation of the Gaussian function is σ · N/2 sampling periods.

File:Window function and frequency response - Confined Gaussian (sigma t = 0.1).svg
Confined Gaussian window, σt = 0.1

Confined Gaussian window

The confined Gaussian window yields the smallest possible root mean square frequency width Template:Math for a given temporal width Template:Math.[50] 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 Template:Slink and the Template:Slink in the limiting cases of large and small Template:Math, respectively.

File:Window function and frequency response - Approximate confined Gaussian (sigma t = 0.1).svg
Approximate confined Gaussian window, Template:Math

Approximate confined Gaussian window

Defining Template:Math, a confined Gaussian window of temporal width Template:Math is well approximated by:[50]

w[n]=G(n)G(12)[G(n+L)+G(nL)]G(12+L)+G(12L)

where G is a Gaussian function:

G(x)=exp((xN22Lσt)2)

The standard deviation of the approximate window is asymptotically equal (i.e. large values of Template:Math) to Template:Math for Template:Math.[50]

Generalized normal window

A more generalized version of the Gaussian window is the generalized normal window.[51] Retaining the notation from the Gaussian window above, we can represent this window as

w[n,p]=exp((nN/2σN/2)p)

for any even p. At p=2, this is a Gaussian window and as p approaches , this approximates to a rectangular window. The Fourier transform of this window does not exist in a closed form for a general p. However, it demonstrates the other benefits of being smooth, adjustable bandwidth. Like the Template:Slink, 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 [52] for a study on time-frequency representation of this window (or function).

Tukey window

File:Window function and frequency response - Tukey (alpha = 0.5).svg
Tukey window, Template:Math

The Tukey window, also known as the cosine-tapered window, can be regarded as a cosine lobe of width Template:Math (spanning Template:Math observations) that is convolved with a rectangular window of width Template:Math.

w[n]=12[1cos(2πnαN)],0n<αN2w[n]=1,αN2nN2w[Nn]=w[n],0nN2} [53]Template:Efn-uaTemplate:Efn-ua

At Template:Math it becomes rectangular, and at Template:Math it becomes a Hann window.

Planck-taper window

File:Window function and frequency response - Planck-taper (epsilon = 0.25).svg
Planck-taper window, ε = 0.25

The so-called "Planck-taper" window is a bump function that has been widely used[54] in the theory of partitions of unity in manifolds. It is smooth (a C 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, inspired by the Planck distribution.[55] It is defined as a piecewise function:

w[0]=0,w[n]=(1+exp(εNnεNεNn))1,1n<εNw[n]=1,εNnN2w[Nn]=w[n],0nN2}

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 function, taper, or window maximizes the energy concentration in the main lobe,[56] and is used in multitaper 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 α.[57]

File:Window function and frequency response - DPSS (alpha = 2).svg
DPSS window, α = 2
File:Window function and frequency response - DPSS (alpha = 3).svg
DPSS window, α = 3

The Kaiser windows below are created by a simple approximation to the DPSS windows:

File:Window function and frequency response - Kaiser (alpha = 2).svg
Kaiser window, α = 2
File:Window function and frequency response - Kaiser (alpha = 3).svg
Kaiser window, α = 3

Kaiser window

Script error: No such module "Labelled list hatnote". The Kaiser, or Kaiser–Bessel, window is a simple approximation of the DPSS window using Bessel functions, discovered by James Kaiser.[58][59]

w[n]=I0(πα1(2nN1)2)I0(πα),0nN Template:Efn-ua[16]Template:Rp
w0(n)=I0(πα1(2nN)2)I0(πα),N/2nN/2

where I0 is the 0th-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 21+α2, in units of DFT bins,[60] and a typical value of α is 3.

Dolph–Chebyshev window

File:Window function and frequency response - Dolph-Chebyshev (alpha = 5).svg
Dolph–Chebyshev window, α = 5

Minimizes the Chebyshev norm of the side-lobes for a given main lobe width.[61]

The zero-phase Dolph–Chebyshev window function w0[n] is usually defined in terms of its real-valued discrete Fourier transform, W0[k]:[62]

W0(k)=TN(βcos(πkN+1))TN(β)=TN(βcos(πkN+1))10α, 0kN.

Tn(x) is the n-th Chebyshev polynomial of the first kind evaluated in x, which can be computed using

Tn(x)={cos(ncos1(x))if 1x1cosh(ncosh1(x))if x1(1)ncosh(ncosh1(x))if x1,

and

β=cosh(1Ncosh1(10α))

is the unique positive real solution to TN(β)=10α, where the parameter α sets the Chebyshev norm of the sidelobes to −20α decibels.[61]

The window function can be calculated from W0(k) by an inverse discrete Fourier transform (DFT):[61]

w0(n)=1N+1k=0NW0(k)ei2πkn/(N+1), N/2nN/2.

The lagged version of the window can be obtained by:

w[n]=w0(nN2),0nN,

which for even values of N must be computed as follows:

w0(nN2)=1N+1k=0NW0(k)ei2πk(nN/2)N+1=1N+1k=0N[(eiπN+1)kW0(k)]ei2πknN+1,

which is an inverse DFT of (eiπN+1)kW0(k).

Variations:

  • Due to the equiripple condition, the time-domain window has discontinuities at the edges. An approximation that avoids them, by allowing the equiripples to drop off at the edges, is a Taylor window.
  • An alternative to the inverse DFT definition is also available.[1].

Ultraspherical window

File:Window function and frequency response - Ultraspherical (mu = -0.5).svg
The Ultraspherical window's μ parameter determines whether its Fourier transform's side-lobe amplitudes decrease, are level, or (shown here) increase with frequency.

The Ultraspherical window was introduced in 1984 by Roy Streit[63] and has application in antenna array design,[64] non-recursive filter design,[63] and spectrum analysis.[65]

Like other adjustable windows, the Ultraspherical window has parameters that can be used to control its Fourier transform main-lobe width and relative side-lobe amplitude. Uncommon to other windows, it has an additional parameter which can be used to set the rate at which side-lobes decrease (or increase) in amplitude.[65][66][67]

The window can be expressed in the time-domain as follows:[65]

w[n]=1N+1[CNμ(x0)+k=1N2CNμ(x0coskπN+1)cos2nπkN+1]

where CNμ is the Ultraspherical polynomial of degree N, and x0 and μ control the side-lobe patterns.[65]

Certain specific values of μ yield other well-known windows: μ=0 and μ=1 give the Dolph–Chebyshev and Saramäki windows respectively.[63] See here for illustration of Ultraspherical windows with varied parametrization.

Exponential or Poisson window

File:Window function and frequency response - Exponential (half window decay).svg
Exponential window, τ = N/2
File:Window function and frequency response - Exponential (60dB decay).svg
Exponential window, τ = (N/2)/(60/8.69)

The Poisson window, or more generically the exponential window increases exponentially towards the center of the window and decreases exponentially in the second half. Since the exponential function never reaches zero, the values of the window at its limits are non-zero (it can be seen as the multiplication of an exponential function by a rectangular window [68]). It is defined by

w[n]=e|nN2|1τ,

where τ is the time constant of the function. The exponential function decays as e ≃ 2.71828 or approximately 8.69 dB per time constant.[69] This means that for a targeted decay of D dB over half of the window length, the time constant τ is given by

τ=N28.69D.

Hybrid windows

Window functions have also been constructed as multiplicative or additive combinations of other windows.

File:Window function and frequency response - Bartlett-Hann.svg
Bartlett–Hann window

Bartlett–Hann window

w[n]=a0a1|nN12|a2cos(2πnN)
a0=0.62;a1=0.48;a2=0.38

Planck–Bessel window

File:Window function and frequency response - Planck-Bessel (epsilon = 0.1, alpha = 4.45).svg
Planck–Bessel window, ε = 0.1, α = 4.45

A Template:Slink multiplied by a Kaiser window which is defined in terms of a modified Bessel function. This hybrid window function was introduced to decrease the peak side-lobe level of the Planck-taper window while still exploiting its good asymptotic decay.[70] It has two tunable parameters, ε from the Planck-taper and α from the Kaiser window, so it can be adjusted to fit the requirements of a given signal.

Hann–Poisson window

File:Window function and frequency response - Hann-Poisson (alpha = 2).svg
Hann–Poisson window, α = 2

A Hann window multiplied by a Poisson window. For α2 it has no side-lobes, as its Fourier transform drops off forever away from the main lobe without local minima. It can thus be used in hill climbing algorithms like Newton's method.[71] The Hann–Poisson window is defined by:

w[n]=12(1cos(2πnN))eα|N2n|N

where α is a parameter that controls the slope of the exponential.

Other windows

File:Window function and frequency response - GAP optimized Nuttall.svg
GAP window (GAP optimized Nuttall window)

Generalized adaptive polynomial (GAP) window

The GAP window is a family of adjustable window functions that are based on a symmetrical polynomial expansion of order K. It is continuous with continuous derivative everywhere. With the appropriate set of expansion coefficients and expansion order, the GAP window can mimic all the known window functions, reproducing accurately their spectral properties.

w0[n]=a0+k=1Ka2k(nσ)2k,N2nN2, [72]

where σ is the standard deviation of the {n} sequence.

Additionally, starting with a set of expansion coefficients a2k that mimics a certain known window function, the GAP window can be optimized by minimization procedures to get a new set of coefficients that improve one or more spectral properties, such as the main lobe width, side lobe attenuation, and side lobe falloff rate.[73] Therefore, a GAP window function can be developed with designed spectral properties depending on the specific application.

File:Window function and frequency response - Lanczos.svg
Sinc or Lanczos window

Lanczos window

w[n]=sinc(2nN1)

  • used in Lanczos resampling
  • for the Lanczos window, sinc(x) is defined as sin(πx)/πx
  • also known as a sinc window, because: w0(n)=sinc(2nN) is the main lobe of a normalized sinc function

Asymmetric window functions

The w0(x) form, according to the convention above, is symmetric around x=0. However, there are window functions that are asymmetric, such as the gamma distribution used in FIR implementations of gammatone filters, or the beta distribution for a bounded-support approximation to the gamma distribution. These asymmetries are used to reduce the delay when using large window sizes, or to emphasize the initial transient of a decaying pulse.Script error: No such module "Unsubst".

Any bounded function with compact support, including asymmetric ones, can be readily used as a window function. Additionally, there are ways to transform symmetric windows into asymmetric windows by transforming the time coordinate, such as with the below formula

xN(xN+12)αN2,

where the window weights more highly the earliest samples when α>1, and conversely weights more highly the latest samples when α<1.[74]

See also

Notes

Template:Notelist-ua

Page citations

Template:Notelist-la

References

Template:Reflist

Further reading

  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "citation/CS1".
  • Template:Cite patent

External links

  1. Cite error: Invalid <ref> tag; no text was provided for refs named Weisstein
  2. Cite error: Invalid <ref> tag; no text was provided for refs named Roads
  3. Cite error: Invalid <ref> tag; no text was provided for refs named Cattani
  4. Cite error: Invalid <ref> tag; no text was provided for refs named OLA
  5. Script error: No such module "Citation/CS1".
  6. Script error: No such module "Citation/CS1".
  7. Cite error: Invalid <ref> tag; no text was provided for refs named Oppenheim
  8. Cite error: Invalid <ref> tag; no text was provided for refs named FIRfilters
  9. Cite error: Invalid <ref> tag; no text was provided for refs named Tuwien
  10. Cite error: Invalid <ref> tag; no text was provided for refs named HPmemory
  11. Cite error: Invalid <ref> tag; no text was provided for refs named Hovden
  12. Cite error: Invalid <ref> tag; no text was provided for refs named Bernstein
  13. Cite error: Invalid <ref> tag; no text was provided for refs named Awad
  14. Cite error: Invalid <ref> tag; no text was provided for refs named Zphase
  15. Cite error: Invalid <ref> tag; no text was provided for refs named Rorabaugh
  16. a b c d e f g h i Cite error: Invalid <ref> tag; no text was provided for refs named Harris
  17. Script error: No such module "citation/CS1".
  18. Cite error: Invalid <ref> tag; no text was provided for refs named Toraichi89
  19. Cite error: Invalid <ref> tag; no text was provided for refs named Bartlett
  20. Cite error: Invalid <ref> tag; no text was provided for refs named Tukey
  21. Cite error: Invalid <ref> tag; no text was provided for refs named MWtriang
  22. a b Cite error: Invalid <ref> tag; no text was provided for refs named Welch1967
  23. Cite error: Invalid <ref> tag; no text was provided for refs named MWhann
  24. Cite error: Invalid <ref> tag; no text was provided for refs named JOShann
  25. Cite error: Invalid <ref> tag; no text was provided for refs named Enochson
  26. a b c Cite error: Invalid <ref> tag; no text was provided for refs named JOSHamming
  27. Cite error: Invalid <ref> tag; no text was provided for refs named sunar
  28. Cite error: Invalid <ref> tag; no text was provided for refs named sunar2
  29. Cite error: Invalid <ref> tag; no text was provided for refs named SRD
  30. Cite error: Invalid <ref> tag; no text was provided for refs named Nuttall
  31. Script error: No such module "citation/CS1".
  32. Cite error: Invalid <ref> tag; no text was provided for refs named MWBlackman
  33. Cite error: Invalid <ref> tag; no text was provided for refs named lvanl
  34. Cite error: Invalid <ref> tag; no text was provided for refs named Blackman1959
  35. Cite error: Invalid <ref> tag; no text was provided for refs named JOSBlack
  36. Cite error: Invalid <ref> tag; no text was provided for refs named JOSBlack3
  37. a b Cite error: Invalid <ref> tag; no text was provided for refs named Heinzel2002
  38. a b Cite error: Invalid <ref> tag; no text was provided for refs named SWsmith
  39. Cite error: Invalid <ref> tag; no text was provided for refs named Rife
  40. a b Cite error: Invalid <ref> tag; no text was provided for refs named Andria
  41. Cite error: Invalid <ref> tag; no text was provided for refs named Schoukens
  42. Cite error: Invalid <ref> tag; no text was provided for refs named Bosi
  43. Cite error: Invalid <ref> tag; no text was provided for refs named Kido
  44. Cite error: Invalid <ref> tag; no text was provided for refs named Landisman
  45. Cite error: Invalid <ref> tag; no text was provided for refs named MWbohman
  46. Cite error: Invalid <ref> tag; no text was provided for refs named PowCos
  47. a b Cite error: Invalid <ref> tag; no text was provided for refs named JOSGauss
  48. Cite error: Invalid <ref> tag; no text was provided for refs named JOSGauss2
  49. Cite error: Invalid <ref> tag; no text was provided for refs named interpolation
  50. a b c Cite error: Invalid <ref> tag; no text was provided for refs named Starosielec2014
  51. Cite error: Invalid <ref> tag; no text was provided for refs named Chakraborty
  52. Cite error: Invalid <ref> tag; no text was provided for refs named Diethorn
  53. Cite error: Invalid <ref> tag; no text was provided for refs named Bloomfield
  54. Cite error: Invalid <ref> tag; no text was provided for refs named Tu
  55. Cite error: Invalid <ref> tag; no text was provided for refs named McKechan
  56. Cite error: Invalid <ref> tag; no text was provided for refs named Slepian
  57. Cite error: Invalid <ref> tag; no text was provided for refs named KaiserDPSS
  58. Cite error: Invalid <ref> tag; no text was provided for refs named Kaiser1966
  59. Cite error: Invalid <ref> tag; no text was provided for refs named Kaiser1964
  60. Cite error: Invalid <ref> tag; no text was provided for refs named Kaiser1980
  61. a b c Cite error: Invalid <ref> tag; no text was provided for refs named Dolph
  62. Cite error: Invalid <ref> tag; no text was provided for refs named DolphDef
  63. a b c Cite error: Invalid <ref> tag; no text was provided for refs named Kabal
  64. Cite error: Invalid <ref> tag; no text was provided for refs named Streit
  65. a b c d Cite error: Invalid <ref> tag; no text was provided for refs named Deczky
  66. Cite error: Invalid <ref> tag; no text was provided for refs named Bergen
  67. Cite error: Invalid <ref> tag; no text was provided for refs named Bergen2
  68. Cite error: Invalid <ref> tag; no text was provided for refs named JOSPoisson
  69. Cite error: Invalid <ref> tag; no text was provided for refs named Gade
  70. Cite error: Invalid <ref> tag; no text was provided for refs named Berry
  71. Cite error: Invalid <ref> tag; no text was provided for refs named HannPoisson
  72. Cite error: Invalid <ref> tag; no text was provided for refs named Beccaro
  73. Cite error: Invalid <ref> tag; no text was provided for refs named MWGAP
  74. Script error: No such module "Citation/CS1".