If f(t)=est then u(t)= H(s)est

Slides:



Advertisements
Similar presentations
H(s) x(t)y(t) 8.b Laplace Transform: Y(s)=X(s) H(s) The Laplace transform can be used in the solution of ordinary linear differential equations. Let’s.
Advertisements

Leo Lam © Signals and Systems EE235 Lecture 16.
8. Solution of Linear Differential Equations Example 8.1 f(t) : Input u(t) : Response s 3 H(s)e st +4s 2 H(s)e st +14sH(s)e st +20H(s)e st =3e st +se st.
Laplace Transforms Important analytical method for solving linear ordinary differential equations. - Application to nonlinear ODEs? Must linearize first.
Automatic control by Meiling CHEN
Leo Lam © Signals and Systems EE235 Leo Lam.
Leo Lam © Signals and Systems EE235. Today’s menu Leo Lam © Laplace Transform.
Leo Lam © Signals and Systems EE235. Leo Lam © Merry Christmas! Q: What is Quayle-o-phobia? A: The fear of the exponential (e).
Module 2: Representing Process and Disturbance Dynamics Using Discrete Time Transfer Functions.
Chapter 16 Applications of the Laplace Transform
1 Consider a given function F(s), is it possible to find a function f(t) defined on [0,  ), such that If this is possible, we say f(t) is the inverse.
Linear Shift-Invariant Systems. Linear If x(t) and y(t) are two input signals to a system, the system is linear if H[a*x(t) + b*y(t)] = aH[x(t)] + bH[y(t)]
Linear Differential Equations with Constant Coefficients: Example: f(t): Input u(t): Output (response) Characteristic Equation: Homogenous solution f(t)=0.
MESB374 System Modeling and Analysis Forced Response
Steady-State Analysis Date: 28 th August 2008 Prepared by: Megat Syahirul Amin bin Megat Ali
HOMEWORK 08D Block diagrams Problem 1: Problem 2:
Examples: Write the transfer function of the electrical circuit including Op-Amp (Operational Amplifier). Write the Matlab program to calculate the eigenvalues.
Fundamentals of Electric Circuits Chapter 16 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
10. Laplace TransforM Technique
Math – What is a Function? 1. 2 input output function.
Leo Lam © Signals and Systems EE235 Lecture 20.
Time Domain Analysis of Linear Systems Ch2 University of Central Oklahoma Dr. Mohamed Bingabr.
1 Alexander-Sadiku Fundamentals of Electric Circuits Chapter 16 Applications of the Laplace Transform Copyright © The McGraw-Hill Companies, Inc. Permission.
ES97H Biomedical Signal Processing
Signal and System I Analysis and characterization of the LTI system using the Laplace transform Causal ROC associate with a causal system is a right-half.
Lecture 12: First-Order Systems
Chapter 7 The Laplace Transform
, Free vibration Eigenvalue equation EIGENVALUE EQUATION
Chapter 2. Fourier Representation of Signals and Systems
Geology 6600/7600 Signal Analysis 21 Sep 2015 © A.R. Lowry 2015 Last time: The Cross-Power Spectrum relating two random processes x and y is given by:
2.1 Step Input Response: Eigenvalues: p 1 =-4.526, p 2,3 = ±2.7883i, p 4 = Final value theorem: Stability: If the step response reaches to.
Chapter 7 Steady State Error <<<4.1>>>
1 Lecture #18 EGR 272 – Circuit Theory II Transfer Functions (Network Functions) A transfer function, H(s), can be used to describe a system or circuit.
Inverse Laplace Transform. Laplace Transform of derivatives.
ELECTRIC CIRCUITS EIGHTH EDITION JAMES W. NILSSON & SUSAN A. RIEDEL.
H(s) 8.b Laplace Transform:
Time Domain Analysis of Linear Systems Ch2
DEPT.:-ELECTRONICS AND COMMUNICATION SUB: - CIRCUIT & NETWORK
Chapter 16 Applications of the Laplace Transform
Background Knowledge Expected
Transfer Functions.
(x(t) depends on the initial conditions)
DNT Control Principle Steady-State Analysis DNT Control Principle.
Application of the Laplace Transform
Laplace and Z transforms
Fundamentals of Electric Circuits Chapter 16
Final value theorem Conditions: f(t) is finite and converges
8. Solution of Linear Differential Equations
Eigenvalues: p1=-4.526, p2,3= ±2.7883i, p4=
Eigenvalues: p1=-4.526, p2,3= ±2.7883i, p4=
(x(t) depends on the initial conditions)
(x(t) depends on the initial conditions)
SYSTEM OF DIFFERENTIAL EQUATIONS
4. Closed-Loop Responses Using the Laplace Transform Method
SYSTEM OF ORDINARY DIFFERENTIAL EQUATIONS
System models Time domain models
Example 1: Find the magnitude and phase angle of
9.0 Laplace Transform 9.1 General Principles of Laplace Transform
8. Solution of Linear Differential Equations: f(t): Input,
Signals and Systems EE235 Lecture 31 Leo Lam ©
Linear Differential Equations with Constant Coefficients:
8. Solution of Linear Differential Equations: f(t): Input,
8. Solution of Linear Differential Equations: f(t): Input,
Eigenvalues: p1=-4.526, p2,3= ±2.7883i, p4=
2a. Transfer function of closed loop system
H(s) Transfer Function: f(t): input x(t): response f(t) fz(t)
SYSTEM OF ORDINARY DIFFERENTIAL EQUATIONS
Laplace Transforms Important analytical method for solving linear ordinary differential equations. - Application to nonlinear ODEs? Must linearize first.
Laplace Transforms Important analytical method for solving linear ordinary differential equations. - Application to nonlinear ODEs? Must linearize first.
(x(t) depends on the initial conditions)
Presentation transcript:

If f(t)=est then u(t)= H(s)est Transfer Function: f(t): Input, u(t): Output Example 7.1 (continued) If f(t)=est then u(t)= H(s)est Transfer Function: s3H(s)est+4s2H(s)est+14sH(s)est+20H(s)est=3est+sest a=[1,4,14,20];roots(a) (s3+4s2+14s+20)H(s)=3+s Eigenvalues: -1±3i, -2 Exponential/Harmonic Input: s=-0.2+2.7i; hs=(s+3)/(s^3+4*s^2+14*s+20); abs(hs), angle(hs) RESONANCE

H(s) Input-Output relationship in s domain: x(t) y(t) Y(s)=X(s) H(s) Impulse Response: y(t)=h(t) Impulse function Δ(s)=1 Example 7.1 (Continued): p1=[1,3]; p2=[1,4,14,20]; [r,p,k]=residue(p1,p2)

z=-0.05+0.1833i; 2*abs(z), phase(z) Impulse response of the system ξ=0.3162 (s=-1±3i), for the system Δt=0.099, t∞=6.283 clc;clear; t=0:0.099:6.283; yt=0.3801*exp(-t).*cos(3*t-1.837)+0.1*exp(-2*t) plot(t,yt) Steady-state response is: For stable systems, response returns to zero or reaches a finite value determined by the input amplitude. STABILITY

p1=[1,3]; p2=[1,4,14,20,0]; [r,p,k]=residue(p1,p2) Step Input Response: Example 7.1 (Continued): u(t): Step function 1 p1=[1,3]; p2=[1,4,14,20,0]; [r,p,k]=residue(p1,p2)

clc;clear; t=0:0.099:6.283; yt=0.1202*exp(-t).*cos(3*t+2.5536)-0.05*exp(-2*t)+0.15; plot(t,yt)

Final value theorem: Example 7.1 (continued) Step input response