obspy.signal.spectral_estimation.welch_window

welch_window(N)[source]

Return a welch window for data of length N.

Routine is checked against PITSA for both even and odd values, but not for strange values like N<5.

Parameters:N (int) Length of window function.
Return type:ndarray
Returns:Window function for tapering data.

This Page