White noise

From Wikipedia, the free encyclopedia

Colors of noise
White noise
Pink noise
Brown/Red noise
Grey noise
White noise spectrum graphed linearly
White noise spectrum graphed linearly

White noise is a random signal (or process) with a flat power spectral density. In other words, the signal's power spectral density has equal power in any band, at any centre frequency, having a given bandwidth. White noise is considered analogous to white light which contains all frequencies.

Music sample:


An infinite-bandwidth white noise signal is purely a theoretical construction. By having power at all frequencies, the total power of such a signal is infinite. In practice, a signal can be "white" with a flat spectrum over a defined frequency band.

Contents

Four thousandths of a second of white noise
Four thousandths of a second of white noise
An example realization of a white noise process.
An example realization of a white noise process.

The term white noise is also commonly applied to a noise signal in the spatial domain which has an autocorrelation which can be represented by a delta function over the relevant space dimensions. The signal is then "white" in the spatial frequency domain (this is equally true for signals in the angular frequency domain, e.g. the distribution of a signal across all angles in the night sky). The image to the right displays a finite length, discrete time realization of a white noise process generated from a computer.

Being uncorrelated in time does not, however, restrict the values a signal can take. Any distribution of values is possible (although it must have zero DC component). For example, a binary signal which can only take on the values 1 or 0 will be white if the sequence of zeros and ones is statistically uncorrelated. Noise having a continuous distribution, such as a normal distribution, can of course be white.

It is often incorrectly assumed that Gaussian noise (i.e. noise with a Gaussian amplitude distribution — see normal distribution) is necessarily white noise. However, neither property implies the other. Gaussianity refers to the way signal values are distributed, while the term 'white' refers to correlations at two distinct times, which are independent of the noise amplitude distribution.

Pink noise (left) and white noise (right) on a FFT spectrogram with linear frequency axis (vertical)
Pink noise (left) and white noise (right) on a FFT spectrogram with linear frequency axis (vertical)

We can therefore find Gaussian white noise, but also Poisson, Cauchy, etc. white noises. Thus, the two words "Gaussian" and "white" are often both specified in mathematical models of systems. Gaussian white noise is a good approximation of many real-world situations and generates mathematically tractable models. These models are used so frequently that the term additive white Gaussian noise has a standard abbreviation: AWGN. Gaussian white noise has the useful statistical property that its values are independent (see Statistical independence).

White noise is the generalized mean-square derivative of the Wiener process or Brownian motion.

Main article: Colors of noise

There are also other "colors" of noise, the most commonly used being pink, brown and blue.

One use for white noise is in the field of architectural acoustics. In order to dissemble distracting, undesirable noises in interior spaces, a low level of constant white noise is generated.

It is used by some emergency vehicle sirens due to its ability to cut through background noise and its lack of echo, which makes it easier to locate.

White noise has also been used in electronic music, where it is used either directly or as an input for a filter to create other types of noise signal. In this respect, it is the analog to the violin in classical music. It is used extensively in audio synthesis, typically to recreate percussive instruments such as cymbals which have high noise content in their frequency domain.

It is also used to generate impulse responses. To set up the EQ for a concert or other performance in a venue, a short burst of white or pink noise is sent through the PA system and monitored from various points in the venue so that the engineer can tell if the acoustics of the building naturally boost or cut any frequencies. He or she can then adjust the overall EQ to ensure a balanced mix.

White noise can be used for frequency response testing of amplifiers and electronic filters. It is sometimes used with a flat response microphone and an automatic equalizer. The idea is that the system will generate white noise and the microphone will pick up the white noise produced by the speakers. It will then automatically equalize each frequency band to get a flat response. That system is used in professional level equipment, some high-end home stereo and some high-end car radios.

White noise is used as the basis of some random number generators.

White noise can be used to disorient individuals prior to interrogation and may be used as part of sensory deprivation techniques.[citation needed] White noise machines are sold as privacy enhancers and sleep aids and to mask tinnitus. White noise CDs, when used with headphones, can aid concentration by blocking out irritating or distracting noises in a person's environment.

A random vector \mathbf{w} is a white random vector if and only if its mean vector and autocorrelation matrix are the following:

\mu_w =  \mathbb{E}\{ \mathbf{w} \} = 0
R_{ww} = \mathbb{E}\{ \mathbf{w} \mathbf{w}^T\} = \sigma^2 \mathbf{I}

I. e., it is a zero mean random vector, and its autocorrelation matrix is a multiple of the identity matrix. When the autocorrelation matrix is a multiple of the identity, we say that it has spherical correlation.

