System identification and self regulating systems.

Slides:



Advertisements
Similar presentations
Discrete Controller Design
Advertisements

Numeriska beräkningar i Naturvetenskap och Teknik 1. Numerical differentiation and quadrature Discrete differentiation and integration Trapezoidal and.
Digital Signal Processing IIR Filter IIR Filter Design by Approximation of Derivatives Analogue filters having rational transfer function H(s) can be.
ECE 8443 – Pattern Recognition EE 3512 – Signals: Continuous and Discrete Objectives: Filters and Difference Equations Signal Flow Graphs FIR and IIR Filters.
Signal and System IIR Filter Filbert H. Juwono
Modern Control Theory Lecture 5 By Kirsten Mølgaard Nielsen
Analog and Digital Control 1
Infinite Impulse Response (IIR) Filters
So far We have introduced the Z transform
Digital Signal Processing – Chapter 11 Introduction to the Design of Discrete Filters Prof. Yasser Mostafa Kadah
Unit 9 IIR Filter Design 1. Introduction The ideal filter Constant gain of at least unity in the pass band Constant gain of zero in the stop band The.
IIR Filter Design: Basic Approaches Most common approach to IIR filter design: (1)Convert specifications for the digital filter into equivalent specifications.
PD Controller 1.Find the steady-state output due to unit-step r d. 2.Find the steady-state output due to unit-step input (with r d =0)
Modern Control Theory (Digital Control)
Modern Control Theory (Digital Control)
Modern Control Theory (Digital Control)
Introduction to Digital Systems Saint-Petersburg State University Faculty of Applied Mathematics – Control Processes Lections 13 ─ 16 prof. Evgeny I. Veremey.
數位控制(三).
Numerical Solution of Ordinary Differential Equation
Echivalarea sistemelor analogice cu sisteme digitale Prof.dr.ing. Ioan NAFORNITA.
Chapter 8 Discrete (Sampling) System
Wir schaffen Wissen – heute für morgen 9. September 2015PSI,9. September 2015PSI, Paul Scherrer Institut Basic powersupply control – Digital implementation.
Digital Control The s plane root locus design technique concentrates on two figures of merit: time to peak and percent overshoot. From these two figures.
1 Chapter 2 We need to write differential equations representing the system or subsystem. Then write the Laplace transform of the system. Then we will.
1 Power Electronics by Dr. Carsten Nesgaard Small-signal converter modeling and frequency dependant behavior in controller synthesis.
SE 207: Modeling and Simulation Introduction to Laplace Transform
PSE and PROCESS CONTROL
Chapter 5 On-Line Computer Control – The z Transform.
1.1 Introduction Comparison between ACS and CCS. ACS CCS Process Actuator Measure Controller (correcting network) Structure: Process Actuator Measure.
BIEN425 – Lecture 14 By the end of the lecture, you should be able to:
Ch.10 Design of Digital Filters and Controllers Discretization The sampled signal x s (t) = x(t) p(t) where p(t) is the sampling pulse signal, with.
1 G. Baribaud/AB-BDI Digital Signal Processing March 2003 DISP-2003 The z-transform  The sampling process  The definition and the properties.
Control Systems EE 4314 Lecture 29 May 5, 2015
Z Transform Primer. Basic Concepts Consider a sequence of values: {x k : k = 0,1,2,... } These may be samples of a function x(t), sampled at instants.
Control Systems With Embedded Implementation (CSEI)
Signals and Systems Filter Design. Part III Design.
Chapter 4 Discrete Equivalents.
On preserving passivity in sampled-data linear systems A Sysquake application to illustrate “On preserving passivity in sampled-data linear systems” Ramon.
3rd POCPA Workshop, May 2012, DESY
4-6Trapezoidal Rule: A Mathematics Academy Production.
Automatic Control Theory School of Automation NWPU Teaching Group of Automatic Control Theory.
System Time Response Characteristics
Nov '03csDSP61 CS3291: Section 6 IIR discrete time filter design Introduction: Many design techniques for IIR discrete time filters have adopted ideas.
OBJECTIVE  Determination of root from the characteristic equation by using graphical solution.  Rules on sketching the root locus.  Analysis of closed-loop.
Topics 1 Specific topics to be covered are: Discrete-time signals Z-transforms Sampling and reconstruction Aliasing and anti-aliasing filters Sampled-data.
Find f(kT) if Exercise 1. Solution 1 1 Begin by dividing F(z) by z and performing a partial-fraction expansion. For z = 0.5 For z = 0.7 For z = 0.9.
Control Systems EE 4314 Lecture 26 April 30, 2015 Spring 2015 Indika Wijayasinghe.
Learning from the Past, Looking to the Future James R. (Jim) Beaty, PhD - NASA Langley Research Center Vehicle Analysis Branch, Systems Analysis & Concepts.
ΨΗΦΙΑΚΟΣ ΕΛΕΓΧΟΣ (22Δ802) Β΄ ΕΞΑΜΗΝΟ Καθηγητής Πέτρος Π. Γρουμπός  Ώρες Γραφείου: Τετάρτη Πέμπτη Παρασκευή 11:00-12:00 Γραφείο: 1.
Numerical Integration using Trapezoidal Rule
AUTOMATIC CONTROLS(ME- 308 F ) By Mr. Hari Mohan Rai ECE DEPARTMENT.
Digital Signal Processing
Discrete-Time Transfer Functions
Lec 4. the inverse Laplace Transform
Section 14.2 Computing Partial Derivatives Algebraically
UNIT - 5 IIR FILTER DESIGN.
NUMERICAL DIFFERENTIATION Forward Difference Formula
Laplace Transforms Chapter 3 Standard notation in dynamics and control
IIR Filters FIR vs. IIR IIR filter design procedure
Discrete-Time Transfer Functions
Laplace Transform Properties
z Transform Signal and System Analysis
Analytical Tools in ME Course Objectives
Digital Control Systems (DCS)
Numerical Integration:
數位控制理論簡介.
IntroductionLecture 1: Basic Ideas & Terminology
IntroductionLecture 1: Basic Ideas & Terminology
Recapitulation of Lecture 12
Presentation transcript:

