Bartlett's method

From HandWiki
Revision as of 06:21, 27 June 2023 by JOpenQuest (talk | contribs) (fixing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In time series analysis, Bartlett's method (also known as the method of averaged periodograms[1]), is used for estimating power spectra. It provides a way to reduce the variance of the periodogram in exchange for a reduction of resolution, compared to standard periodograms.[2][3] A final estimate of the spectrum at a given frequency is obtained by averaging the estimates from the periodograms (at the same frequency) derived from non-overlapping portions of the original series. The method is used in physics, engineering, and applied mathematics. Common applications of Bartlett's method are frequency response measurements and general spectrum analysis.

The method is named after M. S. Bartlett who first proposed it.[2][3]

Definition and procedure

The linear spectrum calculated by Bartlett's method.

Bartlett’s method consists of the following steps:

  1. The original N point data segment is split up into K (non-overlapping) data segments, each of length M
  2. For each segment, compute the periodogram by computing the discrete Fourier transform (DFT version which does not divide by M), then computing the squared magnitude of the result and dividing this by M.
  3. Average the result of the periodograms above for the K data segments.
    1. The averaging reduces the variance, compared to the original N point data segment.

The end result is an array of power measurements vs. frequency "bin".

Related methods

  • The Welch method: this is a method that uses a modified version of Bartlett’s method in which the portions of the series contributing to each periodogram are allowed to overlap.
  • Periodogram smoothing.

References

  1. Engelberg, S. (2008), Digital Signal Processing: An Experimental Approach, Springer, Chap. 7 p. 56
  2. 2.0 2.1 Bartlett, M.S. (1948). "Smoothing Periodograms from Time-Series with Continuous Spectra". Nature 161 (4096): 686–687. doi:10.1038/161686a0. Bibcode1948Natur.161..686B. 
  3. 3.0 3.1 Bartlett, M.S. (1950). "Periodogram Analysis and Continuous Spectra". Biometrika 37 (1–2): 1–16. doi:10.1093/biomet/37.1-2.1. PMID 15420244. 

Further reading