Automatic Control

A system is a composition, a collection of members working for a common purpose.
Systems have inputs and outputs
Typical inputs and their Laplace Transforms are

Description Dirac Delta Unitary
Amplitude
Step
Monomial
of degree
Exponential Polynomially
Modulated
Exponential
1 1/s
Description Sine Cosine

Properties of the Laplace Transform

Linearity
Time Differentiation
Time Integration
Time Delay
Convolution
Final Value Theorem For a function with roots of denominator polynomial of
having strictly negative real part,
Initial Value Theorem

State-Space (ss) Representation

- State Vector, - Input vector, - State Equation, - Output Vector
Where is the state matrix, is the input matrix, is the output matrix and is the input-output matrix
MATLAB: sys(A,B,C,D) - Creates continuous-time system from matrices A,B,C,D
LTI Systems may be solved using the laplace transform, with the responses of the system, how it reacts to an input, being defined in two contributions, first given for the state response
and for the output response,
However, these are much more conveniently defined in the Laplace Domain, the transformed responses.

Transformed Responses

For the transformed state response in the Laplace Domain we have

and for the transformed output response we have

where is the transfer function

Laplace Transform For Conjugate Roots in a PFE

The inverse Laplace Transform when the PFE as a whole is of form is given by the function , where we have and

The Transfer Function

An LTI system is SISO(Single Input Single Output) if it has one input and one output (duh).
The transfer function mentioned earlier, is the ratio between the output and input Laplace transforms, with

Proper transfer functions, Zeroes and Poles

The transfer function then can be expressed as a ratio of two polynomials of the complex variable , with form
The roots of the numerator polynomial, when that value is approached, send the transfer function towards zero, meaning it attenuates the output, and are promptly called the Zeroes of the transfer function. Similarly, the roots of the denominator polynomial send the transfer function towards infinity, meaning it amplifies the output, and these are called the Poles of the system(transfer function).

  • If there are as many zeroes as there are poles the system is called proper
  • If there are less zeroes than poles, the system is strictly proper

ss -> tf

So, for a given state space representation of , we derive the transfer function (tf) representation as
MATLAB: tf(sys) - Obtains tf from ss

tf->ss

We can use matlab to convert with the following sequence of commands from tf to ss form:

s = tf('s'); % Declare laplace variable
H = (s^2+3*s+1)/(s^3+s^2+s+1); % Define transfer fxn
sys = ss(H) % Get state-space from transfer fxn

Stability & Natural Modes

Stability is the most important property of a dynamical system. It prevents system damage.
The zero-input state response is a linear combination of some functions of time, called the natural modes of the system. The natural modes depend on the eigenvalues of the matrix , each eigenvalue is associated to some natural mode.

A system is stable if its output remains bounded (In control) eventually. We have two types of stability, internal stablity and BIBO stability, and they depend on the convergence of the natural modes.

Internal, BIBO(Asymptotical) Stability and Minimality

Internal stability depends on the system's eigenvalues, while BIBO stability depends on the system poles. The system eigenvalues are the roots of the characteristic polynomial of the matrix , while the system poles are the roots of the denominator polynomial of the transfer functions after simplifying all cancellations between numerator and denominator, called zero-pole cancellations. We denote to be the minimal polynomial of the matrix , also defined as the least common multiple of the denominators of . The roots of the minimal polynomial are the same as the roots of the characteristic polynomial, the eigenvalues of . The multiplicity of an eigenvalue as a root of the minimal polynomial is called the minimal polynomial multiplicity
A system is minimal if no zero-pole cancellations occur during calculating the transfer function. Unless specified in this course we will only deal with minimal transfer functions.

The Time Constant

For some convergent natural mode associated with an eigenvalue with negative real part, the time constant is defined as , and is a measure of the "convergence speed" of the mode. The smaller the time constant, the faster the natural mode converges.
We are now ready to define stability of LTI systems

Internal Stability of LTI systems

An LTI system is

  • Internally stable if and only if all eigenvalues of the matrix have non-positive real part, and all eigenvalues of real part zero have multiplicity , that is, they don't repeat.
  • Asymptotically stable if and only if all the eigenvalues of the matrix have strictly negative real part
  • Unstable if some eigenvalue has positive real part or zero real part of multiplicity higher than 1

