School of Engineering Faculty of Built Environment, Engineering, Technology & Design

Size: px
Start display at page:

Download "School of Engineering Faculty of Built Environment, Engineering, Technology & Design"

Transcription

1 Module Name and Code : ENG60803 Real Time Instrumentation Semester and Year : Semester 5/6, Year 3 Lecture Number/ Week : Lecture 3, Week 3 Learning Outcome (s) : LO5 Module Co-ordinator/Tutor : Dr. Phang Swee King Contact sweeking.phang@taylors.edu.my School of Engineering Faculty of Built Environment, Engineering, Technology & Design

2 What you have learned last week Sensors & transduces and various examples Types of electrical sensors: resistive, capacitive, inductive Accuracy, precision and error of measurements Sensitivity of measurements (significant figures) Signals and its components: Analog: level, shape, frequency; Digital: state, rate Signal conditioning 2

3 DAQ Overview 3

4 Sensor vs Transducer Sensor is a device that detects or measures a physical property and records, indicates, or otherwise responds to it. Example: thermocouple Transducer is a device that converts one form of energy into another. Example: microphone, loudspeaker, thermometer, thermocouple, position and pressure sensor, and antenna Sensors are almost always transducer but transducers are not necessarily sensor. Example: Electrical heater/cooler is a transducer but it is not a sensor 4

5 Static Characteristic of Sensors Dynamic range Min and max range of the measured physical quantity Min and max range for electric output Accuracy/precision Sensitivity/Resolution Smallest change to be detected Power requirements Passive or active Power consumption/requirements Bandwidth and frequency response Linearity 5

6 Signal The appropriate transducers convert physical phenomena into measurable signals. However, different signals need to be measured in different ways. For this reason, it is important to understand different types of signals and their corresponding attributes. Signals can be categorized into two groups: Analog Digital 6

7 ENG60803 Real Time Instrumentation Continuous Time Systems Phang Swee King SoE, Taylor s University

8 Learning Outcomes LO Description Lecture 1 Explain the basic concept of instrumentation and measurements, including interrupts and data acquisition. 2 Analyse the phenomenon of sensors, industrial devices including different flow and level measuring techniques. 3 Make use of appropriate software for real time system simulations. 4 Analyse a suitable A/D and D/A converters, for realtime instrumentation systems. 5 Evaluate transfer functions, state-space, and/or block diagrams to describe and manipulate continuous time systems. 6 Design a suitable PID controller for process. 4 1, 2 6 Lab 5 3 8

9 Outline 1. Classification of Systems 2. Definition of Transfer Function 3. Solutions to Electrical Systems 4. Solutions to Mechanical Systems 5. Block Diagram Reduction for System Simplification 9

10 Classification of Systems Static Systems Non-causal Non-linear Dynamic Causal Linear We focus only on linear time invariant (LTI) causal dynamic systems, which is easy to analyse Time varying Time invariant 10

11 Static vs. Dynamic A static system is also called a memoryless system. The output signal y(t) at time t only depends on the input signal at time t. The response of the system is instantaneous, i.e., no transient response. Example: resistor A dynamic system has non-zero memory. Output of the dynamic system y t depends not just on the input signal at time t, but also in the past or future values of the input signals, e.g.: t 1, t, t + 1, Example: capacitor, inductor 11

12 Causal vs. Non-Causal A causal system is a system where the output depends only on the inputs at present time and in the past. y t = f{u t, u t 1,, u t k } All real-time physical systems are causal because time can only move forward. All memoryless system (static) is causal because the output only depends on input at current time. Example: RC circuit is causal. The capacitor voltage responds to only the past and the present voltage source. A non-causal system depends on inputs at present time, in the past, and also in the future. 12

13 Linear vs. Non-Linear A linear system holds the following two properties: 1. Homogeneity: if u is any signal, and a is any scalar: F au = af(u) 2. Additivity: if u 1 and u 2 are any two signals: F u 1 + u 2 = F u 1 + F(u 2 ) Our focus in this module is linear system. Why? A non-linear system is the system that does not satisfy the two properties above. Example: y t = 5 sin u(t), y t = 3u 2 (t) Most physical systems are non-linear. However they can be linearized or approximated linear for analysis 13

14 Linear vs. Non-Linear A non-linear system example: Consider the pendulum oscillator, the torque on the mass is given by T(t) = MgL sin θ(t) We all know that the pendulum swings only at small and limited angle where θ 0 o. With small angle approximation sin θ θ, we have a linear system T t = MgLθ(t) Note: the linearized result is the same if you take the first Taylor s expansion at θ = 0 o. Try it at home! 14

15 Time Varying vs. Time Invariant A time invariant system has outputs remain the same regardless of when the inputs are applied, as long as the inputs are identical Such a system can be described by differential equation with constant coefficients A time varying system has different outputs when the same inputs apply to the system at different time Figures from Tay, Feedback Control Systems, NUS 15

16 Transfer Function The transfer function (TF) of a system, G(s), is the transfer gain from input, U(s), to the output of the system, Y(s). U(s) G(s) Y(s) It is the ratio of the Laplace Transform of the output Y(s) to the input U(s). G s = Y s U(s) Important assumption 1: all initial conditions are zero! Important assumption 2: only work in LTI systems! 16

17 Transfer Function Most linear systems can be described by a linear constant coefficient o.d.e: a n y (n) + + a 1 y + a 0 y = b m u m + + b 1 u + b 0 u By taking the LT on both side with zero initial conditions, we have (a n s n + + a 1 s + a 0 )Y(s) = (b m s m + + b 1 s + b 0 )U(s) G s = Y s U(s) = b ms m + + b 1 s + b 0 a n s n + + a 1 s + a 0 We can easily find the outputs of the system given the transfer function of it and the input signals. 17

18 Example 1: Transfer Function Find the transfer function represented by yሶ t + 2y t = u(t) Solution: Taking the LT on both sides, with zero initial conditions Transfer function, sy s + 2Y s = U(s) s + 2 Y s = U s G s = Y s U s = 1 s

19 Modeling Electrical Systems We apply the transfer function to the mathematical modeling of electrical circuits so that we could analyse the response of the circuits corresponds to different input. Electrical circuits consist of three passive linear components: resistors, capacitors, and inductors. 19

