Periodogram
   HOME

TheInfoList



OR:

In
signal processing Signal processing is an electrical engineering subfield that focuses on analyzing, modifying and synthesizing ''signals'', such as audio signal processing, sound, image processing, images, and scientific measurements. Signal processing techniq ...
, a periodogram is an estimate of the
spectral density The power spectrum S_(f) of a time series x(t) describes the distribution of power into frequency components composing that signal. According to Fourier analysis, any physical signal can be decomposed into a number of discrete frequencies, o ...
of a signal. The term was coined by
Arthur Schuster Sir Franz Arthur Friedrich Schuster (12 September 1851 – 14 October 1934) was a German-born British physicist known for his work in spectroscopy, electrochemistry, optics, X-radiography and the application of harmonic analysis to physics. S ...
in 1898. Today, the periodogram is a component of more sophisticated methods (see
spectral estimation In statistical signal processing, the goal of spectral density estimation (SDE) or simply spectral estimation is to estimate the spectral density (also known as the power spectral density) of a signal from a sequence of time samples of the signa ...
). It is the most common tool for examining the amplitude vs frequency characteristics of
FIR filter In signal processing, a finite impulse response (FIR) filter is a filter whose impulse response (or response to any finite length input) is of ''finite'' duration, because it settles to zero in finite time. This is in contrast to infinite impulse ...
s and
window functions A window is an opening in a wall, door, roof, or vehicle that allows the exchange of light and may also allow the passage of sound and sometimes air. Modern windows are usually glazed or covered in some other transparent or translucent mater ...
. 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, and one does not. Time-averaging is also the purview of other articles ( Bartlett's method and
Welch's method Welch's method, named after Peter D. Welch, is an approach for spectral density estimation. It is used in physics, engineering, and applied mathematics for estimating the power of a signal at different frequencies. The method is based on the con ...
). This article is not about time-averaging. The definition of interest here is that the power spectral density of a continuous function, x(t),  is the
Fourier transform A Fourier transform (FT) is a mathematical transform that decomposes functions into frequency components, which are represented by the output of the transform as a function of frequency. Most commonly functions of time or space are transformed, ...
of its auto-correlation function (see Cross-correlation theorem, Spectral density#Power spectral density, and
Wiener–Khinchin theorem In applied mathematics, the Wiener–Khinchin theorem or Wiener–Khintchine theorem, also known as the Wiener–Khinchin–Einstein theorem or the Khinchin–Kolmogorov theorem, states that the autocorrelation function of a wide-sense-stationary r ...
): :\mathcal\ = X(f)\cdot X^*(f) = \left, X(f) \^2.


Computation

For sufficiently small values of parameter an arbitrarily-accurate approximation for can be observed in the region  -\tfrac < f < \tfrac  of the function: :X_(f)\ \triangleq \sum_^ X\left(f - k/T\right), which is precisely determined by the samples that span the non-zero duration of  (see
Discrete-time Fourier transform In mathematics, the discrete-time Fourier transform (DTFT) is a form of Fourier analysis that is applicable to a sequence of values. The DTFT is often used to analyze samples of a continuous function. The term ''discrete-time'' refers to the ...
). And for sufficiently large values of parameter ,  X_(f) can be evaluated at an arbitrarily close frequency by a summation of the form: :X_\left(\tfrac\right) = \sum_^\infty \underbrace_\cdot e^, where is an integer. The periodicity of  e^  allows this to be written very simply in terms of a
Discrete Fourier transform In mathematics, the discrete Fourier transform (DFT) converts a finite sequence of equally-spaced samples of a function into a same-length sequence of equally-spaced samples of the discrete-time Fourier transform (DTFT), which is a complex- ...
: :X_\left(\tfrac\right) = \underbrace_\quad \scriptstyle, where x_ is a periodic summation:  x_ \triangleq \sum_^ x -mN When evaluated for all integers, , between 0 and -1, the array: :S\left(\tfrac\right) = \left, \sum_ x_ cdot e^ \^2 is a ''periodogram''.


Applications