BIBO Stability of LTI Systems

BIBO Stability (Bounded Input-Bounded Output) means that the output remains bounded for any values of the input whatsoever, and an LTI system is BIBO stable if and only if

  • All the poles of the transfer function have strictly negative real parts

Internal VS BIBO Stability

Transient and Steady-State Response

The output response can be broken down into two parts:

  • The transient response which dies out eventually as
  • The steady-state response which is the system's response as the transient has died out for
  • The value is the steady state value and is the asymptotic value of the output response as
    The steady-state response can be calculated using the Final Value Theorem if and only if the system is minimal and BIBO stable

Response Analysis of Prototype First Order Systems

For a stable first order system described by the transfer function where is the gain and is a negative real pole. Let and , then the transfer function can be rewritten as where is the generalized steady-state gain or the DC Gain, the gain for a constant input signal.

  • is called the 10%-90% rise time and is, obviously, the time needed for the response to go from 10% to 90T of the steady-state value
  • is called the % settling time and is the amount of time required for the response to reach and stay within of the steady-state value

Response Analysis of Prototype Second Order Systems

For a stable second order system described by the transfer function , where is the gain, is the natural frequency, is the damping ratio, with and the time constant, with poles and the output response in the laplace domain is given as .
The natural frequency and damping coefficient of a complex conjugate pair are defined as

  • The steady-state value is the asymptotic value of the output response as
  • The peak value is the highest value the output response takes anywhere
  • The peak time is the time at which the output response is at its highest
  • The rise time is the time required for the response to reach the steady-state value FOR THE FIRST TIME
  • The maximum overshoot is defined as how much the output response overshoots the steady-state value during the initial transient phase,
  • The 10%-90% rise time is again the time required for the response to go from 10% to 90% of the steady-state output response value
  • The % settling time, again is the amount of time required for the response to reach and stay within % of the steady-state value
    The parameters we defined for the response can be expresed as functions of and , where
    In the special case that we end up with two coinciding real poles at , and the transfer function is simplified to

Effects of adding zeroes and poles to a transfer function

Pole

Adding an additional pole to a system adds a tail effect during the transient phase, "dragging it out". The size of the tail effect is proportional to the difference in time constant, in that if the time constant is smaller than the system's the tail effect is not present. If the time constants are similar the tail effect is insignificant and if the time constant of the pole is larger than that of the system the tail effect is significant.

Zero

An additional zero for the system will affect it based on the sign of the zero and the frequency, and will affect its overshoot. A negative zero will increase the overshoot while a positive zero will decrease i. The closer this zero is to the natural frequency, the smaller the increase/decrease.

Time delay in dynamic systems

Time delay is when there's a delay between the commanded input and the start of the output response. An LTI system with dynamic behavior described by the transfer function in the presence of a time delay of is defined
MATLAB: Time delay to a tf can be introduced using .inputdelay, e.g. H.inputdelay=2;
But, such function is not real and rational. To obtain a real rational representation for such function the Pade approximation is defined to approximate the time delay term , with MATLAB: PADE(sys,N) returns the delay-free approximation of a transfer function by replacing delays with their -th order Pade approximation.

Bode Plots

Bode magnitude plots represent the gain in magnitude v.s. the frequency of the complex variable . Alternatively, bode phase plots represent the phase angle v.s. the frequency.
Magnitude plot:

Polar Diagrams

The polar diagram is a representation of the imaginary part of and its real part, both parametrized by , in the sense that if we plot and as the frequency changes. Quite literally, just plots the complex variable.

Singularity

A singularity is a pole and zero at the same point.

Transfer function in dc-gain form

  • are the zeroes of
  • are the number of poles of at the origin
  • is the generalized dc-gain, calculated as

Structure of Feedback Control Systems

A feedback control system is a control system that acts on feedback, a guiding signal that adapts the control depending on desired parameters.
center
The controller, based on reference signal provides control input to the actuator that realizes the control action and modifies the input signal onto the plant which produces the output . The measured output gathered by the sensor is suppied to a filter that performs amplification to make the signal distinguishable from the noise. This signal is used as feedback for the controller.
Systems are not invulnerable. We define three disturbances:

  • The actuator disturbance that affects actuator
  • The plant disturbance which hinders the input-output relationship of the plant
  • The sensor disturbance which adds noise or otherwise hinders the output of the sensor.
    We start by naming and defining the main blocks(elements) of the system, the main signals and its disturbances, where we have:
