Filtered Derivative (Discrete or Continuous)
Discrete-time or continuous-time filtered derivative
Libraries:
Simscape /
Electrical /
Control /
General Control
Description
The Filtered Derivative (Discrete or Continuous) block implements a filtered derivative in conformance with IEEE 421.5-2016[1].
You can switch between continuous and discrete implementations of the derivative using the Sample time parameter.
Equations
To configure the filtered derivative for continuous time, set the
Sample time property to 0
. This
representation is equivalent to the continuous transfer function:
where:
K is the gain.
T is the time constant.
From the preceding transfer function, the derivative defining equations are:
where:
u is the block input.
x is the state.
y is the block output.
t is the simulation time.
u0 is the initial input to the block.
To configure the filtered derivative for discrete time, set the
Sample time property to a positive, nonzero value, or
to -1
to inherit the sample time from an upstream block. The
discrete representation is equivalent to the transfer function:
where:
K is the gain.
T is the time constant.
Ts is the sample time.
From the discrete transfer function, the derivative equations are defined using the forward Euler method:
where:
u is the block input.
x is the block state.
y is the block output.
n is the simulation time step.
u0 is the initial input to the block.
Initial Conditions
To specify the initial conditions of this block, set Initialization to:
Inherited from block input
— The block sets the state initial condition to the initial input, making the initial output zero.Specify as parameter
— The block sets the state initial condition to the value of Initial state.
Limiting the Output
Limit the filtered derivative output by setting the Upper saturation limit and Lower saturation limit parameters to finite values.
Unlike other common blocks given in IEEE 421.5-2016, there is no difference between the windup and anti-windup saturation methods for the filtered derivative. The output can respond immediately to a reversal of the input sign when the output is saturated.
Ports
Input
Output
Parameters
References
[1] IEEE. 2016. IEEE Recommended Practice for Excitation System Models for Power System Stability Studies. IEEE Std 421.5-2016. Piscataway, NJ: IEEE-SA, 2016.
Extended Capabilities
Version History
Introduced in R2017b