Content deleted Content added
m v2.05b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation - Title linked in text) |
Added content to asymmetric function section; changed lead to better reflect existence of section. |
||
Line 3:
[[File:Hanning.svg|thumb|A popular window function, the [[Hann function|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'''<ref name=Weisstein/>) is a [[function (mathematics)|mathematical function]] that is zero-valued outside of some chosen [[interval (mathematics)|interval]]. Typically,
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.
Line 533:
=== Asymmetric window functions ===
The <math>w_0(x)</math> form,
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
:<math>
x \leftarrow N\left( \frac{x}{N}+\frac{1}{2} \right)^\alpha-\frac{N}{2}\,,
</math>
== See also ==
* [[Apodization]]
|