Skip to content

Latest commit

 

History

History

README.md

Timeslice Filter CHOP

This is a bare bones example for creating a timesliced filter CHOP. It looks at its input and displays the Minimum, Maximum or Average of all previous values.

Parameters

  • Operation - The operation of the operator.
    • Max - Display the maximum of all previous values.
    • Min - Display the minimum of all previous values.
    • Average - Display the average of all previous values.
  • Reset - Reset the CHOP.