What is WGN white Gaussian noise
WGN: White Gaussian Noise
White Gaussian Noise (WGN) is a fundamental concept in signal processing and communication theory. It's a statistical model for signals and signal sources, characterized by its specific properties.
Properties of WGN
- Gaussian Distribution: The amplitude of the noise follows a Gaussian (normal) distribution. This means that the probability of a particular amplitude value is described by the familiar bell-shaped curve.
- White Spectrum: The power spectral density (PSD) of the noise is constant across all frequencies. This is analogous to white light, which contains all frequencies of the visible spectrum.
- Zero Mean: The average value of the noise over time is zero.
- Uncorrelated Samples: The noise samples at different time instants are statistically independent.
Mathematical Representation
A continuous-time white Gaussian noise process, W(t), is defined by:
- Gaussian distribution: The probability density function (PDF) of W(t) at any time t is given by:
p(W(t)) = (1/sqrt(2*pi*sigma^2)) * exp(-W(t)^2/(2*sigma^2))
where sigma^2 is the variance of the noise.
- White spectrum: The power spectral density (PSD) of W(t) is constant over all frequencies:
S_W(f) = N0/2
where N0/2 is the power spectral density level.
Significance of WGN
- Ideal Noise Model: WGN is often used as a baseline model for noise in communication systems, allowing for analysis and performance evaluation.
- Additive Noise: In many communication systems, noise is modeled as additive white Gaussian noise (AWGN), where the noise is added to the transmitted signal.
- Channel Modeling: WGN is used in channel models to simulate various communication environments.
- System Analysis: WGN is employed in system analysis and design to assess the impact of noise on system performance.
Limitations of WGN Model
While WGN is a useful model, it has limitations:
- Idealization: Real-world noise sources often deviate from the ideal characteristics of WGN.
- Simplicity: WGN doesn't capture complex noise phenomena like colored noise or impulsive noise.
Applications of WGN
- Communication Systems: Analyzing the performance of communication systems in the presence of noise.
- Radar and Sonar: Modeling noise in radar and sonar systems.
- Image and Signal Processing: Studying the effects of noise on image and signal quality.
In conclusion, WGN is a fundamental concept in signal processing and communication systems. Its simplicity and mathematical tractability make it a valuable tool for analysis and design. However, it's important to recognize its limitations and consider more complex noise models when necessary.