Calibrate Filter

The Calibrate Filter provides an output stream which is guaranteed to fall within a specific range of values. The boolean input stream controls the time window during which this filter tracks the minimum and maximum values provided by its int input stream. The value output stream is guaranteed to fall within this range.
Module
  |
  +-- Filter
       |
       +-- Calibrate

Input streams

1 int stream intIn, 1 boolean stream calibrate

Output streams

3 int streams: minimum the minimum value to be placed in the value stream. maximum the maximum value to be placed in the value stream. value the main output stream.

Fields

Methods