public class Noise extends Object
Constructor and Description |
---|
Noise()
Creates a signal uniformly distributed between -5.0 and 5.0, updating
every 100ms (10Hz).
|
Noise(Double min,
Double max,
Double interval)
Creates a signal uniformly distributed between min and max, updating
every interval seconds.
|
Noise(Double min,
Double max,
Double step,
Double interval)
Do not use: only provided to provide some sort of error message
for people migrating from utility.pv.
|
public Noise()
public Noise(Double min, Double max, Double step, Double interval)
min
- minimum valuemax
- maximum valuestep
- ignoredinterval
- interval between samples in secondsCopyright © 2010–2015. All rights reserved.