LanczosWindow
LanczosWindow[x] represents a Lanczos window function of x.
Examples
Evaluate the Lanczos window at a point:
LanczosWindow[0]
(* 1 *)Plot the window function:
Plot[LanczosWindow[x], {x, -1, 1}]Please visit the official Wolfram Language Reference for more details.