scipy.signal.boxcar

scipy.signal.boxcar(M, sym=True)[source]

Return a boxcar or rectangular window.

Included for completeness, this is equivalent to no window at all.

Parameters :

M : int

Number of points in the output window. If zero or less, an empty array is returned.

sym : bool, optional

Whether the window is symmetric. (Has no effect for boxcar.)

Returns :

w : ndarray

The window, with the maximum value normalized to 1

Examples

Previous topic

scipy.signal.bohman

Next topic

scipy.signal.chebwin