pymerlin.utils.make_tukey

pymerlin.utils.make_tukey(n, a=0.5)[source]

Make a tukey window

Parameters
  • n (int) – Number of points

  • a (float, optional) – Width of window. Defaults to 0.5.

Returns

Weights

Return type

np.array