GNOME Bugzilla – Bug 586519
white Gaussian noise would be useful in audiotestsrc
Last modified: 2009-06-21 10:28:59 UTC
Stationary white Gaussian noise is the prototypical noise model used in signal processing research. It would be helpful if audiotestsrc could generate this kind of noise.
Created attachment 137107 [details] [review] add support for stationary white Gaussian noise This patch adds support for stationary white Gaussian noise. The Box-Muller algorithm is used to generate pairs of independent normally-distributed random numbers.
Created attachment 137108 [details] histogram of Gaussian noise output Here is a histogram demonstrating the output of the patch above. The theoretical probability density is superimposed on the observed distribution of outputs of the noise generator.
ommit 8d3872df5cf4c17065014e41ee63435ce5eda0c8 Author: Kipp Cannon <kcannon@ligo.caltech.edu> Date: Sun Jun 21 12:27:37 2009 +0200 audiotestsrc: Add support for generating gaussian white noise This patch adds support for stationary white Gaussian noise. The Box-Muller algorithm is used to generate pairs of independent normally-distributed random numbers. Fixes bug #586519.