Main Blocks:
  • - The plant transfer function
  • - The controller's transfer function
  • - The actuator gain, not to be confused for the system matrix
  • - The sensor gain
  • - The filter gain
Main Signals:
  • - The reference signal, the desired output
  • - The controlled output
  • - The error signal or the tracking error i.e. "how far off our output is from the desired output"
  • - The control input (the command signal)
Disturbances:
  • - The input disturbance (simplified from the actuator disturbance)
  • - The output disturbance (simplified from the plant disturbance)
  • - The transfer function between and i.e. how much the output is affected by the disturbance
  • - The sensor noise(disturbance)
    Pasted image 20240723031103.png
    We can now simplify this structure.
    With , we end up with the simplified structure for a feedback control system:
    Pasted image 20240723031259.png
    To analyze the stability and performance of this control architecture we need to evaluate the effect of each "input" on the "output" of each junction, in our case and .
    We define the main block representations of the transfer functions:
  • Cascade Blocks:
    Pasted image 20240723031447.png
  • Parallel Blocks:
    Pasted image 20240723031516.png
  • Feedback Loop Blocks:
    Pasted image 20240723031542.png
Loop Transfer Function

The loop transfer function is defined as and is the transfer function of the entire feedback loop, made up of the product of all the transfer functions in the loop.

Sensitivity and Complementary Sensitivity

The sensitivity function is defined as the transfer function between the error signal and the reference signal , . The complementary sensitivity function is defined as the transfer function between the controlled output and the reference signal , . There is an important relationship between the sensitivity and complementary sensitivity functions, .

Control and Actuator Disturbance Sensitivity Functions

The control sensitivity function is defined as the transfer function between the control input and the actuator disturbance , . The actuator disturbance sensitivity function is defined as the transfer function between the controlled output and the actuator disturbance , . There is an important relationship between the control and actuator disturbance sensitivity functions, .

Analyzing stability and Performance of Feedback Control Architectures

We find that the stability and performance of the considered feedback control architecture can be studied by the expressions:

Properly Defining the Stability of a Feedback System

A feedback system is stable if and only if the loop transfer function has all its poles in the left half-plane, that is, if and only if all the poles of have negative real parts.
This means that there are no unstable zero-pole cancellations in the loop transfer function , and all the roots of the denominator polynomial of have negative real parts.

Nyquist Stability Criterion

In the absence of unstable zero-pole cancellations, the stability of a feedback system can be analyzed using the Nyquist Stability Criterion. The Nyquist Stability Criterion states that a feedback system is stable if and only if the Nyquist plot of the loop transfer function encircles the point in the counterclockwise direction a number of times equal to the number of unstable poles of .

Stability Margins

In parctice, it is not enough that a system is stable. We need to know how stable it is, and this is where the stability margins come in. The gain margin is the amount by which the gain of the loop transfer function can be increased before the system becomes unstable, while the phase margin is the amount by which the phase of the loop transfer function can be increased before the system becomes unstable.
The phase margin will not be used in our course. The gain margin can be computed as the reciprocal of the gain at the point where the Nyquist plot of intersects the unit circle, where is the frequency at which the Nyquist plot intersects the unit circle.

Frequency Response of feedback systems

Simply put, We aim by analysing the frequency response of the transfer functions in order to understand the stability and performance of the feedback system. We consider a prototype feedback system where the complementary sensitivity function is described by a second order model of the form where is the steady-state gain, is the natural frequency and is the damping ratio. The bandwidth of the system is defined as the frequency at which the magnitude of the complementary sensitivity function is equal to times the steady-state gain . The main parameter is the crossover frequency which is the frequency at which the magnitude of the loop transfer function is equal to 0 dB, .

Frequency Response of Complementary Sensitivity

The complementary sensitivity function is the transfer function between the controlled output and the reference signal . The magnitude of the complementary sensitivity function is defined as and the phase of the complementary sensitivity function is defined as .

