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