20 Example 2: RC Circuit Consider the following circuit: Input is the applied voltage, v(t) Output is the voltage across the capacitor, v c (t) Initial voltage, v c (0) Solution: Kirchhoff voltage law (KVL): v r t + v c t = v t Ri t + v c t = v t Since i t = C dv c(t), we have dt RC dv c(t) + v dt c t = v(t) 20

21 Example 2: RC Circuit To get the transfer function from v to v c RC dv c(t) dt we apply LT on both side + v c t = v t RCsV c s + V c s = V s G s = V c s V s = 1 RCs

22 Impedance Now let us develop a technique to simplify the solution for circuits. First, take the LT of the individual elements of the circuit: Capacitor: V s = 1 Cs I(s) Resistor: V s = RI(s) Inductor: V s = LsI(s) Now we define the transfer function Z s = V s I s transfer function for each individual component, we can obtain the Notice that this transfer function is similar to the definition of resistance (i.e., ratio of voltage to current). But, unlike resistance, it is also applicable to capacitors and inductors with the information on the dynamic behavior of the components. We call this particular transfer function as impedance. 22

23 Impedance We can redraw the circuit by replacing each element with its impedance. We call this altered circuit the transformed circuit. Rather than writing the d.e. then taking the LT, we can now obtain the LT of the d.e. by simply applying KVL to the transformed circuit: Ls + R + 1 Cs I s = V(s) Relates the output of the system to I(s). In this case: V c s = 1 Cs I(s). 23

24 Example 3: RC Circuit Same example, but use impedance method Solution: By using the impedance of the element, we obtain R + 1 Cs I s = V(s) We also know that V c s = 1 Cs I(s) Thus RCsV c s + V c (s) = V s V c s V s = 1 RCs

25 Modeling Complex Circuits For complex electrical circuits with multiple loops, we can perform the following steps: 1. Replace passive element values with their impedances 2. Replace all sources and time variables with their LT 3. Assume a transform current and direction in each loop/mesh 4. Write KVL around each mesh 5. Solve the simultaneous equations 6. Form the transfer function This is called loop/mesh analysis 25

26 Example 4: Multiple Loops Given the network of the following figure, find the transfer function I 2 (s)/v(s). Solution: redraw the transformed circuit with the TF of each signals and components: 26

27 Example 4: Multiple Loops Around mesh 1: Around mesh 2: R 1 I 1 s + LsI 1 s LsI 2 s = V(s) LsI 2 s LsI 1 s + R 2 I 2 s + 1 Cs I 2 s = 0 Rearranging them, we get: R 1 + Ls I 1 s LsI 2 s = V s LsI 1 s + Ls + R Cs I 2 s = 0 Solve simultaneous equations! 27

28 Example 4: Multiple Loops R 1 + Ls I 1 s LsI 2 s = V s LsI 1 s + Ls + R Cs I 2 s = 0 Solve simultaneous equations! How to solve simultaneous equations? Solve it with algebra Solve it with matrix Solve it by using Cramer s Rule More information about Cramer s Rule go to determinants-cramers-rule-2x

29 Modeling Mechanical Systems A mechanical system is basically a system of elements that interact based on fundamental mechanical principles There are two types of mechanical system Translation system: the motion is linear, we consider the force and mass of the system Rotational system: the motion is revolution, we consider the torque and moments of inertia of the system In this lecture, we will only discuss about translational (linear) mechanical system. 29

30 Mechanical Motion Time derivatives of displacement are used to describe a motion, for example: Displacement: a vector quantity representing the length of separation between two objects Velocity: rate of change of displacement Acceleration: rate of change of velocity Higher derivatives? 30

31 Mechanical Motion Differentiate Displacement Velocity Acceleration Integrate 31

32 Newton s Law of Motion Law 1: Mass (inertia) An object will stay at rest until there is an external force applied to it Law 2: Acceleration (gravity) F = ma Law 3: Action-reaction For every action, there will always be an equal and opposite reaction. 32

33 Modeling Mechanical Systems Linear motions Mathematics model Symbols Spring f t = Kx(t) Damper f t = f v dx(t) dt Mass f t = M d2 x(t) dt 2 Figures from Nise, Control Systems Engineering, Wiley. 33

34 Spring Systems Spring constant: 1 k eq = 1 k k 2 n 1 1 = k eq k i i=1 Spring constant: k eq = k 1 + k 2 n k eq = i=1 k i 34

35 Damper Systems Damping constant: 1 b eq = 1 b b 2 n 1 1 = b eq b i i=1 Damping constant: b eq = b 1 + b 2 n b eq = i=1 b i 35

36 Modeling Mechanical Systems Step 1: Sketch free body diagram (FBD) with all forces acting on the body, relating them to displacement according to the formula table Step 2: Obtain a set of differential equation by Newton s Law and conserve all forces, i.e., F in = F out Step 3: Represent the d.e. in transfer function with F as input and x as output 36

37 Example 5: Simple System Find the transfer function, X s F s, for the following system. Step 1: draw a FBD Step 2: obtain d.e. by equating forces F m + F d + F s = F f Mxሷ t + f v xሶ t + Kx t = f(t) 37

38 Example 5: Simple System Step 3: apply Laplace Transform Form transfer function Ms 2 X s + f v sx s + KX s = F s G s = X s F s = 1 Ms 2 + f v s + K 38

39 Impedance Similar to electric circuit, we can define impedances for mechanical components: Spring: F s = KX(s) Viscous damper: F s = f v sx(s) Mass: F s = Ms 2 X(s) Now we define the transfer function Z m s = transfer function for each individual component With this we can write F s X s, we can obtain the sum of impedances X s = [sum of applied forces] 39

40 Degree of Freedom Many mechanical systems are similar to multiple-loop electrical networks, where more than one simultaneous d.e. is required to describe the system In mechanical systems, the number of equations of motion required is equal to the number of linearly independent motions Linear independences implies that a point of motion in a system can still move if all other points of motion are held still. The number of such points in a system is the number of degrees of freedom (d.o.f) Since we only use linear components, we can obtain the total forces acting on each point by superposition method 40

41 Complex Mechanical Systems To solve complex mechanical systems (more than 1 d.o.f), we draw the free-body diagram for each point of motion. For each free-body diagram we apply superposition method: hold all other points still (as if a wall), and find all forces acting on the body due to only its own motion. Then we hold the body still, and activate the other points of motion one at a time. Find all forces acting on the still body due to motion of other points. Finally, we sum the forces on each body and set the sum to zero, we will get a system of simultaneous d.e. Apply Laplace Transform to find Transfer Function from each input to output. 41