The resonant peak is the maximum value of the magnitude of the complementary sensitivity function , .

Frequency Response of the Sensitivity Function

The sensitivity function is the transfer function between the error signal and the reference signal . The magnitude of the sensitivity function is defined as and the phase of the sensitivity function is defined as .

The resonant peak is the maximum value of the magnitude of the sensitivity function , .

Exact Relations between T and L

The complementary sensitivity function and the loop transfer function are related through and can be expressed as where is the magnitude of and is the phase of . We also have where and are the real and imaginary parts of respectively.
The magitude of is given by and the phase is given by .
For a fixed value we derive on the plane the geometric locus of the points where is constant, and this point is a circle of radius centered at the point , called the Nyquist circle. is called the constant magnitude locus of the complementary sensitivity function .

The equation for the constant magnitude locus then becomes

Constant phase loci are less significant for this course and will not be considered anymore.

Constant Magnitude Loci of the Sensitivity Functions

The Constant Magnitude Locus for the senstivity function is
The functions provided by the professors, namely T_grid and S_grid take as parameter the values in of the locus to be plotted in the Nichols plane

Revisiting Stability Margins

For a deeper stability analysis of feedback systems under perturbations of the loop transfer functions we need to have an appropriate notion for the distance between and the critical point , for which we place requirements on the resonant peak of the sensitivity function and of the complementary sensitivity function with
These requirements are satisfied if the nichols plot of a nominal loop transfer function is at most TANGENT to such loci.

Steady State Analysis

Steady-State Tracking Error

We need to analyze the steadystate properties of a simple feedback control system, supposed stable. Assuming that has no zeroes at the origin and is expressed in the dc-gain form, the steady-state tracking error is defined
We will study its properties in the presence of a monomial reference of degree and amplitude where we have
This expression then becomes
where is the number of zeroes at the origin of the sensitivity function . In the unitary feedback with cascade control scheme the number of zeroes at the origin of the sensitivity function is the same as the number of poles at the origin of the loop transfer function . Moreover, when the limit is finite if and zero if

The variable is the generalized steady state gain of , and we have the following table for the steadystate tracking error for a polynomial reference signal
Pasted image 20240724010518.png

Type-h

An LTI feedback control system is a type-h system if its steady-state tracking error due to a polynomial reference signal of degree is bounded. The steady-state tracking error of a LTI feedback control system then due to the reference polynomial of degree is zero if ad only if the system type is greater than .

In the unitary feedback with cascade compensation scheme the system type is equal to the number of poles at the origin of the loop function

Steady-State Output Error

We define the steady state output error due to as
for which we study the properties in the presence of a monomial disturbance with degree and amplitude where we have
The results of which depending on the system type are summarized in the following table:
Pasted image 20240724011155.png

Steady-State Output Error

We define the steady state output error due to a polynomial (an actuator disturabnce) as
with degree and amplitude so that
Pasted image 20240724011356.png
For which we have that

Steady-state requirements and design

We find that the steady state requirements for performance can be expressed in the form

From steady-state analysis we find that the quantities depend on the number of poles at the origin of the loop transfer function and the Gain
These requirements on those quantities can be translated into requirements on and and we find that with . Since the values of and are fixed, the required values for these can be optained through choosing and suitably. So, to proceed with the design of the controller transfer function we can express it as
where
We conclude that the steady-state controller must add poles at the origin to get the required value of , the system type and fine-tune the value of to get the required value of .
The system may still be unstable at the end of the design phase of the steady-state controller . This is compensated by designing the transient controller so that it guarantees stability and meets desired performance with the transient behavior to ensure that
As a remark, we follow a general procedure. To choose the sign of so that we have stability, we:

  • Draw the Nyquist diagram of the loop transfer function using the sign of so that . If we have stability, this is the correct choice, and so we design to avoid modification of the frequency response of around the critical point. If we don't, we attempt to find a suitable choice for so we can stabilize it, for example through a phase lead action around the critical point. If this is the case, this is the correct choice.
  • If the above fail, repeat it with the other sign of .

Transient Requirements

