obspy.signal.freqattributes.welch
- welch(data, win, nfft, l=0, over=0)[source]
Spectrum of a signal.
Computes the spectrum of the given data which can be windowed or not. The spectrum is estimated using Welch’s method of averaging modified periodograms.
Welch’s estimate of the power spectrum is returned using a linear scale.
- Parameters:
- Returns:
Spectrum.