42 Example 6: Complex System Find the transfer function from f(t) to x 2 (t): Solution: We analyse the moving parts 1 by 1, first start with M 1. Draw the FBD of M 1 M 1 moves while M 2 is still M 2 moves while M 1 is still 42

43 Example 6: Complex System Superimpose the 2 diagrams Similarly for M 2, 43

44 Example 6: Complex System Now write the Laplace Transform for M 1 and M 2 K 1 + K 2 + f v1 s + f v3 s + M 1 s 2 X 1 s K 2 + f v3 s X 2 s = F s K 2 + f v3 s X 1 s K 2 + K 3 + f v2 s + f v3 s + M 2 s 2 X 2 s = 0 Solve the simultaneous equations for X 2 (s) and we can find the transfer function X 2 s F s. 44

45 Block Diagrams Block diagrams provide a pictorial representation of a system Unidirectional operational block representing individual transfer functions. Every block is a system by itself!!! Four basic elements used in block diagrams: 1. Rectangles systems 2. Lines signals 3. Circles summing points 4. Signal Distribution pickoff points 45

46 Basic Elements Components of a block diagram for an LTI system 46

47 Common Signal Flows y = Ax e = r c y = Ax Bz 47

48 Cascaded Subsystems Blocks are arranged in series, we can also called it cascaded systems It can be represented by an equivalent block 48

49 Parallel Subsystems Blocks are arranged in parallel It can be represented by an equivalent block 49

50 Closed-Loop Systems Typical closed-loop control system consists of several blocks that includes sensors, plant (system), and controller. 50

51 Closed-Loop Systems How? 51

52 Design of Feedback Systems Most of the time, the output of the block diagram is feedback to create a closed-loop system An immediate application of the principles of block diagram reduction is the analysis and design of feedback systems Percent overshoot, settling time, peak time, and rise time can then be found from the equivalent transfer function 52

53 Example 7 Consider a feedback system shown in figure below. 2 R(s) 3s 1 s + 1 Y(s) 1/s Answer: H s = Y s R s = 3s2 + 2s + 1 4s 2 + 3s

54 Summary Definition of Transfer Function, form TF from LT 3 basic linear element for electrical circuit Solve complex circuit with KVL and apply superposition method 3 basic linear element for mechanical system Solve complex mechanical system using FBD and apply superposition method Simplify complex block diagram to find equivalent block, or the transfer function 54

55 Coming up next Time Domain Analysis Zeros, poles System response, impulse, step First and second order system parameters 55

Dr Ian R. Manchester Dr Ian R. Manchester AMME 3500 : Review

Dr Ian R. Manchester Dr Ian R. Manchester AMME 3500 : Review Week Date Content Notes 1 6 Mar Introduction 2 13 Mar Frequency Domain Modelling 3 20 Mar Transient Performance and the s-plane 4 27 Mar Block Diagrams Assign 1 Due 5 3 Apr Feedback System Characteristics

More information

System Modeling. Lecture-2. Emam Fathy Department of Electrical and Control Engineering

System Modeling. Lecture-2. Emam Fathy Department of Electrical and Control Engineering System Modeling Lecture-2 Emam Fathy Department of Electrical and Control Engineering email: emfmz@yahoo.com 1 Types of Systems Static System: If a system does not change with time, it is called a static

More information

Control Systems Engineering (Chapter 2. Modeling in the Frequency Domain) Prof. Kwang-Chun Ho Tel: Fax:

Control Systems Engineering (Chapter 2. Modeling in the Frequency Domain) Prof. Kwang-Chun Ho Tel: Fax: Control Systems Engineering (Chapter 2. Modeling in the Frequency Domain) Prof. Kwang-Chun Ho kwangho@hansung.ac.kr Tel: 02-760-4253 Fax:02-760-4435 Overview Review on Laplace transform Learn about transfer

More information

Taking the Laplace transform of the both sides and assuming that all initial conditions are zero,

Taking the Laplace transform of the both sides and assuming that all initial conditions are zero, The transfer function Let s begin with a general nth-order, linear, time-invariant differential equation, d n a n dt nc(t)... a d dt c(t) a 0c(t) d m = b m dt mr(t)... a d dt r(t) b 0r(t) () where c(t)

More information

Introduction to Controls

Introduction to Controls EE 474 Review Exam 1 Name Answer each of the questions. Show your work. Note were essay-type answers are requested. Answer with complete sentences. Incomplete sentences will count heavily against the grade.

More information

Chapter three. Mathematical Modeling of mechanical end electrical systems. Laith Batarseh

Chapter three. Mathematical Modeling of mechanical end electrical systems. Laith Batarseh Chapter three Mathematical Modeling of mechanical end electrical systems Laith Batarseh 1 Next Previous Mathematical Modeling of mechanical end electrical systems Dynamic system modeling Definition of

More information

Linear Systems Theory

