Window Functions (gwpy.signal.window)#

Utilities for signal-processing with windows.

Functions#

canonical_name(name)

Find the canonical name for the given window in scipy.signal.

get_window(window, Nx, *args, **kwargs)

Return a window of a given length and type.

planck(size[, nleft, nright])

Return a Planck taper window.

recommended_overlap(name[, nfft])

Return the recommended fractional overlap for the given window.