Window Functions

BLEND window functions are point evaluators. A function is evaluated at the requested grid point or interpolation neighbor; BLEND does not need to build an entire window array before responding to a query.

Available Names

Run:

blend --show-windows

Each page below shows the window1d command used to generate the example for that window function.

Available Window Functions

Aliases

hann and tukey map to the cosine evaluator. linear maps to trapezoid. normal maps to gaussian.