Class Noise


public class Noise extends SimFunction<VDouble>
Function to simulate a signal that has a uniform distribution. The warning limits are set at 80% of the range and the alarm at 90% the range. All values are going to have no alarm status, with the timestamp set at the moment the sample was generated.
  • Constructor Details

    • Noise

      public Noise()
      Creates a signal uniformly distributed between -5.0 and 5.0, updating every 100ms (10Hz).
    • Noise

      public Noise(Double min, Double max, Double interval)
      Creates a signal uniformly distributed between min and max, updating every interval seconds.
      Parameters:
      min - minimum value
      max - maximum value
      interval - interval between samples in seconds