Linear Systems Theory ME 3253 Linear Systems Theory Review Class Overview and Introduction 1. How to build dynamic system model for physical system? 2. How to analyze the dynamic system? -- Time domain -- Frequency domain (Laplace

More information

I Laplace transform. I Transfer function. I Conversion between systems in time-, frequency-domain, and transfer

I Laplace transform. I Transfer function. I Conversion between systems in time-, frequency-domain, and transfer EE C128 / ME C134 Feedback Control Systems Lecture Chapter 2 Modeling in the Frequency Domain Alexandre Bayen Department of Electrical Engineering & Computer Science University of California Berkeley Lecture

More information

Noise - irrelevant data; variability in a quantity that has no meaning or significance. In most cases this is modeled as a random variable.

Noise - irrelevant data; variability in a quantity that has no meaning or significance. In most cases this is modeled as a random variable. 1.1 Signals and Systems Signals convey information. Systems respond to (or process) information. Engineers desire mathematical models for signals and systems in order to solve design problems efficiently

More information

ECEN 420 LINEAR CONTROL SYSTEMS. Lecture 6 Mathematical Representation of Physical Systems II 1/67

ECEN 420 LINEAR CONTROL SYSTEMS. Lecture 6 Mathematical Representation of Physical Systems II 1/67 1/67 ECEN 420 LINEAR CONTROL SYSTEMS Lecture 6 Mathematical Representation of Physical Systems II State Variable Models for Dynamic Systems u 1 u 2 u ṙ. Internal Variables x 1, x 2 x n y 1 y 2. y m Figure

More information

Index. Index. More information. in this web service Cambridge University Press

Index. Index. More information.  in this web service Cambridge University Press A-type elements, 4 7, 18, 31, 168, 198, 202, 219, 220, 222, 225 A-type variables. See Across variable ac current, 172, 251 ac induction motor, 251 Acceleration rotational, 30 translational, 16 Accumulator,

More information

In the presence of viscous damping, a more generalized form of the Lagrange s equation of motion can be written as

In the presence of viscous damping, a more generalized form of the Lagrange s equation of motion can be written as 2 MODELING Once the control target is identified, which includes the state variable to be controlled (ex. speed, position, temperature, flow rate, etc), and once the system drives are identified (ex. force,

More information

(Refer Slide Time: 00:01:30 min)

(Refer Slide Time: 00:01:30 min) Control Engineering Prof. M. Gopal Department of Electrical Engineering Indian Institute of Technology, Delhi Lecture - 3 Introduction to Control Problem (Contd.) Well friends, I have been giving you various

More information

INC 341 Feedback Control Systems: Lecture 2 Transfer Function of Dynamic Systems I Asst. Prof. Dr.-Ing. Sudchai Boonto

INC 341 Feedback Control Systems: Lecture 2 Transfer Function of Dynamic Systems I Asst. Prof. Dr.-Ing. Sudchai Boonto INC 341 Feedback Control Systems: Lecture 2 Transfer Function of Dynamic Systems I Asst. Prof. Dr.-Ing. Sudchai Boonto Department of Control Systems and Instrumentation Engineering King Mongkut s University

More information

Time Response of Systems

Time Response of Systems Chapter 0 Time Response of Systems 0. Some Standard Time Responses Let us try to get some impulse time responses just by inspection: Poles F (s) f(t) s-plane Time response p =0 s p =0,p 2 =0 s 2 t p =

More information

Analog Signals and Systems and their properties

Analog Signals and Systems and their properties Analog Signals and Systems and their properties Main Course Objective: Recall course objectives Understand the fundamentals of systems/signals interaction (know how systems can transform or filter signals)

More information

Lecture A1 : Systems and system models

Lecture A1 : Systems and system models Lecture A1 : Systems and system models Jan Swevers July 2006 Aim of this lecture : Understand the process of system modelling (different steps). Define the class of systems that will be considered in this

More information

ET3-7: Modelling II(V) Electrical, Mechanical and Thermal Systems

ET3-7: Modelling II(V) Electrical, Mechanical and Thermal Systems ET3-7: Modelling II(V) Electrical, Mechanical and Thermal Systems Agenda of the Day 1. Resume of lesson I 2. Basic system models. 3. Models of basic electrical system elements 4. Application of Matlab/Simulink

More information

Solving a RLC Circuit using Convolution with DERIVE for Windows

Solving a RLC Circuit using Convolution with DERIVE for Windows Solving a RLC Circuit using Convolution with DERIVE for Windows Michel Beaudin École de technologie supérieure, rue Notre-Dame Ouest Montréal (Québec) Canada, H3C K3 mbeaudin@seg.etsmtl.ca - Introduction

More information

EE292: Fundamentals of ECE

EE292: Fundamentals of ECE EE292: Fundamentals of ECE Fall 2012 TTh 10:00-11:15 SEB 1242 Lecture 14 121011 http://www.ee.unlv.edu/~b1morris/ee292/ 2 Outline Review Steady-State Analysis RC Circuits RL Circuits 3 DC Steady-State

More information

AP Physics C Mechanics Objectives

AP Physics C Mechanics Objectives AP Physics C Mechanics Objectives I. KINEMATICS A. Motion in One Dimension 1. The relationships among position, velocity and acceleration a. Given a graph of position vs. time, identify or sketch a graph

More information

Review: control, feedback, etc. Today s topic: state-space models of systems; linearization

Review: control, feedback, etc. Today s topic: state-space models of systems; linearization Plan of the Lecture Review: control, feedback, etc Today s topic: state-space models of systems; linearization Goal: a general framework that encompasses all examples of interest Once we have mastered

More information

Control Systems I. Lecture 2: Modeling and Linearization. Suggested Readings: Åström & Murray Ch Jacopo Tani

Control Systems I. Lecture 2: Modeling and Linearization. Suggested Readings: Åström & Murray Ch Jacopo Tani Control Systems I Lecture 2: Modeling and Linearization Suggested Readings: Åström & Murray Ch. 2-3 Jacopo Tani Institute for Dynamic Systems and Control D-MAVT ETH Zürich September 28, 2018 J. Tani, E.

More information

Lecture 7: Laplace Transform and Its Applications Dr.-Ing. Sudchai Boonto

Lecture 7: Laplace Transform and Its Applications Dr.-Ing. Sudchai Boonto Dr-Ing Sudchai Boonto Department of Control System and Instrumentation Engineering King Mongkut s Unniversity of Technology Thonburi Thailand Outline Motivation The Laplace Transform The Laplace Transform

More information

Lab Experiment 2: Performance of First order and second order systems

Lab Experiment 2: Performance of First order and second order systems Lab Experiment 2: Performance of First order and second order systems Objective: The objective of this exercise will be to study the performance characteristics of first and second order systems using

More information

Modeling and Control Overview

Modeling and Control Overview Modeling and Control Overview D R. T A R E K A. T U T U N J I A D V A N C E D C O N T R O L S Y S T E M S M E C H A T R O N I C S E N G I N E E R I N G D E P A R T M E N T P H I L A D E L P H I A U N I

More information

Course Summary. The course cannot be summarized in one lecture.

Course Summary. The course cannot be summarized in one lecture. Course Summary Unit 1: Introduction Unit 2: Modeling in the Frequency Domain Unit 3: Time Response Unit 4: Block Diagram Reduction Unit 5: Stability Unit 6: Steady-State Error Unit 7: Root Locus Techniques

More information

R a) Compare open loop and closed loop control systems. b) Clearly bring out, from basics, Force-current and Force-Voltage analogies.

