Welch method

From Free net 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. The modified periodogram is calculated by applying a window function to the time-domain data, computing the discrete fourier transform, and then computing the magnitude square of the result. Then the frequency domain coefficients arising from calculating the modified periodograms are averaged over the frequency components of each data set to reduce the variance. Due to the windowing, the Welch method provides a smoothed periodogram estimate.

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

Reference