Integrator with Wrapped State (Discrete or Continuous)
Discrete-time or continuous-time integrator with wrapped state
Libraries:
Simscape /
Electrical /
Control /
General Control
Description
The Integrator with Wrapped State (Discrete or Continuous) block implements a wrapped state integrator in conformance with IEEE 421.5-2016[1].
Use this block to generate periodic signals such as angles or to represent a voltage-controlled oscillator. You can switch between continuous and discrete implementations of the integrator using the Sample time parameter.
Equations
To configure the integrator for continuous time, set the Sample
time property to 0
. This representation is
equivalent to the continuous transfer function:
From the preceding transfer function, the integrator defining equations are:
where:
u is the integrator input.
x is the integrator state.
y is the integrator output.
t is the simulation time.
x0 is the initial state of the integrator.
To configure the integrator 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 Ts is the sample time. From the discrete transfer function, the integrator equations are defined using the forward Euler method:
where:
u is the integrator input.
x is the integrator state.
y is the integrator output.
n is the simulation time step.
x0 is the initial state of the integrator.
Defining Initial Conditions
You can define the state initial conditions using Initial condition parameter.
Wrapping Cyclic States
The integrator wraps its state between the specified lower and upper values. This diagram shows the outputs of a wrapped and nonwrapped state integrator for a constant input.
In the diagram, the lower and upper limits are 0 and 2π, respectively.
Examples
Ports
Input
Output
Parameters
References
[1] 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