R a) Compare open loop and closed loop control systems. b) Clearly bring out, from basics, Force-current and Force-Voltage analogies. SET - 1 II B. Tech II Semester Supplementary Examinations Dec 01 1. a) Compare open loop and closed loop control systems. b) Clearly bring out, from basics, Force-current and Force-Voltage analogies..

More information

APPPHYS 217 Tuesday 6 April 2010

APPPHYS 217 Tuesday 6 April 2010 APPPHYS 7 Tuesday 6 April Stability and input-output performance: second-order systems Here we present a detailed example to draw connections between today s topics and our prior review of linear algebra

More information

QUESTION BANK SUBJECT: NETWORK ANALYSIS (10ES34)

QUESTION BANK SUBJECT: NETWORK ANALYSIS (10ES34) QUESTION BANK SUBJECT: NETWORK ANALYSIS (10ES34) NOTE: FOR NUMERICAL PROBLEMS FOR ALL UNITS EXCEPT UNIT 5 REFER THE E-BOOK ENGINEERING CIRCUIT ANALYSIS, 7 th EDITION HAYT AND KIMMERLY. PAGE NUMBERS OF

More information

I System variables: states, inputs, outputs, & measurements. I Linear independence. I State space representation

I System variables: states, inputs, outputs, & measurements. I Linear independence. I State space representation EE C28 / ME C34 Feedback Control Systems Lecture Chapter 3 Modeling in the Time Domain Lecture abstract Alexandre Bayen Department of Electrical Engineering & Computer Science University of California

More information

AC&ST AUTOMATIC CONTROL AND SYSTEM THEORY SYSTEMS AND MODELS. Claudio Melchiorri

AC&ST AUTOMATIC CONTROL AND SYSTEM THEORY SYSTEMS AND MODELS. Claudio Melchiorri C. Melchiorri (DEI) Automatic Control & System Theory 1 AUTOMATIC CONTROL AND SYSTEM THEORY SYSTEMS AND MODELS Claudio Melchiorri Dipartimento di Ingegneria dell Energia Elettrica e dell Informazione (DEI)

More information

Control Systems I. Lecture 2: Modeling. Suggested Readings: Åström & Murray Ch. 2-3, Guzzella Ch Emilio Frazzoli

Control Systems I. Lecture 2: Modeling. Suggested Readings: Åström & Murray Ch. 2-3, Guzzella Ch Emilio Frazzoli Control Systems I Lecture 2: Modeling Suggested Readings: Åström & Murray Ch. 2-3, Guzzella Ch. 2-3 Emilio Frazzoli Institute for Dynamic Systems and Control D-MAVT ETH Zürich September 29, 2017 E. Frazzoli

More information

ME 375 Final Examination Thursday, May 7, 2015 SOLUTION

ME 375 Final Examination Thursday, May 7, 2015 SOLUTION ME 375 Final Examination Thursday, May 7, 2015 SOLUTION POBLEM 1 (25%) negligible mass wheels negligible mass wheels v motor no slip ω r r F D O no slip e in Motor% Cart%with%motor%a,ached% The coupled

More information

Modeling and Simulation Revision IV D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N

Modeling and Simulation Revision IV D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N Modeling and Simulation Revision IV D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N 2 0 1 7 Modeling Modeling is the process of representing the behavior of a real

More information

MODELING OF CONTROL SYSTEMS

MODELING OF CONTROL SYSTEMS 1 MODELING OF CONTROL SYSTEMS Feb-15 Dr. Mohammed Morsy Outline Introduction Differential equations and Linearization of nonlinear mathematical models Transfer function and impulse response function Laplace

More information

Unit 2: Modeling in the Frequency Domain. Unit 2, Part 4: Modeling Electrical Systems. First Example: Via DE. Resistors, Inductors, and Capacitors

Unit 2: Modeling in the Frequency Domain. Unit 2, Part 4: Modeling Electrical Systems. First Example: Via DE. Resistors, Inductors, and Capacitors Unit 2: Modeling in the Frequency Domain Part 4: Modeling Electrical Systems Engineering 582: Control Systems I Faculty of Engineering & Applied Science Memorial University of Newfoundland January 20,

More information

8. Introduction and Chapter Objectives

8. Introduction and Chapter Objectives Real Analog - Circuits Chapter 8: Second Order Circuits 8. Introduction and Chapter Objectives Second order systems are, by definition, systems whose input-output relationship is a second order differential

More information

R10 JNTUWORLD B 1 M 1 K 2 M 2. f(t) Figure 1

R10 JNTUWORLD B 1 M 1 K 2 M 2. f(t) Figure 1 Code No: R06 R0 SET - II B. Tech II Semester Regular Examinations April/May 03 CONTROL SYSTEMS (Com. to EEE, ECE, EIE, ECC, AE) Time: 3 hours Max. Marks: 75 Answer any FIVE Questions All Questions carry

More information

Signals and Systems Chapter 2

Signals and Systems Chapter 2 Signals and Systems Chapter 2 Continuous-Time Systems Prof. Yasser Mostafa Kadah Overview of Chapter 2 Systems and their classification Linear time-invariant systems System Concept Mathematical transformation

More information

AP Physics C Syllabus

AP Physics C Syllabus Course Overview AP Physics C Syllabus AP Physics C will meet for 90 minutes on block scheduling and for 45 minutes on regular scheduling. Class activities will include lecture, demonstration, problem solving

More information

2.5 Translational Mechanical System Transfer Functions 61. FIGURE 2.14 Electric circuit for Skill- Assessment Exercise 2.6

2.5 Translational Mechanical System Transfer Functions 61. FIGURE 2.14 Electric circuit for Skill- Assessment Exercise 2.6 .5 Translational echanical System Transfer Functions 1 1Ω 1H 1Ω + v(t) + 1 H 1 H v L (t) FIGURE.14 Electric circuit for Skill- Assessment Exercise. ANSWER: V L ðsþ=vðsþ ¼ðs þ s þ 1Þ=ðs þ 5s þ Þ The complete

More information

Introduction to Process Control

Introduction to Process Control Introduction to Process Control For more visit :- www.mpgirnari.in By: M. P. Girnari (SSEC, Bhavnagar) For more visit:- www.mpgirnari.in 1 Contents: Introduction Process control Dynamics Stability The

More information

Chapter 1 Fundamental Concepts

Chapter 1 Fundamental Concepts Chapter 1 Fundamental Concepts Signals A signal is a pattern of variation of a physical quantity as a function of time, space, distance, position, temperature, pressure, etc. These quantities are usually

