Package io.openems.edge.common.filter


@Version("1.0.0") @Export package io.openems.edge.common.filter
  • Classes
    Class
    Description
    This implementation ignores the PID filter and instead just returns the unfiltered target value - making sure it is within the allowed minimum and maximum limits.
    This implementation ignores the Ramp filter and instead just returns the unfiltered target value.
    A proportional-integral-derivative controller.
     
    A controller that applies a ramp to a given value.