Welch method

From Wikipedia, the free encyclopedia

In physics, engineering, and applied mathematics, Welch's method, named after P.D. Welch, is used for estimating power spectra.

The Welch method, based on Barlett's procedure, splits a set of data into smaller sets of data and calculates the modified periodogram (the power spectrum) of each set, which produces an array of power measurements vs. frequency "bin".

  • The modified periodogram is calculated by applying a window function to the time-domain data, computing the discrete Fourier transform, and then computing the squared magnitude of the result.
  • Most window functions afford more influence to the data at the center of the set than to data at the edges, which represents a loss of information. To mitigate that loss, the individual data sets are commonly overlapped in time.

The individual periodograms are then time-averaged, which reduces the variance of the individual power measurements.

This method is used by MATLAB's pwelch command to calculate spectral density.

[edit] References