Rate Limiter
Limit rate of change of signal
Libraries:
Simulink /
Discontinuities
Description
The Rate Limiter block limits the first derivative of the signal passing through it. The output changes no faster than the specified limit. The derivative is calculated using this equation:
where u(i) and t(i) are the current block input and time, and y(i-1) and t(i-1)) are the output and time at the previous step. The output is determined by comparing rate to the Rising slew rate and Falling slew rate parameters:
If rate is greater than the Rising slew rate parameter (R), the output is calculated as
If rate is less than the Falling slew rate parameter (F), the output is calculated as
If rate is between the bounds of R and F, the change in output is equal to the change in input:
When the block is running in continuous mode (for example, Sample time
mode is inherited
and Sample
time of the driving block is zero), the Initial
condition is ignored. The block output at t = 0
is
equal to the initial input:
When the block is running in discrete mode (for example, Sample time
mode is inherited
and Sample
time of the driving block is nonzero), the Initial
condition is preserved:
where Ic is the initial condition. The block output at t =
0
is calculated as if rate is outside the bounds of
R and F. For t = 0
,
rate is calculated as follows:
Limitations
You cannot use a Rate Limiter block inside a Triggered Subsystem. Use the Rate Limiter Dynamic block instead.
Ports
Input
Output
Parameters
Block Characteristics
Data Types |
|
Direct Feedthrough |
|
Multidimensional Signals |
|
Variable-Size Signals |
|
Zero-Crossing Detection |
|
Extended Capabilities
Version History
Introduced before R2006a