public class GaussianNoise extends Object
| Constructor and Description |
|---|
GaussianNoise()
Creates a signal with a normal distribution (average zero and
standard deviation one), updating every 100ms (10Hz).
|
GaussianNoise(Double average,
Double stdDev,
Double interval)
Creates a signal with a gaussian distribution, updating at the rate
specified.
|
public GaussianNoise()
public GaussianNoise(Double average, Double stdDev, Double interval)
average - average of the gaussian distributionstdDev - standard deviation of the gaussian distributioninterval - time between samples in secondsCopyright © 2010–2015. All rights reserved.