A continuous time random process w(t) where t \in \mathbb{R} is a white noise process if and only if its mean function and autocorrelation function satisfy the following:

\mu_w(t) =  \mathbb{E}\{ w(t)\} = 0
R_{ww}(t_1, t_2) = \mathbb{E}\{ w(t_1) w(t_2)\} = \sigma^2 \delta(t_1 - t_2).

I. e., it is a zero mean process for all time and has infinite power at zero time shift since its autocorrelation function is the Dirac delta function.

The above autocorrelation function implies the following power spectral density.

S_{xx}(\omega) = \sigma^2 \,\!

since the Fourier transform of the delta function is equal to 1. Since this power spectral density is the same at all frequencies, we call it white as an analogy to the frequency spectrum of white light.

Two theoretical applications using a white random vector are the simulation and whitening of another arbitrary random vector. To simulate an arbitrary random vector, we transform a white random vector with a carefully chosen matrix. We choose the transformation matrix so that the mean and covariance matrix of the transformed white random vector matches the mean and covariance matrix of the arbitrary random vector that we are simulating. To whiten an arbitrary random vector, we transform it by a different carefully chosen matrix so that the output random vector is a white random vector.

These two ideas are crucial in applications such as channel estimation and channel equalization in communications and audio. These concepts are also used in data compression.

Suppose that a random vector \mathbf{x} has covariance matrix Kxx. Since this matrix is Hermitian symmetric and positive semidefinite, by the spectral theorem from linear algebra, we can diagonalize or factor the matrix in the following way.

\,\! K_{xx} = E \Lambda E^T

where E is the orthogonal matrix of eigenvectors and Λ is the diagonal matrix of eigenvalues.

We can simulate the 1st and 2nd moment properties of this random vector \mathbf{x} with mean \mathbf{\mu} and covariance matrix Kxx via the following transformation of a white vector \mathbf{w}:

\mathbf{x} = H \, \mathbf{w} + \mu

where

\,\!H = E \Lambda^{1/2}

Thus, the output of this transformation has expectation

\mathbb{E} \{\mathbf{x}\} = H \, \mathbb{E} \{\mathbf{w}\} + \mu = \mu

and covariance matrix

\mathbb{E} \{(\mathbf{x} - \mu) (\mathbf{x} - \mu)^T\} = H \, \mathbb{E} \{\mathbf{w} \mathbf{w}^T\} \, H^T = H \, H^T = E \Lambda^{1/2} \Lambda^{1/2} E^T = K_{xx}

The method for whitening a vector \mathbf{x} with mean \mathbf{\mu} and covariance matrix Kxx is to perform the following calculation:

\mathbf{w} = \Lambda^{-1/2}\,  E^T \, ( \mathbf{x} - \mathbf{\mu} )

Thus, the output of this transformation has expectation

\mathbb{E} \{\mathbf{w}\} = \Lambda^{-1/2}\,  E^T \, ( \mathbb{E} \{\mathbf{x} \} - \mathbf{\mu} ) = \Lambda^{-1/2}\,  E^T \, (\mu - \mu) = 0

and covariance matrix

\mathbb{E} \{\mathbf{w} \mathbf{w}^T\} = \mathbb{E} \{ \Lambda^{-1/2}\,  E^T \, ( \mathbf{x} - \mathbf{\mu} )( \mathbf{x} - \mathbf{\mu} )^T E \, \Lambda^{-1/2}\, \}
= \Lambda^{-1/2}\,  E^T \, \mathbb{E} \{( \mathbf{x} - \mathbf{\mu} )( \mathbf{x} - \mathbf{\mu} )^T\} E \, \Lambda^{-1/2}\,
= \Lambda^{-1/2}\,  E^T \, K_{xx} E \, \Lambda^{-1/2}

By diagonalizing Kxx, we get the following:

\Lambda^{-1/2}\,  E^T \, E \Lambda E^T E \, \Lambda^{-1/2} = \Lambda^{-1/2}\,  \Lambda \, \Lambda^{-1/2} = I

Thus, with the above transformation, we can whiten the random vector to have zero mean and the identity covariance matrix.

We can extend the same two concepts of simulating and whitening to the case of continuous time random signals or processes. For simulating, we create a filter into which we feed a white noise signal. We choose the filter so that the output signal simulates the 1st and 2nd moments of any arbitrary random process. For whitening, we feed any arbitrary random signal into a specially chosen filter so that the output of the filter is a white noise signal.

White noise fed into a linear, time-invariant filter to simulate the 1st and 2nd moments of an arbitrary random process.
White noise fed into a linear, time-invariant filter to simulate the 1st and 2nd moments of an arbitrary random process.

