|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.epics.pvmanager.sim.Gaussian
public class Gaussian
Function to simulate a signal that has a gaussian distribution. The warning limits are set above the standard deviation and the alarm above two times the standard deviation. The total range is 4 times the standard deviation. All values are going to have no alarm status, with the timestamp set at the moment the sample was generated.
Constructor Summary | |
---|---|
Gaussian()
Creates a signal with a normal distribution (average zero and standard deviation one), updating every 100ms (10Hz). |
|
Gaussian(java.lang.Double average,
java.lang.Double stdDev,
java.lang.Double interval)
Creates a signal with a gaussian distribution, updating at the rate specified. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Gaussian()
public Gaussian(java.lang.Double average, java.lang.Double stdDev, java.lang.Double interval)
average
- average of the gaussian distributionstdDev
- standard deviation of the gaussian distributioninterval
- time between samples in seconds
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |