GaussianWindow
GaussianWindow[x] represents a Gaussian window function of x.
GaussianWindow[x, σ]uses standard deviation σ.
Examples
Evaluate the Gaussian window:
GaussianWindow[0.5]Plot the window function:
Plot[GaussianWindow[x], {x, -0.5, 0.5}]Please visit the official Wolfram Language Reference for more details.