obspy.signal.spectral_estimation.welch_taper

welch_taper(data)[source]

Applies a welch window to data. See welch_window().

Warning

Inplace operation, so data should be float.

Parameters:

data (ndarray) – Data to apply the taper to. Inplace operation, but also returns data for convenience.

Returns:

Tapered data.