More information

CHAPTER 1 Basic Concepts of Control System. CHAPTER 6 Hydraulic Control System

CHAPTER 1 Basic Concepts of Control System. CHAPTER 6 Hydraulic Control System CHAPTER 1 Basic Concepts of Control System 1. What is open loop control systems and closed loop control systems? Compare open loop control system with closed loop control system. Write down major advantages

More information

Dr Ian R. Manchester

Dr Ian R. Manchester Week Content Notes 1 Introduction 2 Frequency Domain Modelling 3 Transient Performance and the s-plane 4 Block Diagrams 5 Feedback System Characteristics Assign 1 Due 6 Root Locus 7 Root Locus 2 Assign

More information

Chapter 6. Second order differential equations

Chapter 6. Second order differential equations Chapter 6. Second order differential equations A second order differential equation is of the form y = f(t, y, y ) where y = y(t). We shall often think of t as parametrizing time, y position. In this case

More information

CYBER EXPLORATION LABORATORY EXPERIMENTS

CYBER EXPLORATION LABORATORY EXPERIMENTS CYBER EXPLORATION LABORATORY EXPERIMENTS 1 2 Cyber Exploration oratory Experiments Chapter 2 Experiment 1 Objectives To learn to use MATLAB to: (1) generate polynomial, (2) manipulate polynomials, (3)

More information

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING QUESTION BANK SUB.NAME : CONTROL SYSTEMS BRANCH : ECE YEAR : II SEMESTER: IV 1. What is control system? 2. Define open

More information

Chapter 2 Time-Domain Representations of LTI Systems

Chapter 2 Time-Domain Representations of LTI Systems Chapter 2 Time-Domain Representations of LTI Systems 1 Introduction Impulse responses of LTI systems Linear constant-coefficients differential or difference equations of LTI systems Block diagram representations

More information

EE C128 / ME C134 Final Exam Fall 2014

EE C128 / ME C134 Final Exam Fall 2014 EE C128 / ME C134 Final Exam Fall 2014 December 19, 2014 Your PRINTED FULL NAME Your STUDENT ID NUMBER Number of additional sheets 1. No computers, no tablets, no connected device (phone etc.) 2. Pocket

More information

Power Systems Control Prof. Wonhee Kim. Modeling in the Frequency and Time Domains

Power Systems Control Prof. Wonhee Kim. Modeling in the Frequency and Time Domains Power Systems Control Prof. Wonhee Kim Modeling in the Frequency and Time Domains Laplace Transform Review - Laplace transform - Inverse Laplace transform 2 Laplace Transform Review 3 Laplace Transform

More information

Chapter 7. Digital Control Systems

Chapter 7. Digital Control Systems Chapter 7 Digital Control Systems 1 1 Introduction In this chapter, we introduce analysis and design of stability, steady-state error, and transient response for computer-controlled systems. Transfer functions,

More information

Module 4. Related web links and videos. 1. FT and ZT

Module 4. Related web links and videos. 1.  FT and ZT Module 4 Laplace transforms, ROC, rational systems, Z transform, properties of LT and ZT, rational functions, system properties from ROC, inverse transforms Related web links and videos Sl no Web link

More information

20.6. Transfer Functions. Introduction. Prerequisites. Learning Outcomes