When a periodogram is used to examine the detailed characteristics of an
FIR filter In signal processing, a finite impulse response (FIR) filter is a filter whose impulse response (or response to any finite length input) is of ''finite'' duration, because it settles to zero in finite time. This is in contrast to infinite impulse ...
or
window function In signal processing and statistics, a window function (also known as an apodization function or tapering function) is a mathematical function that is zero-valued outside of some chosen interval, normally symmetric around the middle of the inte ...
, the parameter is chosen to be several multiples of the non-zero duration of the sequence, which is called ''zero-padding'' (see ).  When it is used to implement a
filter bank In signal processing, a filter bank (or filterbank) is an array of bandpass filters that separates the input signal into multiple components, each one carrying a single frequency Sub-band coding, sub-band of the original signal. One application of ...
, is several sub-multiples of the non-zero duration of the sequence (see ). One of the periodogram's deficiencies is that the variance at a given
frequency Frequency is the number of occurrences of a repeating event per unit of time. It is also occasionally referred to as ''temporal frequency'' for clarity, and is distinct from ''angular frequency''. Frequency is measured in hertz (Hz) which is eq ...
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 In statistical signal processing, the goal of spectral density estimation (SDE) or simply spectral estimation is to estimate the spectral density (also known as the power spectral density) of a signal from a sequence of time samples of the signa ...
. Two of the alternatives use periodograms as part of the process: *The ''method of averaged periodograms'',  more commonly known as
Welch's method Welch's method, named after Peter D. Welch, is an approach for spectral density estimation. It is used in physics, engineering, and applied mathematics for estimating the power of a signal at different frequencies. The method is based on the con ...
,  divides a long x sequence into multiple shorter, and possibly overlapping, subsequences. It computes a windowed periodogram of each one, and computes an array average, i.e. an array where each element is an average of the corresponding elements of all the periodograms. For
stationary process In mathematics and statistics, a stationary process (or a strict/strictly stationary process or strong/strongly stationary process) is a stochastic process whose unconditional joint probability distribution does not change when shifted in time. Con ...
es, this reduces the noise variance of each element by approximately a factor equal to the reciprocal of the number of periodograms. *
Smoothing In statistics and image processing, to smooth a data set is to create an approximating function (mathematics), function that attempts to capture important patterns in the data, while leaving out noise or other fine-scale structures/rapid phenomena ...
is an averaging technique in frequency, instead of time. The smoothed periodogram is sometimes referred to as a ''spectral plot''. 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 In statistical signal processing, the goal of spectral density estimation (SDE) or simply spectral estimation is to estimate the spectral density (also known as the power spectral density) of a signal from a sequence of time samples of the signa ...
article.


See also

*
Matched filter In signal processing, a matched filter is obtained by correlating a known delayed signal, or ''template'', with an unknown signal to detect the presence of the template in the unknown signal. This is equivalent to convolving the unknown signal wi ...
* Filtered Backprojection (Radon transform) *
Welch's method Welch's method, named after Peter D. Welch, is an approach for spectral density estimation. It is used in physics, engineering, and applied mathematics for estimating the power of a signal at different frequencies. The method is based on the con ...
* Bartlett's method *
Discrete-time Fourier transform In mathematics, the discrete-time Fourier transform (DTFT) is a form of Fourier analysis that is applicable to a sequence of values. The DTFT is often used to analyze samples of a continuous function. The term ''discrete-time'' refers to the ...
*
Least-squares spectral analysis Least-squares spectral analysis (LSSA) is a method of estimating a frequency spectrum, based on a least squares fit of sinusoids to data samples, similar to Fourier analysis. Fourier analysis, the most used spectral method in science, generally ...
, for computing periodograms in data that is not equally spaced *
MUltiple SIgnal Classification MUSIC (MUltiple SIgnal Classification) is an algorithm used for frequency estimation and radio direction finding.Schmidt, R.O,Multiple Emitter Location and Signal Parameter Estimation" IEEE Trans. Antennas Propagation, Vol. AP-34 (March 1986), pp ...
(MUSIC), a popular parametric
superresolution Super-resolution imaging (SR) is a class of techniques that enhance (increase) the resolution of an imaging system. In optical SR the diffraction limit of systems is transcended, while in geometrical SR the resolution of digital imaging sensors ...
method * SAMV


Notes


References


Further reading

* * * {{refend Frequency-domain analysis Fourier analysis