Frequency estimation

From Wikipedia, the free encyclopedia

This article is about the technique in signal processing. The term "frequency estimation" can also refer to probability estimation.

Frequency estimation is the process of estimating the complex frequency components of a signal in the presence of noise[1]. The most common methods involve identifying the noise subspace to extract these components. The most popular methods of noise subspace based frequency estimation are Pisarenko's Method, MUSIC, the eigenvector solution, and the minimum norm solution.

For example, consider a signal, x(n), consisting of a sum of p complex exponentials,

A_i = |A_i|,e^{j\phi_i},

in the presence of white noise, w(n). This may be represented as

f(x) = \sum_{i=1}^p A_i e^{j n \omega_i} + w(n).

Thus, the power spectrum of x(n) consists of p impulses in addition to the power due to noise.

The noise subspace methods of frequency estimation 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.

Contents

[edit] Methods of frequency estimation

Pisarenko's Method

\hat P_{PHD}(e^{j \omega}) = \frac{1}{|\mathbf{e}^{H}\mathbf{v}_{min}|^2}

MUSIC

\hat P_{MU}(e^{j \omega}) = \frac{1}{\sum_{i=p+1}^{M} |\mathbf{e}^{H} \mathbf{v}_i|^2},

Eigenvector Method

\hat P_{EV}(e^{j \omega}) = \frac{1}{\sum_{i=p+1}^{M}\frac{1}{\lambda_i} |\mathbf{e}^H \mathbf{v}_i|^2}

Minimum Norm

\hat P_{MN}(e^{j \omega}) = \frac{1}{|\mathbf{e}^H \mathbf{a}|^2} ; \mathbf{a} = \lambda \mathbf{P}_n \mathbf{u}_1

[edit] Simplified approximations

If one only wants to estimate the single loudest frequency, one can use a pitch detection algorithm.

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.

[edit] References

  1. ^ Hayes, Monson H., Statistical Digital Signal Processing and Modeling, John Wiley & Sons, Inc., 1996. ISBN 0-471-59431-8.

[edit] See also

[edit] External links