20.6. Transfer Functions. Introduction. Prerequisites. Learning Outcomes Transfer Functions 2.6 Introduction In this Section we introduce the concept of a transfer function and then use this to obtain a Laplace transform model of a linear engineering system. (A linear engineering

More information

Dr. Ian R. Manchester

Dr. Ian R. Manchester Dr Ian R. Manchester Week Content Notes 1 Introduction 2 Frequency Domain Modelling 3 Transient Performance and the s-plane 4 Block Diagrams 5 Feedback System Characteristics Assign 1 Due 6 Root Locus

More information

Appendix A: Exercise Problems on Classical Feedback Control Theory (Chaps. 1 and 2)

Appendix A: Exercise Problems on Classical Feedback Control Theory (Chaps. 1 and 2) Appendix A: Exercise Problems on Classical Feedback Control Theory (Chaps. 1 and 2) For all calculations in this book, you can use the MathCad software or any other mathematical software that you are familiar

More information

Here are some internet links to instructional and necessary background materials:

Here are some internet links to instructional and necessary background materials: The general areas covered by the University Physics course are subdivided into major categories. For each category, answer the conceptual questions in the form of a short paragraph. Although fewer topics

More information

Electrical Circuits (2)

Electrical Circuits (2) Electrical Circuits (2) Lecture 7 Transient Analysis Dr.Eng. Basem ElHalawany Extra Reference for this Lecture Chapter 16 Schaum's Outline Of Theory And Problems Of Electric Circuits https://archive.org/details/theoryandproblemsofelectriccircuits

More information

1.4 Unit Step & Unit Impulse Functions

1.4 Unit Step & Unit Impulse Functions 1.4 Unit Step & Unit Impulse Functions 1.4.1 The Discrete-Time Unit Impulse and Unit-Step Sequences Unit Impulse Function: δ n = ቊ 0, 1, n 0 n = 0 Figure 1.28: Discrete-time Unit Impulse (sample) 1 [n]

More information

AMJAD HASOON Process Control Lec4.

AMJAD HASOON Process Control Lec4. Multiple Inputs Control systems often have more than one input. For example, there can be the input signal indicating the required value of the controlled variable and also an input or inputs due to disturbances

More information

EE102 Homework 2, 3, and 4 Solutions

EE102 Homework 2, 3, and 4 Solutions EE12 Prof. S. Boyd EE12 Homework 2, 3, and 4 Solutions 7. Some convolution systems. Consider a convolution system, y(t) = + u(t τ)h(τ) dτ, where h is a function called the kernel or impulse response of

More information

Chapter 1 Fundamental Concepts

Chapter 1 Fundamental Concepts Chapter 1 Fundamental Concepts 1 Signals A signal is a pattern of variation of a physical quantity, often as a function of time (but also space, distance, position, etc). These quantities are usually the

More information

Basic. Theory. ircuit. Charles A. Desoer. Ernest S. Kuh. and. McGraw-Hill Book Company

Basic. Theory. ircuit. Charles A. Desoer. Ernest S. Kuh. and. McGraw-Hill Book Company Basic C m ш ircuit Theory Charles A. Desoer and Ernest S. Kuh Department of Electrical Engineering and Computer Sciences University of California, Berkeley McGraw-Hill Book Company New York St. Louis San

More information

Sinusoidal Steady State Analysis (AC Analysis) Part I

Sinusoidal Steady State Analysis (AC Analysis) Part I Sinusoidal Steady State Analysis (AC Analysis) Part I Amin Electronics and Electrical Communications Engineering Department (EECE) Cairo University elc.n102.eng@gmail.com http://scholar.cu.edu.eg/refky/

More information

Electrical Machine & Automatic Control (EEE-409) (ME-II Yr) UNIT-3 Content: Signals u(t) = 1 when t 0 = 0 when t <0

Electrical Machine & Automatic Control (EEE-409) (ME-II Yr) UNIT-3 Content: Signals u(t) = 1 when t 0 = 0 when t <0 Electrical Machine & Automatic Control (EEE-409) (ME-II Yr) UNIT-3 Content: Modeling of Mechanical : linear mechanical elements, force-voltage and force current analogy, and electrical analog of simple

More information

MATHEMATICAL MODELING OF CONTROL SYSTEMS

MATHEMATICAL MODELING OF CONTROL SYSTEMS 1 MATHEMATICAL MODELING OF CONTROL SYSTEMS Sep-14 Dr. Mohammed Morsy Outline Introduction Transfer function and impulse response function Laplace Transform Review Automatic control systems Signal Flow

More information

FATIMA MICHAEL COLLEGE OF ENGINEERING & TECHNOLOGY

FATIMA MICHAEL COLLEGE OF ENGINEERING & TECHNOLOGY FATIMA MICHAEL COLLEGE OF ENGINEERING & TECHNOLOGY Senkottai Village, Madurai Sivagangai Main Road, Madurai - 625 020. An ISO 9001:2008 Certified Institution DEPARTMENT OF ELECTRONICS AND COMMUNICATION

More information

MATH 251 Week 6 Not collected, however you are encouraged to approach all problems to prepare for exam

MATH 251 Week 6 Not collected, however you are encouraged to approach all problems to prepare for exam MATH 51 Week 6 Not collected, however you are encouraged to approach all problems to prepare for exam A collection of previous exams could be found at the coordinator s web: http://www.math.psu.edu/tseng/class/m51samples.html

More information

Linear System Theory

Linear System Theory Linear System Theory - Laplace Transform Prof. Robert X. Gao Department of Mechanical Engineering University of Connecticut Storrs, CT 06269 Outline What we ve learned so far: Setting up Modeling Equations

More information

ECE2262 Electric Circuit

ECE2262 Electric Circuit ECE2262 Electric Circuit Chapter 7: FIRST AND SECOND-ORDER RL AND RC CIRCUITS Response to First-Order RL and RC Circuits Response to Second-Order RL and RC Circuits 1 2 7.1. Introduction 3 4 In dc steady

More information

Linear Control Systems Solution to Assignment #1

Linear Control Systems Solution to Assignment #1 Linear Control Systems Solution to Assignment # Instructor: H. Karimi Issued: Mehr 0, 389 Due: Mehr 8, 389 Solution to Exercise. a) Using the superposition property of linear systems we can compute the

More information

Modeling and Experimentation: Compound Pendulum

Modeling and Experimentation: Compound Pendulum Modeling and Experimentation: Compound Pendulum Prof. R.G. Longoria Department of Mechanical Engineering The University of Texas at Austin Fall 2014 Overview This lab focuses on developing a mathematical

More information

Today s goals So far Today 2.004

Today s goals So far Today 2.004 Today s goals So far Feedback as a means for specifying the dynamic response of a system Root Locus: from the open-loop poles/zeros to the closed-loop poles Moving the closed-loop poles around Today Proportional

More information

Lecture 6: Impedance (frequency dependent. resistance in the s- world), Admittance (frequency. dependent conductance in the s- world), and

Lecture 6: Impedance (frequency dependent. resistance in the s- world), Admittance (frequency. dependent conductance in the s- world), and Lecture 6: Impedance (frequency dependent resistance in the s- world), Admittance (frequency dependent conductance in the s- world), and Consequences Thereof. Professor Ray, what s an impedance? Answers:

More information

Problem Set 3: Solution Due on Mon. 7 th Oct. in class. Fall 2013

Problem Set 3: Solution Due on Mon. 7 th Oct. in class. Fall 2013 EE 56: Digital Control Systems Problem Set 3: Solution Due on Mon 7 th Oct in class Fall 23 Problem For the causal LTI system described by the difference equation y k + 2 y k = x k, () (a) By first finding

More information

Subject: BT6008 Process Measurement and Control. The General Control System

Subject: BT6008 Process Measurement and Control. The General Control System WALJAT COLLEGES OF APPLIED SCIENCES In academic partnership with BIRLA INSTITUTE OF TECHNOLOGY Question Bank Course: Biotechnology Session: 005-006 Subject: BT6008 Process Measurement and Control Semester:

More information

2.004 Dynamics and Control II Spring 2008

2.004 Dynamics and Control II Spring 2008 MIT OpenCourseWare http://ocwmitedu 00 Dynamics and Control II Spring 00 For information about citing these materials or our Terms of Use, visit: http://ocwmitedu/terms Massachusetts Institute of Technology

More information

2.4 Harmonic Oscillator Models

2.4 Harmonic Oscillator Models 2.4 Harmonic Oscillator Models In this section we give three important examples from physics of harmonic oscillator models. Such models are ubiquitous in physics, but are also used in chemistry, biology,

More information

Rotational Mechanical Systems. Unit 2: Modeling in the Frequency Domain Part 6: Modeling Rotational Mechanical Systems

Rotational Mechanical Systems. Unit 2: Modeling in the Frequency Domain Part 6: Modeling Rotational Mechanical Systems Unit 2: Modeling in the Frequency Domain Part 6: Modeling Rotational mechanical systems are modelled in almost the same way as translational systems except that... We replace displacement, x(t) with angular

More information

Solved Problems. Electric Circuits & Components. 1-1 Write the KVL equation for the circuit shown.

Solved Problems. Electric Circuits & Components. 1-1 Write the KVL equation for the circuit shown. Solved Problems Electric Circuits & Components 1-1 Write the KVL equation for the circuit shown. 1-2 Write the KCL equation for the principal node shown. 1-2A In the DC circuit given in Fig. 1, find (i)

More information

Linear Circuits. Concept Map 9/10/ Resistive Background Circuits. 5 Power. 3 4 Reactive Circuits. Frequency Analysis

Linear Circuits. Concept Map 9/10/ Resistive Background Circuits. 5 Power. 3 4 Reactive Circuits. Frequency Analysis Linear Circuits Dr. Bonnie Ferri Professor School of Electrical and Computer Engineering An introduction to linear electric components and a study of circuits containing such devices. School of Electrical

More information

Automatic Control Systems. -Lecture Note 15-

Automatic Control Systems. -Lecture Note 15- -Lecture Note 15- Modeling of Physical Systems 5 1/52 AC Motors AC Motors Classification i) Induction Motor (Asynchronous Motor) ii) Synchronous Motor 2/52 Advantages of AC Motors i) Cost-effective ii)

