White noise

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 128.193.8.92 (talk) at 23:31, 15 June 2012 (→‎White random process (white noise)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

White noise is a random signal (or process) with a flat power spectral density. In other words, the signal contains equal power within a fixed bandwidth at any center frequency. White noise draws its name from white light in which the power spectral density of the light is distributed over the visible band in such a way that the eye's three color receptors (cones) are approximately equally stimulated. In statistical sense, a time series rt is characterized as having weak white noise if {rt} is a sequence of serially uncorrelated random variables with zero mean and finite variance. Strong white noise also has the quality of being independent and identically distributed, which implies no autocorrelation. In particular, if rt is normally distributed with mean zero and standard deviation σ, the series is called a Gaussian white noise.[1]

An infinite-bandwidth white noise signal is a purely theoretical construction. The bandwidth of white noise is limited in practice by the mechanism of noise generation, by the transmission medium and by finite observation capabilities. A random signal is considered "white noise" if it is observed to have a flat spectrum over a medium's widest possible bandwidth.

White noise in a spatial context

While it is usually applied in the context of frequency domain signals, the term white noise is also commonly applied to a noise signal in the spatial domain. In this case, it has an auto correlation 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).

Statistical properties

An example realization of a Gaussian white noise process.

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 restrict the values a signal can take. Any distribution of values is possible (although it must have zero DC component). Even a binary signal which can only take on the values 1 or -1 will be white if the sequence 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, yet neither property implies the other. Gaussianity refers to the probability distribution with respect to the value, in this context the probability of the signal reaching an amplitude, while the term 'white' refers to the way the signal power is distributed over time or among frequencies.

Spectrogram of pink noise (left) and white noise (right), shown 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.

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

Applications

It is used by some emergency vehicle sirens due to its ability to cut through background noise, which makes it easier to locate.[citation needed]

White noise is commonly used in the production of electronic music, usually 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 equalization (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. The engineer can then adjust the overall equalization to ensure a balanced mix.

White noise can be used for frequency response testing of amplifiers and electronic filters. It is not used for testing loudspeakers as its spectrum contains too great an amount of high frequency content. Pink noise is used for testing transducers such as loudspeakers and microphones. White noise is used as the basis of some random number generators. For example, Random.org uses a system of atmospheric antennae to generate random digit patterns from white noise.

White noise is a common synthetic noise source used for sound masking by a tinnitus masker.[2]White noise machines and other white noise sources are sold as privacy enhancers and sleep aids and to mask tinnitus.[3] Alternatively, the use of a FM radio tuned to unused frequencies ("static") is a simpler and more cost-effective source of white noise.[4] However, white noise generated from a common commercial radio receiver tuned to an unused frequency is extremely vulnerable to being contaminated with spurious signals, such as adjacent radio stations, harmonics from non-adjacent radio stations, electrical equipment in the vicinity of the receiving antenna causing interference, or even atmospheric events such as solar flares and especially lightning.

The effects of white noise upon cognitive function are mixed. Recently, a small study found that white noise background stimulation improves cognitive functioning among secondary students with Attention deficit hyperactivity disorder (ADHD), while decreasing performance of non-ADHD students.[5][6] Other work indicates it is effective in improving the mood and performance of workers by masking background office noise,[7] but decreases cognitive performance in complex card sorting tasks.[8]

Mathematical definition

White random vector

A random vector is a white random vector if and only if its mean vector and autocorrelation matrix are the following:

That is, 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.

White random process (white noise)

A continuous time random process where is a white noise process if and only if its mean function and autocorrelation function satisfy the following:

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:

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.

A generalization to random elements on infinite dimensional spaces, such as random fields, is the white noise measure.

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 has covariance matrix . 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.

where is the orthogonal matrix of eigenvectors and is the diagonal matrix of eigenvalues. Thus, the inverse equation also holds.

We can simulate the 1st and 2nd moment properties of this random vector with mean and covariance matrix via the following transformation of a white vector of unit variance:

where

Thus, the output of this transformation has expectation

and covariance matrix

Whitening a random vector

The method for whitening a vector with mean and covariance matrix is to perform the following calculation:

Thus, the output of this transformation has expectation

and covariance matrix

So, from the inverse equation shown above, we get the following:

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

Random signal transformations

We cannot 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

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

White noise can simulate any wide-sense stationary, continuous-time random process with constant mean and covariance function

and power spectral density

We can simulate this signal using frequency domain techniques.[clarification needed]

Because is Hermitian symmetric and positive semi-definite, it follows that is real and can be factored as

if and only if satisfies the Paley-Wiener criterion.

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

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

We can simulate by constructing the following linear, time-invariant filter

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

Thus, the resultant signal has the same 2nd moment properties as the desired signal .

Whitening a continuous-time random signal

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 defined with the same mean , covariance function , and power spectral density as above.

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

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

We choose the minimum phase filter so that the resulting inverse filter is stable. Additionally, we must be sure that is strictly positive for all so that does not have any singularities.

The final form of the whitening procedure is as follows:

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

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

In music

White noise, pink noise, and brown noise are used as percussion in 8-bit (chiptune) music. They are also used in electronic music such as trance and house music, to create "sweeps".

See also

References

  1. ^ Diebold, Frank (2007). Elements of Forecasting (Fourth ed.).
  2. ^ Jastreboff, P. J. (2000). "Tinnitus Habituation Therapy (THT) and Tinnitus Retraining Therapy (TRT)". Tinnitus Handbook. San Diego: Singular. pp. 357–376.
  3. ^ López, HH; Bracha, AS; Bracha, HS (2002). "Evidence based complementary intervention for insomnia" (PDF). Hawaii Med J. 61 (9): 192, 213. PMID 12422383. {{cite journal}}: Unknown parameter |month= ignored (help)
  4. ^ Noell, Courtney A (2003-02). "Tinnitus. Diagnosis and treatment of this elusive symptom". Geriatrics. 58 (2): 28–34. ISSN 0016-867X. PMID 12596495. {{cite journal}}: |access-date= requires |url= (help); Check date values in: |date= (help); Unknown parameter |coauthors= ignored (|author= suggested) (help)
  5. ^ Soderlund, Goran (2010). "The effects of background white noise on memory performance in inattentive school children". Behavioral and Brain Functions. 6 (1): 55. {{cite journal}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  6. ^ Söderlund, Göran (2007). "Listen to the noise: Noise is beneficial for cognitive performance in ADHD". Journal of Child Psychology and Psychiatry. 48 (8): 840–847. doi:10.1111/j.1469-7610.2007.01749.x. ISSN 0021-9630. {{cite journal}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  7. ^ Loewen, Laura J. (1992-05-01). "Cognitive and Arousal Effects of Masking Office Noise". Environment and Behavior. 24 (3): 381–395. doi:10.1177/0013916592243006. Retrieved 2011-10-28. {{cite journal}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  8. ^ Baker, Mary Anne (1993-07). "The effects of noise and speech on cognitive task performance". Journal of General Psychology. 120 (3): 339–355. ISSN 0022-1309. {{cite journal}}: Check date values in: |date= (help); Unknown parameter |coauthors= ignored (|author= suggested) (help)

External links