System identification and self regulating systems

Discrete Equivalents - Overview controller D(s) plant G(s) r(t)u(t)y(t)e(t) + - Translation to discrete controller (emulation) Numerical Integration Forward rectangular rule Backward rectangular rule Trapeziod rule (Tustin’s method, bilinear transformation) Bilinear with prewarping Zero-Pole Matching Hold Equivalents Zero order hold (ZOH) Triangle hold (FOH) Translation to discrete plant Zero order hold (ZOH) Emulation Purpose: Find a discrete transfer function which approximately has the same characteristics over the frequency range of interest. Digital implementation: Control part constant between samples. Plant is not constant between samples.

Numerical Integration Fundamental concept –Represent H(s) as a differential equation. –Derive an approximate difference equation. We will use the following example –Notice, by partial expansion of a transfer function this example covers all real poles. Example Transfer function Differential equation

Numerical Integration

Now, three simple ways to approximate the area. –Forward rectangle approx. by looking forward from kT-T –Backward rectangle approx. by looking backward from kT –Trapezoid approx. by average kT-T kT

Numerical Integration Forward rectangular rule (Euler’s rule) (Approximation kT-T)

Numerical Integration Backward rectangular rule (app kT)

Numerical Integration Trapezoid rule (Tustin’s Method, bilinear trans.) (app ½(old value + new value))

Numerical Integration Comparison with H(s)

Numerical Integration Transform s ↔ z Comparison with respect to stability –In the s-plane, s = j  is the boundary between stability and instability.

The rest of this power point is not required in the exam Just for completeness purpose