Wiener filter
From Wikipedia, the free encyclopedia
In signal processing, the Wiener filter is a filter proposed by Norbert Wiener during the 1940s and published in 1949.[1] Its purpose is to reduce the amount of noise present in a signal by comparison with an estimation of the desired noiseless signal.
Contents |
[edit] Description
The goal of the Wiener filter is to filter out noise that has corrupted a signal. It is based on a statistical approach.
Typical filters are designed for a desired frequency response. However, the design of the Wiener filter is from a different angle. One is assumed to have knowledge of the spectral properties of the original signal and the noise, and one seeks the LTI filter whose output would come as close to the original signal as possible. Wiener filters are characterized by the following:[2]
- Assumption: signal and (additive) noise are stationary linear stochastic processes with known spectral characteristics or known autocorrelation and cross-correlation
- Requirement: the filter must be physically realizable, i.e. causal (this requirement can be dropped, resulting in a non-causal solution)
- Performance criterion: minimum mean-square error (MMSE)
This filter is frequently used in the process of deconvolution; for this application, see Wiener deconvolution.
[edit] Model/problem setup
The input to the Wiener filter is assumed to be a signal, s(t), corrupted by additive noise, n(t). The output, , is calculated by means of a filter, g(t), using the following convolution[3]:
where
- s(t) is the original signal (to be estimated)
- n(t) is the noise
- is the estimated signal (which we hope will equal s(t))
- g(t) is the Wiener filter's impulse response
The error is defined as
- .
In other words, the error is the difference between the estimated signal and a the true signal shifted by α. Clearly the squared error is
where
- s(t + α) is the desired output of the filter
- e(t) is the error
Depending on the value of α the problem name can be changed:
- If α > 0 then the problem is that of prediction (error is reduced when is similar to a later value of s)
- If α = 0 then the problem is that of filtering (error is reduced when is similar to s(t))
- If α < 0 then the problem is that of smoothing (error is reduced when is similar to an earlier value of s)
Writing as a convolution integral: .
Taking the expected value of the squared error results in
where
- x(t) = s(t) + n(t) is the observed signal
- is the autocorrelation function of s(t)
- is the autocorrelation function of x(t)
- is the cross-correlation function of x(t) and s(t)
If the signal s(t) and the noise n(t) are uncorrelated (i.e., the cross-correlation is zero) then note the following
For most applications, the assumption of uncorrelated signal and noise is reasonable because the source of the noise (e.g. sensor noise or quantization noise) do not depend upon the signal itself.
The goal is to then minimize E(e2) by finding the optimal g(t).
[edit] Wiener filter solutions
The Wiener filter problem has solutions for three possible cases: one where a non-causal filter is acceptable (requiring an infinite amount of both past and future data), the case where a causal filter is desired (using an infinite amount of past data), and the FIR case where a finite amount of past data is used. The first case is simple to solve but is not suited for real-time applications. Wiener's main accomplishment was solving the case where the causality requirement is in effect, and in an appendix of Wiener's book Levinson gave the FIR solution.
[edit] Noncausal solution
Provided that g(t) is optimal then the MMSE equation reduces to
And the solution, g(t) is the inverse two-sided Laplace transform of G(s).
[edit] Causal solution
Where
- H(s) consists of the causal part of (that is, that part of this fraction having a positive time solution under the inverse Laplace transform)
- is the causal component of Sx(s) (i.e. the inverse Laplace transform of is non-zero only for )
- is the anti-causal component of Sx(s) (i.e. the inverse Laplace transform of is non-zero only for negative t)
This general formula is complicated and deserves a more detailed explanation. To write down the solution G(s) in a specific case, one should follow these steps (see [4]):
1. Start with the spectrum Sx(s) in rational form and factor it into causal and anti-causal components:
where S + contains all the zeros and poles in the left hand plane (LHP) and S − contains the zeroes and poles in the RHP. This is called the Wiener–Hopf factorization.
2. Divide Sx,s(s)eαs by and write out the result as a partial fraction expansion.
3. Select only those terms in this expansion having poles in the LHP. Call these terms H(s).
4. Divide H(s) by . The result is the desired filter transfer function G(s)
[edit] FIR Wiener filter for discrete series
In order to derive the coefficients of the Wiener filter, we consider a signal w[n] being fed to a Wiener filter of order N and with coefficients {ai}, . The output of the filter is denoted x[n] which is given by the expression
The residual error is denoted e[n] and is defined as e[n] = x[n] − s[n] (See the corresponding block diagram). The Wiener filter is designed so as to minimize the mean square error (MMSE criteria) which can be stated concisely as follows:
where denote the expectation operator. In the general case, the coefficients ai may be complex and may be derived for the case where w[n] and s[n] are complex as well. For simplicity, we will only consider the case where all these quantities are real. The mean square error may be rewritten as:
To find the vector which minimizes the expression above, let us now calculate its derivative w.r.t ai
If we suppose that w[n] and s[n] are stationary, we can introduce the following sequences known respectively as the autocorrelation of w[n] and the cross-correlation between w[n] and s[n] defined as follows
The derivative of the MSE may therefore be rewritten as (notice that Rws[ − i] = Rsw[i])
Letting the derivative be equal to zero, we obtain
which can be rewritten in matrix form
or
- T * A = V
These equations are known as the Wiener-Hopf equations. The matrix T appearing in the equation is a symmetric Toeplitz matrix. These matrices are known to be positive definite and therefore non-singular yielding a unique solution to the determination of the Wiener filter coefficient vector A: A = T − 1V. Furthermore, there exists an efficient algorithm to solve such Wiener-Hopf equations known as the Levinson-Durbin algorithm so an explicit inversion of T is not required.
The FIR Wiener filter is related to the Least mean squares filter, but minimizing its error criterion does not rely on cross-correlations or auto-correlations. Its solution converges to the Wiener filter solution.
[edit] See also
- Norbert Wiener
- Kalman filter
- Wiener deconvolution
- Eberhard Hopf
- Least mean squares filter
- Similarities between Wiener and LMS
[edit] References
- ^ Wiener1949
- ^ Brown1996
- ^ Brown, op. cit.
- ^ LLoyd R. Welch: Wiener Hopf Theory
- ^ Wiener, Norbert (1949), Extrapolation, Interpolation, and Smoothing of Stationary Time Series. New York: Wiley. ISBN 0-262-73005-7
- ^ Brown, Robert Grover and Patrick Y.C. Hwang (1996) Introduction to Random Signals and Applied Kalman Filtering. 3 ed. New York: John Wiley & Sons. ISBN 0-471-12839-2