Transient requirements of a feedback system are defined based on the controlled output response when is a step function. In this context the step reference adds audden change in the desired behavior of the controlled output causing critical solicitations during the transient phase. As such, the transient performance should be expressed in terms of the accuracy, the ttigger off and extinction quickness (how fast it takes for the transient to die off).
In particular, we find that the desired transient performance of a feedback control system is described by the one of a suitable second order prototype system of form where is the steady-state gain, is the natural frequency and is the damping ratio. The desired transient performance is then expressed in terms of the rise time , the maximum overshoot and the settling time .
In this case the accuracy is the maximum overshoot , the trigger off quickness is the rise time and the extinction quickness is the settling time .

The indices for the transent response can be expressed int erms of the damping coefficient and the natural frequency of the second order prototype system as
For this prototype second order system the corresponding loop function is computed as
We define the suitable relations between the frequency response and time response parameters for the second order prototype model with:

Time Response
Frequency Response

Transient Controller Design Procedure

For the design procedure of the transient controller we must first find the steady-state controller then performing the following preliminaries:

  • Define the loop function obtained after steady state design
  • Plot its frequency response on the nichols plane and mark the point of the desired crossover frequency
  • Plot the constant magnitude loci , found by transient requiremet analysis.

Loop shaping design procedure

To suitably design the our control system the frequency of the loop function needs to be "shaped| accordungly. This is called the loop shaping design procedure.

Lead Network

A lead network is a transfer function that adds a phase lead to the loop transfer function around the critical frequency . The lead network is then defined
where is the break frequency where the lead effect begins and is the parameter that controls the amount of phase lead usually with value between 0 and 1.
We find that a lead network then introduces a magnitude increase and a phase lead by introducing a real negative zero at and a real negative pole at . The greater the larger the amount of the phase lead and magnitude increase, and in the Nichols plane, the phase lead and magnitude increase introduced by the lead network produce an oblique shift of the loop function's frequency response. The lead network moves it diagonally upwards, up and to the right. The magnitude increase moves it up and the phase lead to the right.

Lead Network Universal Diagrams

To choose our values we use the universal lead network diagrams which provide phase values and magnitude gain values in dB for a chosen gain at a frequency ratio

Multiple Lead Network

In principle the maximum phase lead introduced by a lead network is with the ideal case at It is good practice to use the multiple lead network i.e. a double lead network when the required lead is greater than :

The Lag Network

A lag network is the opposite of a lead network. A lag network introduces a magnitude attenuation(decrease) and a phase lag. The lag network is defined
and introduces a real negative pole at and a real negative zero at . The greater the magnitude of the greater the magnitude attenuation and phase lag. In the nichols plane this produces a phase lag (moving it to the left) and a magnitude attenuation (moving it down).

Different Forms of PID Controllers

PID stands for Proportional, Integral, and Derivative. Each of these actions can be used independently or combined to form different types of controllers:

  1. Proportional Controller (P)

    • is the proportional gain.
  2. Proportional-Integral Controller (PI)

    • is the integral time constant.
  3. Proportional-Derivative Controller (PD)

    • is the derivative time constant.
  4. Proportional-Integral-Derivative Controller (PID)

PID Controller Loop Shaping Design

When designing PID controllers, we use transfer functions to adjust the system response. For example:

  • is the gain.
  • represents the zero introduced in the controller.

The zeros are tuned to achieve the desired phase lead, which improves the system's stability and response.

Steady-State Response to Sinusoidal Disturbances

When dealing with disturbances, especially sinusoidal ones, it's crucial to minimize their impact on the system's output.

  1. Disturbance
    • is the magnitude of the sinusoidal signal.
    • is the frequency of the disturbance.
  2. Steady-State Output Error
    • is the transfer function evaluated at .

The maximum steady-state output error should be bounded:

where is a constant. The design constraint is:

This constraint ensures disturbance attenuation if , where is the system's cut-off frequency.

Design Rules of Thumb

To ensure effective attenuation:

On the Nichols plane, this is represented by a constant magnitude locus where points of the loop function for frequencies greater than must lie below the defined locus:

Steady-State Output Response to Sinusoidal Disturbances

For output disturbances :

where is the sensitivity function. The maximum steady-state output error :

We need to keep this output error also bound with the constant , and for our final constraint we get the locus:

This constraint ensures the output error is bounded within acceptable limits.