jollybeeapp / android-spectrum-analyzer

Automatically exported from code.google.com/p/android-spectrum-analyzer
0 stars 0 forks source link

[New Feature] Implement AWGN noise method #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implement AWGN noise method. It can be generated through the sum of infinite 
(many) uniform random variables.

Original issue reported on code.google.com by zz4...@gmail.com on 3 Feb 2012 at 6:01

GoogleCodeExporter commented 9 years ago
It`s not necessary to implement a AWGN noise instead of it, make use of the 
Random class, more specifically the getNextGaussian method.

Original comment by zz4...@gmail.com on 25 Feb 2012 at 3:31