Could anyone explain to me the paragraph? How they have defined the $PI$ controller in discrete-time and how they got such a transfer function? and why the matrix will not be Schur? Thanks.
2026-03-25 14:28:52.1774448932
how they got such a transfer function?
129 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in CONTROL-THEORY
- MIT rule VS Lyapunov design - Adaptive Control
- Question on designing a state observer for discrete time system
- Do I really need quadratic programming to do a Model Predictive Controller?
- Understanding Definition of Switching Sequence
- understanding set of controllable state for switched system
- understanding solution of state equation
- Derive Anti Resonance Frequency from Transfer Function
- Laplace Transforms, show the relationship between the 2 expressions
- Laplace transform of a one-sided full-wave rectified...
- Controlled Markov process - proper notation and set up
Related Questions in PI-CONTROLLER
- how they got such a transfer function?
- How can I design a (PID) Controller if I don't have a reference signal?
- Why is the gain margin of a plant and controller open loop system infinite? The phase is finite.
- trade-off on control performance for system with imaginary conjugate poles
- doubt on H infinity mixed sensitivity control synthesis
- What are the conditions on a linear time invariant system for a PI controller to converge to a specified set point?
- What is the capability of the control loop to compensate offset in measurement?
- How to calculate the Integral of a SE(3) Matrix in this PI Controller Formula?
- Pole-zero cancelation method for PI controller design
- How to place a zero of the PI controller?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?

1. Part: Discrete formulation of PI-Controller: The continuous Laplace transform of a PI-Controller is given by
$$C(s) = \dfrac{\pi(s)}{e(s)}=k_\text{P}+k_\text{I}\dfrac{1}{s}$$ $$s\pi(s)=k_\text{P}se(s)+k_\text{I}e(s)$$
this implies the differential equation
$$\dot{\pi}(t)=k_\text{P}\dot{e}(t)+k_\text{I}e(t)$$
Now, apply the Euler Approximation for the derivative
$$\dot{x}(t)\approx \dfrac{x(k)-x(k-1)}{T_\text{S}},$$ in which $T_\text{S}$ is the sampling time.
$$\implies \pi(k)=\pi(k-1)+k_\text{P}e(k)-k_\text{P}e(k-1)+k_\text{I}T_\text{S}e(k)$$ $$\implies \pi(k)=\pi(k-1)+\left(k_\text{P}+k_\text{I}T_\text{S}\right)e(k)-k_\text{P}e(k-1)$$ $$\implies \pi(k)=\pi(k-1)+\left(k_\text{P}+k_\text{I}T_\text{S}\right)\left[e(k)-\dfrac{k_\text{P}}{k_\text{P}+k_\text{I}T_\text{S}}e(k-1)\right]$$
Substituting $\kappa = k_\text{P}+k_\text{I}T_\text{S}$ and $\alpha=\dfrac{k_\text{P}}{k_\text{P}+k_\text{I}T_\text{S}}$ results in the form that was given.
2. Part: Determining the $\mathcal{Z}$-Transform: There are rules for getting the $\mathcal{Z}$-Transform of expressions like $f(k) \leftarrow f(z)$ and $f(k-1) \implies f(z)/z$ (Shifting rule). If you apply these rules to equation $(9)$ you will obtain equation $(10)$.
$$\pi(z)=\dfrac{\pi(z)}{z}+\kappa\left[e(z)-\alpha\dfrac{e(z)}{z} \right]$$
$$\implies \pi(z)\left[1-z^{-1} \right]=\kappa e(z)\left[1-\alpha z^{-1} \right]$$
$$C(z)=\dfrac{\pi(z)}{e(z)}=\kappa\dfrac{1-\alpha z^{-1}}{1-z^{-1}}.$$
3. Part: For the last part of the question ... I must admit that I don't know what the Schur property implies. But I guess that there is some theorem which implies the statement in the question. A matrix is Schur iff absolute value of eigenvalues are strictly less than one.