HOME

TheInfoList



OR:

In statistical signal processing, the goal of spectral density estimation (SDE) or simply spectral estimation is to
estimate Estimation (or estimating) is the process of finding an estimate or approximation, which is a value that is usable for some purpose even if input data may be incomplete, uncertain, or unstable. The value is nonetheless usable because it is de ...
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 ...
(also known as the power spectral density) of a signal from a sequence of time samples of the signal. Intuitively speaking, the spectral density characterizes the
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 ...
content of the signal. One purpose of estimating the spectral density is to detect any periodicities in the data, by observing peaks at the frequencies corresponding to these periodicities. Some SDE techniques assume that a signal is composed of a limited (usually small) number of generating frequencies plus noise and seek to find the location and intensity of the generated frequencies. Others make no assumption on the number of components and seek to estimate the whole generating spectrum.


Overview

Spectrum analysis, also referred to as frequency domain analysis or spectral density estimation, is the technical process of decomposing a complex signal into simpler parts. As described above, many physical processes are best described as a sum of many individual frequency components. Any process that quantifies the various amounts (e.g. amplitudes, powers, intensities) versus frequency (or phase) can be called spectrum analysis. Spectrum analysis can be performed on the entire signal. Alternatively, a signal can be broken into short segments (sometimes called ''frames''), and spectrum analysis may be applied to these individual segments.
Periodic function A periodic function is a function that repeats its values at regular intervals. For example, the trigonometric functions, which repeat at intervals of 2\pi radians, are periodic functions. Periodic functions are used throughout science to des ...
s (such as \sin (t)) are particularly well-suited for this sub-division. General mathematical techniques for analyzing non-periodic functions fall into the category of Fourier analysis. 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 a function produces a frequency spectrum which contains all of the information about the original signal, but in a different form. This means that the original function can be completely reconstructed (''synthesized'') by an inverse Fourier transform. For perfect reconstruction, the spectrum analyzer must preserve both the
amplitude The amplitude of a periodic variable is a measure of its change in a single period (such as time or spatial period). The amplitude of a non-periodic signal is its magnitude compared with a reference value. There are various definitions of am ...
and phase of each frequency component. These two pieces of information can be represented as a 2-dimensional vector, as a
complex number In mathematics, a complex number is an element of a number system that extends the real numbers with a specific element denoted , called the imaginary unit and satisfying the equation i^= -1; every complex number can be expressed in the fo ...
, or as magnitude (amplitude) and phase in
polar coordinates In mathematics, the polar coordinate system is a two-dimensional coordinate system in which each point on a plane is determined by a distance from a reference point and an angle from a reference direction. The reference point (analogous to th ...
(i.e., as a
phasor In physics and engineering, a phasor (a portmanteau of phase vector) is a complex number representing a sinusoidal function whose amplitude (''A''), angular frequency (''ω''), and initial phase (''θ'') are time-invariant. It is related to ...
). A common technique in signal processing is to consider the squared amplitude, or power; in this case the resulting plot is referred to as a power spectrum. Because of reversibility, the Fourier transform is called a ''representation'' of the function, in terms of frequency instead of time; thus, it is a frequency domain representation. Linear operations that could be performed in the time domain have counterparts that can often be performed more easily in the frequency domain. Frequency analysis also simplifies the understanding and interpretation of the effects of various time-domain operations, both linear and non-linear. For instance, only non-linear or time-variant operations can create new frequencies in the frequency spectrum. In practice, nearly all software and electronic devices that generate frequency spectra utilize 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 comple ...
(DFT), which operates on samples of the signal, and which provides a mathematical approximation to the full integral solution. The DFT is almost invariably implemented by an efficient algorithm called ''
fast Fourier transform A fast Fourier transform (FFT) is an algorithm that computes the discrete Fourier transform (DFT) of a sequence, or its inverse (IDFT). Fourier analysis converts a signal from its original domain (often time or space) to a representation in ...
'' (FFT). The array of squared-magnitude components of a DFT is a type of power spectrum called
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. Today, the periodogram is a component of more sophisticated methods (see spectral estimation). It is the most c ...
, which is widely used for examining the frequency characteristics of noise-free functions such as filter impulse responses and window functions. But the periodogram does not provide processing-gain when applied to noiselike signals or even sinusoids at low signal-to-noise ratios. In other words, the variance of its spectral estimate at a given frequency does not decrease as the number of samples used in the computation increases. This can be mitigated by averaging over time (
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 ...
)  or over frequency ( smoothing). Welch's method is widely used for spectral density estimation (SDE). However, periodogram-based techniques introduce small biases that are unacceptable in some applications. So other alternatives are presented in the next section.


Techniques

Many other techniques for spectral estimation have been developed to mitigate the disadvantages of the basic periodogram. These techniques can generally be divided into '' non-parametric,'' '' parametric,'' and more recently semi-parametric (also called sparse) methods. The non-parametric approaches explicitly estimate the
covariance In probability theory and statistics, covariance is a measure of the joint variability of two random variables. If the greater values of one variable mainly correspond with the greater values of the other variable, and the same holds for the le ...
or the spectrum of the process without assuming that the process has any particular structure. Some of the most common estimators in use for basic applications (e.g.
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 ...
) are non-parametric estimators closely related to the periodogram. By contrast, the parametric approaches assume that the underlying stationary stochastic process has a certain structure that can be described using a small number of parameters (for example, using an auto-regressive or moving average model). In these approaches, the task is to estimate the parameters of the model that describes the stochastic process. When using the semi-parametric methods, the underlying process is modeled using a non-parametric framework, with the additional assumption that the number of non-zero components of the model is small (i.e., the model is sparse). Similar approaches may also be used for missing data recovery as well as
signal reconstruction In signal processing, reconstruction usually means the determination of an original continuous signal from a sequence of equally spaced samples. This article takes a generalized abstract mathematical approach to signal sampling and reconstructi ...
. Following is a partial list of non-parametric spectral density estimation techniques: *
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. Today, the periodogram is a component of more sophisticated methods (see spectral estimation). It is the most c ...
, the modulus squared of the discrete Fourier transform ** Lomb–Scargle periodogram, for which data need not be equally spaced *
Bartlett's method In time series analysis, Bartlett's method (also known as the method of averaged periodograms), 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 t ...
is the average of the periodograms taken of multiple segments of the signal to reduce variance of the spectral density estimate *
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 ...
a windowed version of Bartlett's method that uses overlapping segments * Multitaper is a periodogram-based method that uses multiple tapers, or windows, to form independent estimates of the spectral density to reduce variance of the spectral density estimate * Least-squares spectral analysis, based on
least squares The method of least squares is a standard approach in regression analysis to approximate the solution of overdetermined systems (sets of equations in which there are more equations than unknowns) by minimizing the sum of the squares of the re ...
fitting to known frequencies * Non-uniform discrete Fourier transform is used when the signal samples are unevenly spaced in time * Singular spectrum analysis is a nonparametric method that uses a
singular value decomposition In linear algebra, the singular value decomposition (SVD) is a factorization of a real or complex matrix. It generalizes the eigendecomposition of a square normal matrix with an orthonormal eigenbasis to any \ m \times n\ matrix. It is re ...
of the
covariance matrix In probability theory and statistics, a covariance matrix (also known as auto-covariance matrix, dispersion matrix, variance matrix, or variance–covariance matrix) is a square matrix giving the covariance between each pair of elements of ...
to estimate the spectral density * Short-time Fourier transform * Critical filter is a nonparametric method based on
information field theory Information field theory (IFT) is a Bayesian statistical field theory relating to signal reconstruction, cosmography, and other related areas. IFT summarizes the information available on a physical field using Bayesian probabilities. It uses comput ...
that can deal with noise, incomplete data, and instrumental response functions Below is a partial list of parametric techniques: *
Autoregressive model In statistics, econometrics and signal processing, an autoregressive (AR) model is a representation of a type of random process; as such, it is used to describe certain time-varying processes in nature, economics, etc. The autoregressive model spe ...
(AR) estimation, which assumes that the ''n''th sample is correlated with the previous ''p'' samples. * Moving-average model (MA) estimation, which assumes that the ''n''th sample is correlated with noise terms in the previous ''p'' samples. * Autoregressive moving average (ARMA) estimation, which generalizes the AR and MA models. * MUltiple SIgnal Classification (MUSIC) is a popular
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 i ...
method. *
Maximum entropy spectral estimation Maximum entropy spectral estimation is a method of spectral density estimation. The goal is to improve the spectral quality based on the principle of maximum entropy. The method is based on choosing the spectrum which corresponds to the most random ...
is an ''all-poles'' method useful for SDE when singular spectral features, such as sharp peaks, are expected. And finally some examples of semi-parametric techniques: * SParse Iterative Covariance-based Estimation (SPICE) estimation, and the more generalized (r,q)-SPICE. *Iterative Adaptive Approach (IAA) estimation. * Lasso, similar to Least-squares spectral analysis but with a sparsity enforcing penalty.


Parametric estimation

In parametric spectral estimation, one assumes that the signal is modeled by a stationary process which has a spectral density function (SDF) S(f; a_1, \ldots, a_p) that is a function of the frequency f and p parameters a_1, \ldots, a_p. The estimation problem then becomes one of estimating these parameters. The most common form of parametric SDF estimate uses as a model an
autoregressive model In statistics, econometrics and signal processing, an autoregressive (AR) model is a representation of a type of random process; as such, it is used to describe certain time-varying processes in nature, economics, etc. The autoregressive model spe ...
\text(p) of order p. A signal sequence \ obeying a zero mean \text(p) process satisfies the equation :Y_t = \phi_1Y_ + \phi_2Y_ + \cdots + \phi_pY_ + \epsilon_t, where the \phi_1,\ldots,\phi_p are fixed coefficients and \epsilon_t is a white noise process with zero mean and ''innovation variance'' \sigma^2_p. The SDF for this process is : S(f; \phi_1, \ldots, \phi_p, \sigma^2_p) = \frac \qquad , f, < f_N, with \Delta t the sampling time interval and f_N the
Nyquist frequency In signal processing, the Nyquist frequency (or folding frequency), named after Harry Nyquist, is a characteristic of a sampler, which converts a continuous function or signal into a discrete sequence. In units of cycles per second ( Hz), it ...
. There are a number of approaches to estimating the parameters \phi_1, \ldots, \phi_p,\sigma^2_p of the \text(p) process and thus the spectral density: * The '' Yule-Walker estimators'' are found by recursively solving the Yule-Walker equations for an \text(p) process * The ''Burg estimators'' are found by treating the Yule-Walker equations as a form of ordinary least squares problem. The Burg estimators are generally considered superior to the Yule-Walker estimators. Burg associated these with
maximum entropy spectral estimation Maximum entropy spectral estimation is a method of spectral density estimation. The goal is to improve the spectral quality based on the principle of maximum entropy. The method is based on choosing the spectrum which corresponds to the most random ...
.Burg, J.P. (1967) "Maximum Entropy Spectral Analysis", ''Proceedings of the 37th Meeting of the Society of Exploration Geophysicists'', Oklahoma City, Oklahoma. * The ''forward-backward least-squares estimators'' treat the \text(p) process as a regression problem and solves that problem using forward-backward method. They are competitive with the Burg estimators. * The ''maximum likelihood estimators'' estimate the parameters using a
maximum likelihood In statistics, maximum likelihood estimation (MLE) is a method of estimating the parameters of an assumed probability distribution, given some observed data. This is achieved by maximizing a likelihood function so that, under the assumed stat ...
approach. This involves a nonlinear optimization and is more complex than the first three. Alternative parametric methods include fitting to a moving average model (MA) and to a full autoregressive moving average model (ARMA).


Frequency estimation

Frequency estimation is the process of estimating the
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 ...
, amplitude, and phase-shift of a signal in the presence of
noise Noise is unwanted sound considered unpleasant, loud or disruptive to hearing. From a physics standpoint, there is no distinction between noise and desired sound, as both are vibrations through a medium, such as air or water. The difference aris ...
given assumptions about the number of the components.Hayes, Monson H., ''Statistical Digital Signal Processing and Modeling'', John Wiley & Sons, Inc., 1996. . This contrasts with the general methods above, which do not make prior assumptions about the components.


Single tone

If one only wants to estimate the single loudest frequency, one can use a
pitch detection algorithm Pitch may refer to: Acoustic frequency * Pitch (music), the perceived frequency of sound including "definite pitch" and "indefinite pitch" ** Absolute pitch or "perfect pitch" ** Pitch class, a set of all pitches that are a whole number of octav ...
. If the dominant frequency changes over time, then the problem becomes the estimation of the instantaneous frequency as defined in the time–frequency representation. Methods for instantaneous frequency estimation include those based on the
Wigner-Ville distribution The Wigner quasiprobability distribution (also called the Wigner function or the Wigner–Ville distribution, after Eugene Wigner and Jean-André Ville) is a quasiprobability distribution. It was introduced by Eugene Wigner in 1932 to study quan ...
and higher order
ambiguity function In pulsed radar and sonar signal processing, an ambiguity function is a two-dimensional function of propagation delay \tau and Doppler frequency f, \chi(\tau,f). It represents the distortion of a returned pulse due to the receiver matched filter (c ...
s. If one wants to know ''all'' the (possibly complex) frequency components of a received signal (including transmitted signal and noise), one uses a multiple-tone approach.


Multiple tones

A typical model for a signal x(n) consists of a sum of p complex exponentials in the presence of
white noise In signal processing, white noise is a random signal having equal intensity at different frequencies, giving it a constant power spectral density. The term is used, with this or similar meanings, in many scientific and technical disciplines ...
, w(n) :x(n) = \sum_^p A_i e^ + w(n). The power spectral density of x(n) is composed of p impulse functions in addition to the spectral density function due to noise. The most common methods for frequency estimation involve identifying the noise subspace to extract these components. These methods are based on eigen decomposition of the autocorrelation matrix into a signal subspace and a noise subspace. After these subspaces are identified, a frequency estimation function is used to find the component frequencies from the noise subspace. The most popular methods of noise subspace based frequency estimation are Pisarenko's method, the multiple signal classification (MUSIC) method, the eigenvector method, and the minimum norm method. ; Pisarenko's method: \hat_\text\left(e^\right) = \frac ;
MUSIC Music is generally defined as the art of arranging sound to create some combination of form, harmony, melody, rhythm or otherwise expressive content. Exact definitions of music vary considerably around the world, though it is an aspe ...
: \hat_\text\left(e^\right) = \frac, ; Eigenvector method: \hat_\text\left(e^\right) = \frac ; Minimum norm method: \hat_\text\left(e^\right) = \frac ; \ \mathbf = \lambda \mathbf_n \mathbf_1


Example calculation

Suppose x_n, from n=0 to N-1 is a time series (discrete time) with zero mean. Suppose that it is a sum of a finite number of periodic components (all frequencies are positive): :\begin x_n &= \sum_k A_k \sin(2\pi\nu_k n + \phi_k)\\ &= \sum_k A_k \left ( \sin (\phi_k) \cos(2\pi\nu_k n) + \cos(\phi_k) \sin(2\pi\nu_k n) \right ) \\ &= \sum_k \left(\overbrace^ \cos(2\pi\nu_k n) + \overbrace^ \sin(2\pi\nu_k n)\right) \end The variance of x_n is, for a zero-mean function as above, given by :\frac \sum_^ x_n^2. If these data were samples taken from an electrical signal, this would be its average power (power is energy per unit time, so it is analogous to variance if energy is analogous to the amplitude squared). Now, for simplicity, suppose the signal extends infinitely in time, so we pass to the limit as N\to \infty. If the average power is bounded, which is almost always the case in reality, then the following limit exists and is the variance of the data. :\lim_ \frac \sum_^ x_n^2. Again, for simplicity, we will pass to continuous time, and assume that the signal extends infinitely in time in both directions. Then these two formulas become :x(t) = \sum_k A_k \sin(2\pi\nu_k t + \phi_k) and :\lim_ \frac \int_^T x(t)^2 dt. The root mean square of \sin is 1/\sqrt, so the variance of A_k \sin(2\pi\nu_k t + \phi_k) is \tfrac A_k^2. Hence, the contribution to the average power of x(t) coming from the component with frequency \nu_k is \tfracA_k^2. All these contributions add up to the average power of x(t). Then the power as a function of frequency is \tfracA_k^2, and its statistical
cumulative distribution function In probability theory and statistics, the cumulative distribution function (CDF) of a real-valued random variable X, or just distribution function of X, evaluated at x, is the probability that X will take a value less than or equal to x. Eve ...
S(\nu) will be :S(\nu) = \sum _ \frac A_k^2. S is a step function, monotonically non-decreasing. Its jumps occur at the frequencies of the periodic components of x, and the value of each jump is the power or variance of that component. The variance is the covariance of the data with itself. If we now consider the same data but with a lag of \tau, we can take the
covariance In probability theory and statistics, covariance is a measure of the joint variability of two random variables. If the greater values of one variable mainly correspond with the greater values of the other variable, and the same holds for the le ...
of x(t) with x(t + \tau), and define this to be the autocorrelation function c of the signal (or data) x: :c(\tau) = \lim_ \frac \int_^T x(t) x(t + \tau) dt. If it exists, it is an even function of \tau. If the average power is bounded, then c exists everywhere, is finite, and is bounded by c(0), which is the average power or variance of the data. It can be shown that c can be decomposed into periodic components with the same periods as x: :c(\tau) = \sum_k \frac A_k^2 \cos(2\pi\nu_k\tau). This is in fact the spectral decomposition of c over the different frequencies, and is related to the distribution of power of x over the frequencies: the amplitude of a frequency component of c is its contribution to the average power of the signal. The power spectrum of this example is not continuous, and therefore does not have a derivative, and therefore this signal does not have a power spectral density function. In general, the power spectrum will usually be the sum of two parts: a line spectrum such as in this example, which is not continuous and does not have a density function, and a residue, which is absolutely continuous and does have a density function.


See also

*
Multidimensional spectral estimation Multidimension spectral estimation is a generalization of spectral estimation, normally formulated for one-dimensional signals, to multidimensional signals or multivariate data, such as wave vectors. Motivation Multidimensional spectral estimatio ...
*
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. Today, the periodogram is a component of more sophisticated methods (see spectral estimation). It is the most c ...
* SigSpec * Spectrogram * Time–frequency analysis * Time–frequency representation * Whittle likelihood * Spectral power distribution


References


Further reading

* * * * {{Statistics, analysis Statistical signal processing Signal estimation Frequency-domain analysis