Periodogram

In signal processing, a periodogram is an estimate of the spectral density of a signal.  The term was coined by Arthur Schuster in 1898.[1] Today, the periodogram is a component of more sophisticated methods (see spectral estimation). It is the most common tool for examining the amplitude vs frequency characteristics of FIR filters and window functions. FFT spectrum analyzers are also implemented as a time-sequence of periodograms.

Definition

There are at least two different definitions in use today. One of them involves time-averaging,[2] and one does not. [3]  Time-averaging is also the purview of other articles (Bartlett's method and Welch's method). So this article is not about that. The definition of interest here is that the power spectral density of a continuous function,   is the Fourier transform of its auto-correlation function (see Cross-correlation theorem):

Computation

For sufficiently small values of parameter T, an arbitrarily-accurate approximation for X(f) can be observed in the region    of the function:

which is precisely determined by the samples x(nT) that span the non-zero duration of x(t)  (see Discrete-time Fourier transform).

And for sufficiently large values of parameter N,   can be evaluated at an arbitrarily close frequency by a summation of the form:

where k is an integer. The periodicity of    allows this to be written very simply in terms of a Discrete Fourier transform:

where xN is a periodic summation:  

When evaluated for all integers, k, between 0 and N-1, the array:

is a periodogram.[3]

Applications

The parameter N is known to Matlab and Octave users as NFFT.[3]  When a periodogram is used to examine the detailed characteristics of an FIR filter or window function, N is chosen to be several multiples of the non-zero duration of the x[n] sequence, which is called zero-padding (see Sampling the DTFT). And when it is used to implement a filter bank, N is several sub-multiples of the non-zero duration of the x[n] sequence (see Sampling the DTFT).

One of the periodogram's deficiencies is that the variance at a given frequency does not decrease as the number of samples used in the computation increases. It does not provide the averaging needed to analyze noiselike signals or even sinusoids at low signal-to-noise ratios. Window functions and filter impulse responses are noiseless, but many other signals require more sophisticated methods of spectral estimation. Two of the alternatives use periodograms as part of the process:

Periodogram-based techniques introduce small biases that are unacceptable in some applications. Other techniques that do not rely on periodograms are presented in the spectral density estimation article.

See also

References

  1. Schuster, Arthur (January 1898). "On the investigation of hidden periodicities with application to a supposed 26 day period of meteorological phenomena". Terrestrial Magnetism. 3 (1): 13–41. doi:10.1029/TM003i001p00013. It is convenient to have a word for some representation of a variable quantity which shall correspond to the ‘spectrum’ of a luminous radiation. I propose the word periodogram, and define it more particularly in the following way.
  2. "Periodogram—Wolfram Language Documentation".
  3. 1 2 3 "Periodogram power spectral density estimate - MATLAB periodogram".
  4. Engelberg, S. (2008), Digital Signal Processing: An Experimental Approach, Springer, Chap. 7 p. 56
  5. Welch, Peter D. (June 1967). "The use of Fast Fourier Transform for the estimation of power spectra: A method based on time averaging over short, modified periodograms" (PDF). IEEE Transactions on Audio and Electroacoustics. AU-15 (2): 70–73. doi:10.1109/TAU.1967.1161901.
  6. "Welch's power spectral density estimate - MATLAB pwelch".
  7. Spectral Plot, from the NIST Engineering Statistics Handbook.
  8. Short explanation of the relation between the spectral plot and the periodogram.

Further reading

  • Box, George E. P.; Jenkins, Gwilym M. (1976). Time series analysis: Forecasting and control. San Francisco: Holden-Day. 
  • Scargle, J.D. (December 15, 1982). "Studies in astronomical time series analysis. II - Statistical aspects of spectral analysis of unevenly spaced data". Astrophysical Journal, Part 1. 263: 835–853. doi:10.1086/160554. 
  • Vaughan, Simon; Uttley, Philip (2006). "Detecting X-ray QPOs in active galaxies". Advances in Space Research. 38 (7): 1405–1408. 
This article is issued from Wikipedia - version of the 11/8/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.