We can simulate any wide-sense stationary, continuous-time random process x(t) : t \in \mathbb{R}\,\! with constant mean μ and covariance function

K_x(\tau) = \mathbb{E} \left\{ (x(t_1) - \mu) (x(t_2) - \mu)^{*} \right\} \mbox{ where } \tau = t_1 - t_2

and power spectral density

S_x(\omega) = \int_{-\infty}^{\infty} K_x(\tau) \, e^{-j \omega \tau} \, d\tau

We can simulate this signal using frequency domain techniques.

Because Kx(τ) is Hermitian symmetric and positive semi-definite, it follows that Sx(ω) is real and can be factored as

S_x(\omega) = | H(\omega) |^2 = H(\omega) \, H^{*} (\omega)

if and only if Sx(ω) satisfies the Paley-Wiener criterion.

\int_{-\infty}^{\infty} \frac{\log (S_x(\omega))}{1 + \omega^2} \, d \omega < \infty

If Sx(ω) is a rational function, we can then factor it into pole-zero form as

S_x(\omega) = \frac{\Pi_{k=1}^{N} (c_k - j \omega)(c^{*}_k + j \omega)}{\Pi_{k=1}^{D} (d_k - j \omega)(d^{*}_k + j \omega)}

Choosing a minimum phase H(ω) so that its poles and zeros lie inside the left half s-plane, we can then simulate x(t) with H(ω) as the transfer function of the filter.

We can simulate x(t) by constructing the following linear, time-invariant filter

\hat{x}(t) = \mathcal{F}^{-1} \left\{ H(\omega) \right\} * w(t) + \mu

where w(t) is a continuous-time, white-noise signal with the following 1st and 2nd moment properties:

\mathbb{E}\{w(t)\} = 0
\mathbb{E}\{w(t_1)w^{*}(t_2)\} = K_w(t_1, t_2) = \delta(t_1 - t_2)

Thus, the resultant signal \hat{x}(t) has the same 2nd moment properties as the desired signal x(t).

An arbitrary random process x(t) fed into a linear, time-invariant filter that whitens x(t) to create white noise at the output.
An arbitrary random process x(t) fed into a linear, time-invariant filter that whitens x(t) to create white noise at the output.

Suppose we have a wide-sense stationary, continuous-time random process x(t) : t \in \mathbb{R}\,\! defined with the same mean μ, covariance function Kx(τ), and power spectral density Sx(ω) as above.

We can whiten this signal using frequency domain techniques. We factor the power spectral density Sx(ω) as described above.

Choosing the minimum phase H(ω) so that its poles and zeros lie inside the left half s-plane, we can then whiten x(t) with the following inverse filter

H_{inv}(\omega) = \frac{1}{H(\omega)}

We choose the minimum phase filter so that the resulting inverse filter is stable. Additionally, we must be sure that H(ω) is strictly positive for all \omega \in \mathbb{R} so that Hinv(ω) does not have any singularities.

The final form of the whitening procedure is as follows:

w (t) = \mathcal{F}^{-1} \left\{ H_{inv}(\omega) \right\} * (x(t) - \mu)

so that w(t) is a white noise random process with zero mean and constant, unit power spectral density

S_{w}(\omega) = \mathcal{F} \left\{ \mathbb{E} \{ w(t_1) w(t_2) \} \right\} = H_{inv}(\omega) S_x(\omega)  H^{*}_{inv}(\omega) = \frac{S_x(\omega)}{S_x(\omega)} = 1

Note that this power spectral density corresponds to a delta function for the covariance function of w(t).

K_w(\tau) = \,\!\delta (\tau)

Advanced Search
Included Web Search Engines


Safe Search

close

Top Matching Results

Occasionally Search.com will highlight specialized results that are based on the context of your query. Examples of specialized results include specific links to news, images, or video.

Top Matching Results may highlight information from other Search.com pages, content from the CNET Network of sites, or third party content. The listings are based purely on relevance. Search.com does not receive payment for listings in this section but our partners that provide this data may get paid for listing these products.

Sponsored Links

This section contains paid listings which have been purchased by companies that want to have their sites appear for specific search terms and related content. These listings are administered, sorted and maintained by a third party and are not endorsed by Search.com.

Search Results

Search.com sends your search query to several search engines at one time and integrates the results into one list which has been sorted by relevance using Search.com's proprietary algorithm. You can customize the list of search engines included in your metasearch from the preferences.

The search engines that are used in your metasearch may allow companies to pay to have their Web sites included within the results. To view the Paid Inclusion policy for a specific search engine, please visit their Web site. Search.com does not accept payment or share revenue with any search engine partner for listings in this section.