(Redirected from
Welch's method)
In physics and applied mathematics, Welch's method, named after P.D. Welch, is used for estimating power spectra.
This method is used by MATLAB's PSD command to calculate spectral density.
The Welch method splits a set of data into smaller sets of data and calculates the periodogram (the power spectrum) of each set. Then the frequency domain coefficients arising from calculating the periodograms are averaged over the frequency components of each data set. This results in a power spectrum which is a smoothed version of the original, with less noise. In this way, the Welch method is a way of low pass filtering data.
Reference