Kalpana Kalpana (Editor)

Spectral density estimation

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In statistical signal processing, the goal of spectral density estimation (SDE) is to estimate the spectral density (also known as the power spectral density) of a random signal from a sequence of time samples of the signal. Intuitively speaking, the spectral density characterizes the frequency 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.

Contents

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, or phases), versus frequency 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 functions (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 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 and phase of each frequency component. These two pieces of information can be represented as a 2-dimensional vector, as a complex number, or as magnitude (amplitude) and phase in polar coordinates (i.e., as a phasor). 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 (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 (FFT). The squared-magnitude components of a DFT are a type of power spectrum called periodogram, 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)  or over frequency (smoothing). Welch's method is widely used for 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 and parametric methods. The non-parametric approaches explicitly estimate the covariance 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) 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.

Following is a partial list of non-parametric spectral density estimation techniques:

  • Periodogram, the modulus-squared of the discrete Fourier transform
  • Bartlett's method is the average of the periodograms taken of multiple segments of the signal to reduce variance of the spectral density estimate
  • Welch's method 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 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 of the covariance matrix to estimate the spectral density
  • Short-time Fourier transform
  • Below is a partial list of parametric techniques:

  • Autoregressive model (AR) estimation, which assumes that the nth sample is correlated with the previous p samples.
  • Moving-average model (MA) estimation, which assumes that the nth sample is correlated with noise terms in the previous p samples.
  • Autoregressive moving average (ARMA) estimation, which generalizes the AR and MA models.
  • Maximum entropy spectral estimation is an all-poles method useful for SDE when singular spectral features, such as sharp peaks, are expected.
  • 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 , , a p ) that is a function of the frequency f and p parameters a 1 , , 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 A R ( p ) of order p .:392 A signal sequence { Y t } obeying a zero mean A R ( p ) process satisfies the equation

    Y t = ϕ 1 Y t 1 + ϕ 2 Y t 2 + + ϕ p Y t p + ϵ t ,

    where the ϕ 1 , , ϕ p are fixed coefficients and ϵ t is a white noise process with zero mean and innovation variance σ p 2 . The SDF for this process is

    S ( f ; ϕ 1 , , ϕ p , σ p 2 ) = σ p 2 Δ t | 1 k = 1 p ϕ k e 2 i π f k Δ t | 2 | f | < f N ,

    with Δ t the sampling time interval and f N the Nyquist frequency.

    There are a number of approaches to estimating the parameters ϕ 1 , , ϕ p , σ p 2 of the A R ( p ) process and thus the spectral density::452-453

  • The Yule-Walker estimators are found by recursively solving the Yule-Walker equations for an A R ( 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.:452 Burg associated these with maximum entropy spectral estimation.
  • The forward-backward least-squares estimators treat the A R ( 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 assume the white noise is a Gaussian process and estimates the parameters using a maximum likelihood 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 complex frequency components of a signal in the presence of noise given assumptions about the number of the components. This contrasts with the general methods above, which do not make prior assumptions about the components.

    Finite number of tones

    A typical model for a signal x ( n ) consists of a sum of p complex exponentials in the presence of white noise, w ( n )

    x ( n ) = i = 1 p A i e j n ω i + 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
  • P ^ P H D ( e j ω ) = 1 | e H v m i n | 2
  • MUSIC
  • P ^ M U ( e j ω ) = 1 i = p + 1 M | e H v i | 2 ,
  • Eigenvector method
  • P ^ E V ( e j ω ) = 1 i = p + 1 M 1 λ i | e H v i | 2
  • Minimum norm method
  • P ^ M N ( e j ω ) = 1 | e H a | 2 ; a = λ P n u 1

    Single tone

    If one only wants to estimate the single loudest frequency, one can use a pitch detection algorithm. 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 and higher order ambiguity functions.

    If one wants to know all the (possibly complex) frequency components of a received signal (including transmitted signal and noise), one uses a discrete Fourier transform or some other Fourier-related transform.

    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):

    x n = k A k sin ( 2 π ν k n + ϕ k ) = k ( a k A k sin ( ϕ k ) cos ( 2 π ν k n ) + b k A k cos ( ϕ k ) sin ( 2 π ν k n ) )

    The variance of x n is, for a zero-mean function as above, given by 1 N n = 0 N 1 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 . 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 N 1 N n = 0 N 1 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 ) = k A k sin ( 2 π ν k t + ϕ k )

    and

    lim T 1 2 T T T x ( t ) 2 d t .

    The root mean square of sin is 1 / 2 , so the variance of A k sin ( 2 π ν k t + ϕ k ) is A k 2 / 2 . Hence, the contribution to the average power of x ( t ) coming from the component with frequency ν k is A k 2 / 2. . All these contributions add up to the average power of x ( t ) .

    Then the power as a function of frequency is A k 2 / 2 , and its statistical cumulative distribution function S ( ν ) will be

    S ( ν ) = k : ν k < ν A k 2 / 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 τ , we can take the covariance of x ( t ) with x ( t + τ ) , and define this to be the autocorrelation function c of the signal (or data) x :

    c ( τ ) = lim T 1 2 T T T x ( t ) x ( t + τ ) d t .

    If it exists, it is an even function of τ . 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 ( τ ) = k 1 2 A k 2 cos ( 2 π ν k τ ) .

    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.

    References

    Spectral density estimation Wikipedia