NuttallWindow
NuttallWindow[x] represents a Nuttall window function of x.
The Nuttall window is a smoothing window used in signal processing with minimal spectral leakage.
Examples
NuttallWindow[0.5]Plot[NuttallWindow[x], {x, -1, 1}]Periodogram[data, NuttallWindow]*See the official Wolfram Language Reference for more details.