Skip to content

SlewRateLimiter

The banana man edited this page Sep 14, 2023 · 1 revision

SlewRateLimiter


Constructor : SlewRateLimiter(double rateOfChangeLimit)

Usage

The slew rate limiter is a filter that limits the rate-of-change of the control input directly by capping the maximum rate-of-change of the signal.
In simple Renato English™, it's a cap for the maximum rate of change of the signal.

Methods

SlewRateLimiter#calculate - Calculates and returns the filtered output from the most recent input

Clone this wiki locally