White noise
Encyclopedia : W : WH : WHI : White noise
| Colors of noise |
|---|
| White noise |
| Pink noise |
| Brown/Red noise |
| Grey noise |
| Black noise |
- For other uses of the term "white noise", see white noise (disambiguation).
White noise ([Sample] ) 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 analagous to white light which contains all frequencies.
An infinite-bandwidth white noise signal is purely a theoretical construct. 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.
Statistical properties
The term white noise is also commonly applied to a noise signal in the spatial domain which has zero autocorrelation 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.
We can therefore find Gaussian white noise, but also Poisson, Cauchy, etc. white noises. Note that the distribution must have infinite variance. 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.
Colors of noise
There are also other "colors" of noise, the most commonly used being pink, brown and blue.
Applications
One use for white noise is in the field of architectural acoustics. Here in order to submerge distracting, undesirable noises (for example conversations, etc.) in interior spaces, a constant low level of noise is generated and provided as a background sound. White noise is used by some sirens for emergency vehicles, due to its ability to cut through background noise (e.g. urban traffic noise) and doesn't echo so is easier to perceive direction.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. 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. White noise machines are sold as privacy enhancers and sleep aids and to mask tinnitus.
Mathematical definition
White random vector
A random vector [\mathbf] is a white random vector if and only if its mean vector and autocorrelation matrix are the following:- [\mu_w = \mathbb\ \} = 0]
- [R_ = \mathbb\ \mathbf^T\} = \sigma^2 \mathbf]
White random process (white noise)
A continuous time random process [w(t)] where [t \in \mathbb] is a white noise process if and only if its mean function and autocorrelation function satisfy the following:- [\mu_w(t) = \mathbb\ = 0]
- [R_(t_1, t_2) = \mathbb\ = \sigma^2 \delta(t_1 - t_2)]
The above autocorrelation function implies the following power spectral density.
- [S_(\omega) = \sigma^2 \,\!]
Random vector transformations
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.
Simulating a random vector
Suppose that a random vector [\mathbf] has covariance matrix [K_]. 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_ = E \Lambda E^T]
We can simulate the 1st and 2nd moment properties of this random vector [\mathbf] with mean [\mathbf] and covariance matrix [K_] via the following transformation of a white vector [\mathbf]:
- [ \mathbf = H \, \mathbf + \mu]
- [ \,\!H = E \Lambda^]
- [ \mathbb \\} = H \, \mathbb \\} + \mu = \mu]
- [ \mathbb \ - \mu) (\mathbf - \mu)^T\} = H \, \mathbb \ \mathbf^T\} \, H^T = H \, H^T = E \Lambda^ \Lambda^ E^T = K_]
Whitening a random vector
The method for whitening a vector [\mathbf] with mean [\mathbf] and covariance matrix [K_] is to perform the following calculation:
- [\mathbf = \Lambda^\, E^T \, ( \mathbf - \mathbf )]
- [ \mathbb \\} = \Lambda^\, E^T \, ( \mathbb \ \} - \mathbf ) = \Lambda^\, E^T \, (\mu - \mu) = 0]
- [ \mathbb \ \mathbf^T\} = \mathbb \\, E^T \, ( \mathbf - \mathbf )( \mathbf - \mathbf )^T E \, \Lambda^\, \}]
- [ = \Lambda^\, E^T \, \mathbb \ - \mathbf )( \mathbf - \mathbf )^T\} E \, \Lambda^\,]
- [ = \Lambda^\, E^T \, K_ E \, \Lambda^]
- [ \Lambda^\, E^T \, E \Lambda E^T E \, \Lambda^ = \Lambda^\, \Lambda \, \Lambda^ = I]
Random signal transformations
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.Simulating a continuous-time random signal
We can simulate any wide-sense stationary, continuous-time random process [x(t) : t \in \mathbb\,\!] with constant mean [\mu] and covariance function
- [K_x(\tau) = \mathbb \left\ \right\} \mbox \tau = t_1 - t_2]
- [S_x(\omega) = \int_^ K_x(\tau) \, e^ \, d\tau]
Because [K_x(\tau)] is Hermitian symmetric and positive semi-definite, it follows that [S_x(\omega) ] is real and can be factored as
- [S_x(\omega) = | H(\omega) |^2 = H(\omega) \, H^ (\omega) ]
- [ \int_^ \frac \, d \omega < \infty ]
- [S_x(\omega) = \frac^ (c_k - j \omega)(c^_k + j \omega)}^ (d_k - j \omega)(d^_k + j \omega)}]
We can simulate [x(t)] by constructing the following linear, time-invariant filter
- [\hat(t) = \mathcal^ \left\ * w(t) + \mu ]
- [ \mathbb\ = 0]
- [ \mathbb\(t_2)\} = K_w(t_1, t_2) = \delta(t_1 - t_2)]
Whitening a continuous-time random signal
Suppose we have a wide-sense stationary, continuous-time random process [x(t) : t \in \mathbb\,\!] defined with the same mean [\mu], covariance function [K_x(\tau)], and power spectral density [S_x(\omega)] as above.
We can whiten this signal using frequency domain techniques. We factor the power spectral density [S_x(\omega)] as described above.
Choosing the minimum phase [H(\omega)] 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_(\omega) = \frac]
The final form of the whitening procedure is as follows:
- [w (t) = \mathcal^ \left\(\omega) \right\} * (x(t) - \mu)]
- [S_(\omega) = \mathcal \left\ \ \right\} = H_(\omega) S_x(\omega) H^_(\omega) = \frac = 1]
- [K_w(\tau) = \,\!\delta (\tau)]
See also
- Electronics
- Electronic noise
- Delta function
- Independent component analysis
- Noise (physics)
- Principal components analysis
- Statistics
- White noise machine
- Pink Noise
External links
- [A mathematical application of noise whitening of pictures - pdf]
- [White noise calculator, thermal noise - Voltage in microvolts, conversion to noise level in dBu and dBV and vice versa]
- [Practical uses of White Noise MP3s for Tinnitus Treatment, Masking and Tinnitus Cure]
- [MP3 of feral white noise from a mountain stream courtesy of luketan.com]
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
