HannPoissonWindow
represents a Hann–Poisson window function of x.
HannPoissonWindow[x,α]
uses the parameter α.
Details
- HannPoissonWindow is a window function typically used in signal processing applications where data needs to be processed in short segments.
- Window functions have a smoothing effect by gradually tapering data values to zero at the ends of each segment.
- HannPoissonWindow[x,α] is equal to .
- HannPoissonWindow[x] is equivalent to HannPoissonWindow[x,1].
- HannPoissonWindow automatically threads over lists.
Examples
open allclose allBasic Examples (3)
Scope (6)
Applications (3)
Create a moving average filter of length 21:
Taper the filter using a Hamming window:
Log-magnitude plot of the power spectra of the filters:
Use a window specification to calculate sample PowerSpectralDensity:
Compare to spectral density calculated without a windowing function:
The plot shows that window smooths the spectral density:
Compare to the theoretical spectral density of the process:
Properties & Relations (3)
HannPoissonWindow[x,0] is equivalent to a Hann window:
The area under the Hann–Poisson window:
Normalize to create a window with unit area:
Possible Issues (1)
2D sampling of Hann–Poisson window will use a different parameter for each row of samples when passed as a symbol to Array:
Text
Wolfram Research (2012), HannPoissonWindow, Wolfram Language function, https://reference.wolfram.com/language/ref/HannPoissonWindow.html.
CMS
Wolfram Language. 2012. "HannPoissonWindow." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/HannPoissonWindow.html.
APA
Wolfram Language. (2012). HannPoissonWindow. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/HannPoissonWindow.html