1 數位控制(四). 2 Polynomial in z or z -1 It is preferable to express X(z) as a ratio of polynomials in z, rather than z -1.

Slides:



Advertisements
Similar presentations
The Inverse Laplace Transform
Advertisements

1 1 Eng. Mohamed Eltaher Eng.Ahmed Ibrahim. 2 2 Exercise (1)  Solve the following set of equations using MATLAB x 1 + 2x 2 + 3x 3 + 5x 4 = 21 – 2x 1.
#1 Factor Each (to prime factors): #2 #3 #4 Solve:
Solving Equations = 4x – 5(6x – 10) -132 = 4x – 30x = -26x = -26x 7 = x.
AMI 4622 Digital Signal Processing
Z Transform (2) Hany Ferdinando Dept. of Electrical Eng. Petra Christian University.
7-3 Solving Equations Using Quadratic Techniques
Department of Air-conditioning and Refrigeration Engineering/ National Taipei University of Technology 數位控制設計使用 MATLAB 李達生.
Similarity Transformation. Basic Sets Use a new basis set for state space. Obtain the state-space matrices for the new basis set. Similarity transformation.
Finding Zeros Given the Graph of a Polynomial Function Chapter 5.6.
Lecture 19: Discrete-Time Transfer Functions
數位控制(九).
數位控制(三).
APPLICATIONS OF FOURIER REPRESENTATIONS TO
Digital Control Systems The z-Transform. The z Transform Definition of z-Transform The z transform method is an operational method that is very powerful.
1.4 The Unit Impulse and Unit Step Functions The Discrete-Time Unit Impulse and Unit Step Sequences The Discrete-Time Unit Impulse Sequence.
Chapter 7 Test Prep 7-7: Operations with Functions 7-7: Composition of Functions 7-8: Inverse of relations and functions Choose a section to work on. At.
Class Greeting. Chapter 7 Rational Expressions and Equations Lesson 7-1a Simplifying Rational Expressions.
2. Z-transform and theorem
Chapter 2 Discrete System Analysis – Discrete Signals
Properties of the z-Transform
Properties and the Inverse of
ECE 8443 – Pattern Recognition ECE 3163 – Signals and Systems Objectives: Modulation Summation Convolution Initial Value and Final Value Theorems Inverse.
Chapter 5 Z Transform. 2/45  Z transform –Representation, analysis, and design of discrete signal –Similar to Laplace transform –Conversion of digital.
EE313 Linear Systems and Signals Fall 2005 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian L. Evans Dept. of Electrical.
1 Z-Transform. CHAPTER 5 School of Electrical System Engineering, UniMAP School of Electrical System Engineering, UniMAP NORSHAFINASH BT SAUDIN
Factoring Special Products
Z TRANSFORM AND DFT Z Transform
EE313 Linear Systems and Signals Spring 2013 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian L. Evans Dept. of Electrical.
CS-498 Computer Vision Week 7, Day 1 3-D Geometry
Chapter 21 Exact Differential Equation Chapter 2 Exact Differential Equation.
Chapter 9: Lesson 4: Solving Percent Problems with Proportions
Chapter 10: Lesson 4: Solving Percent Problems with Proportions
3.7 – Implicit Differentiation An Implicit function is one where the variable “y” can not be easily solved for in terms of only “x”. Examples:
ECE 352 Systems II Manish K. Gupta, PhD Office: Caldwell Lab Home Page:
Including Solving polynomial equations. Exercise 4A.
ES97H Biomedical Signal Processing
Homework 3.
Digital Signal Processing
Solving equations with polynomials – part 2. n² -7n -30 = 0 ( )( )n n 1 · 30 2 · 15 3 · 10 5 · n + 3 = 0 n – 10 = n = -3n = 10 =
Chapter 6 – Polynomials and Polynomial Functions 6.6 –Polynomials of Greater Degree.
Automatic Control Theory School of Automation NWPU Teaching Group of Automatic Control Theory.
Chapter 21 Exact Differential Equation Chapter 2 Exact Differential Equation.
Chapter 8 Systems of Linear Equations in Two Variables Section 8.3.
Chapter 2 The z Transform.
Learning from the Past, Looking to the Future James R. (Jim) Beaty, PhD - NASA Langley Research Center Vehicle Analysis Branch, Systems Analysis & Concepts.
Chapter 2 The z-transform and Fourier Transforms The Z Transform The Inverse of Z Transform The Prosperity of Z Transform System Function System Function.
EE611 Deterministic Systems Examples and Discrete Systems Descriptions Kevin D. Donohue Electrical and Computer Engineering University of Kentucky.
EE611 Deterministic Systems System Descriptions, State, Convolution Kevin D. Donohue Electrical and Computer Engineering University of Kentucky.
Computer Vision COURSE OBJECTIVES: To introduce the student to computer vision algorithms, methods and concepts. EXPECTED OUTCOME: Get introduced to computer.
Properties of the z-Transform
Chapter 6 Laplace Transform
CHAPTER 5 Z-Transform. EKT 230.
디지털제어 강의실 : 211 담당교수 : 고경철(기계공학부) 사무실 : 산학협력관 105B 면담시간 : 수시
5.1 – Basic Properties & Reducing to Lowest Terms
Solving Two-Step Equations
Lecture 3: Solving Diff Eqs with the Laplace Transform
Chapter 5 DT System Analysis : Z Transform Basil Hamed
Factor and Solve Polynomial Equations
Z TRANSFORM AND DFT Z Transform
Chapter Three: Expressions and Equations
CHAPTER-6 Z-TRANSFORM.
Several Transformations
Section 6.3 – Polynomial Division
Solving Systems of Equations Using Matrices
Chapter 3: Solving Equations
Lecture 21 Chapter 7: Introduction to z-Transforms
Solving a System of Linear Equations
Division of Polynomials
Chapter 4 Review What quadrant is point (-3, 2) in?
Presentation transcript:

1 數位控制(四)

2 Polynomial in z or z -1 It is preferable to express X(z) as a ratio of polynomials in z, rather than z -1.

3 Inverse z transform Direct division method Computational method MATLAB approach Difference equation approach Partial-fraction-expansion method Inversion integral method

4 Direct division method

5 MATLAB approach invz.m X(z) G(z) Y(z) x(k) G(z) y(k)

6 Difference equation approach

7 Partial-Fraction-Expansion Method

8

9 Inversion Integral Method

10 Z transform method for solving difference equation

11 Difference equation example

12 z Plane Analysis of Discrete-Time Control System z transform method is useful for Single-Input- Single-Outout (SISO) system. Multi-Input-Multi-Outout (MIMO) will be introduced in Chapter 5. It enable us to apply conventional continuous- time design method to discrete-time system. s domain technique

13 SISO / MIMO

14 Impulse sampling

15 Exercise 2 Ogata B-2-8 B-2-9