HannPoissonWindow
HannPoissonWindow[x] represents a Hann–Poisson window function of x.
HannPoissonWindow[x, α]uses the parameter α.
This window function combines the properties of Hann and Poisson windows.
Examples
HannPoissonWindow[0.5]Plot[HannPoissonWindow[x], {x, -1, 1}]Plot[HannPoissonWindow[x, 2], {x, -1, 1}]*See the official Wolfram Language Reference for more details.