More information

Lecture 2. Introduction to Systems (Lathi )

Lecture 2. Introduction to Systems (Lathi ) Lecture 2 Introduction to Systems (Lathi 1.6-1.8) Pier Luigi Dragotti Department of Electrical & Electronic Engineering Imperial College London URL: www.commsp.ee.ic.ac.uk/~pld/teaching/ E-mail: p.dragotti@imperial.ac.uk

More information

Conventional Paper-I-2011 PART-A

Conventional Paper-I-2011 PART-A Conventional Paper-I-0 PART-A.a Give five properties of static magnetic field intensity. What are the different methods by which it can be calculated? Write a Maxwell s equation relating this in integral

More information

Modeling and Simulation Revision III D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N

Modeling and Simulation Revision III D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N Modeling and Simulation Revision III D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N 0 1 4 Block Diagrams Block diagram models consist of two fundamental objects:

More information

CHAPTER 5 : REDUCTION OF MULTIPLE SUBSYSTEMS

CHAPTER 5 : REDUCTION OF MULTIPLE SUBSYSTEMS CHAPTER 5 : REDUCTION OF MULTIPLE SUBSYSTEMS Objectives Students should be able to: Reduce a block diagram of multiple subsystems to a single block representing the transfer function from input to output

More information

Exam. 135 minutes + 15 minutes reading time

Exam. 135 minutes + 15 minutes reading time Exam January 23, 27 Control Systems I (5-59-L) Prof. Emilio Frazzoli Exam Exam Duration: 35 minutes + 5 minutes reading time Number of Problems: 45 Number of Points: 53 Permitted aids: Important: 4 pages

More information

2.4 Models of Oscillation

2.4 Models of Oscillation 2.4 Models of Oscillation In this section we give three examples of oscillating physical systems that can be modeled by the harmonic oscillator equation. Such models are ubiquitous in physics, but are

More information

Modeling. Transition between the TF to SS and SS to TF will also be discussed.

Modeling. Transition between the TF to SS and SS to TF will also be discussed. Modeling This lecture we will consentrate on how to do system modeling based on two commonly used techniques In frequency domain using Transfer Function (TF) representation In time domain via using State

More information

Real Analog Chapter 7: First Order Circuits. 7 Introduction and Chapter Objectives

Real Analog Chapter 7: First Order Circuits. 7 Introduction and Chapter Objectives 1300 Henley Court Pullman, WA 99163 509.334.6306 www.store. digilent.com 7 Introduction and Chapter Objectives First order systems are, by definition, systems whose inputoutput relationship is a first

More information

Bangladesh University of Engineering and Technology. EEE 402: Control System I Laboratory

Bangladesh University of Engineering and Technology. EEE 402: Control System I Laboratory Bangladesh University of Engineering and Technology Electrical and Electronic Engineering Department EEE 402: Control System I Laboratory Experiment No. 4 a) Effect of input waveform, loop gain, and system

More information

ENGG4420 LECTURE 7. CHAPTER 1 BY RADU MURESAN Page 1. September :29 PM

ENGG4420 LECTURE 7. CHAPTER 1 BY RADU MURESAN Page 1. September :29 PM CHAPTER 1 BY RADU MURESAN Page 1 ENGG4420 LECTURE 7 September 21 10 2:29 PM MODELS OF ELECTRIC CIRCUITS Electric circuits contain sources of electric voltage and current and other electronic elements such

More information

Problem Set 5 Solutions

Problem Set 5 Solutions University of California, Berkeley Spring 01 EE /0 Prof. A. Niknejad Problem Set 5 Solutions Please note that these are merely suggested solutions. Many of these problems can be approached in different

More information

Modeling of Electrical Elements

Modeling of Electrical Elements Modeling of Electrical Elements Dr. Bishakh Bhattacharya Professor, Department of Mechanical Engineering IIT Kanpur Joint Initiative of IITs and IISc - Funded by MHRD This Lecture Contains Modeling of

More information

EE 341 Homework Chapter 2

EE 341 Homework Chapter 2 EE 341 Homework Chapter 2 2.1 The electrical circuit shown in Fig. P2.1 consists of two resistors R1 and R2 and a capacitor C. Determine the differential equation relating the input voltage v(t) to the

More information

Outline. Classical Control. Lecture 2

Outline. Classical Control. Lecture 2 Outline Outline Outline Review of Material from Lecture 2 New Stuff - Outline Review of Lecture System Performance Effect of Poles Review of Material from Lecture System Performance Effect of Poles 2 New

More information

To find the step response of an RC circuit

To find the step response of an RC circuit To find the step response of an RC circuit v( t) v( ) [ v( t) v( )] e tt The time constant = RC The final capacitor voltage v() The initial capacitor voltage v(t ) To find the step response of an RL circuit

More information

2.4 Electrical Network Transfer Functions

2.4 Electrical Network Transfer Functions .4 Electrical Network Transfer Functions 4 Skill-Assessment Exercise.4 PROBLEM: Find the differential equation corresponding to the transfer function, GðsÞ ¼ s þ 1 s þ s þ ANSWER: d c dt þ dc dt þ c ¼

More information

Systems Analysis and Control

Systems Analysis and Control Systems Analysis and Control Matthew M. Peet Arizona State University Lecture 8: Response Characteristics Overview In this Lecture, you will learn: Characteristics of the Response Stability Real Poles

More information