Feedback Control Theory Control a Computer Systemʼs Perspective

Total Page:16

File Type:pdf, Size:1020Kb

Feedback Control Theory Control a Computer Systemʼs Perspective Feedback Control Theory Control a Computer Systemʼs Perspective Introduction Applying input to cause system variables to conform to desired values called What is feedback control? the reference. Why do computer systems need feedback control? Cruise-control car: f_engine(t)=? speed=60 mph Control design methodology E-commerce server: Resource allocation? T_response=5 sec System modeling Embedded networks: Flow rate? Delay = 1 sec Performance specs/metrics Computer systems: QoS guarantees Controller design Summary Feedback (close-loop) Control Open-loop control Compute control input without continuous variable measurement Controlled System Simple Controller Need to know EVERYTHING ACCURATELY to work right Cruise-control car: friction(t), ramp_angle(t) control control manipulated E-commerce server: Workload (request arrival rate? resource input Actuator consumption?); system (service time? failures?) function variable Open-loop control fails when We donʼt know everything error sample controlled We make errors in estimation/modeling + Monitor Things change - variable reference Why feedback control? Open, unpredictable environments Feedback (close-loop) Control Measure variables and use it to compute control input More complicated (so we need control theory) Deeply embedded networks: interaction with physical environments Continuously measure & correct Number of working nodes Cruise-control car: measure speed & change engine force Number of interesting events Ecommerce server: measure response time & admission control Number of hops Embedded network: measure collision & change backoff window Connectivity Feedback control theory makes it possible to control well even if Available bandwidth We donʼt know everything Congested area We make errors in estimation/modeling Things change Internet: E-business, on-line stock broker Unpredictable off-the-shelf hardware 1 Why feedback control? Advantage of feedback control theory We want QoS guarantees Deeply embedded networks Adaptive resource management heuristics Update intruder position every 30 sec Laborious design/tuning/testing iterations Report fire <= 1 min Not enough confidence in face of untested workload E-business server Queuing theory Purchase completion time <= 5 sec Doesnʼt handle feedbacks Throughput >= 1000 transaction/sec Not good at characterizing transient behavior in overload The problem: provide QoS guarantees in open, unpredictable Feedback control theory environments Systematic theoretical approach for analysis and design Predict system response and stability to input Outline Control design methodology Introduction What is feedback control? Why do todayʼs computer systems need feedback control? Controller Control design methodology Modeling Design System modeling analytical Dynamic model Root-Locus Control algorithm Performance specs/metrics system IDs Controller design PI Control Summary Satisfy Requirement Performance Specifications Analysis System Models Dynamic Model Computer systems are dynamic Linear vs. non-linear (differential eqns) Linear vs. non-linear (differential eqns) Current output depends on “history” Deterministic vs. Stochastic Characterize relationships among system variables • Differential equations (time domain) Time-invariant vs. Time-varying Are coefficients functions of time? •• • • a2 y(t) + a1 y(t) + a0 y(t) = b1 u(t) + b0u(t) Continuous-time vs. Discrete-time • Transfer functions (frequency domain) System ID vs. First Principle Y(s) = G(s)U(s) b1s + b0 c1 c2 G(s) = 2 = + a2s + a1s + a0 s ! p1 s ! p2 • Block diagram (pictorial) R(s) C(s) G(s) Y(s) - 2 Example Utilization control in a video server Model Differential equation Periodic task Ti corresponding to each video stream i • Error: E(t)=Us-U(t) c[i]: processing time, p[i]: period t Stream iʼs requested CPU utilization: u[i]=c[i]/p[i] U (t) (R ( ) R ( ))d Total CPU utilization: U(t)=Σ{k}u[k], {k} is the set of active streams • Model (differential equation): = ! a # " c # # # =0 Completion rate: Rc(t)= (Σ{kc}u[m])/Δt, where {m} is the set of terminated video streams during [t, t+Δt] • Controller C? E(t) ⇒ Ra(t) Unknown Admission rate: Ra(t)= (Σ{ka}u[j])/Δt, where {j} is the set of admitted streams during [t, t+Δt] Ra(t) U Problem: design an admission controller to guarantee U(t)=Us regardless of Rc(t) - s C? U(t) CPU Rc(t) A Diversion to Math A Diversion to Math System representations Laplace transform Three ways of system modeling Laplace transform of a signal f(t) • Time domain: convolution; differential equations. " t F(s) = L[ f (t)] = f (t)e#st dt u(t) g(t) y(t) y(t) = g(t)*u(t) = g(t "# )u(# )d# ! ! 0# 0 • s (frequency) domain: multiplication where s=σ+iω is a complex variable. U(s) G(s) Y(s) Y (s) = G(s)U (s) • Laplace transform is a translation from time-domain to s-domain • Block diagram: pictorial • Differential equation ⇒ Polynomial function •• • • a2 y(t) + a1 y(t) + a0 y(t) = b1 u(t) + b0u(t) s-domain is a simple & powerful “language” for control analysis b1s + b0 ! Y (s) = 2 •U (s) a2s + a1s + a0 A Diversion to Math A Diversion to Math Laplace transform Transfer function Basic translations Modeling a linear time-invariant (LTI) system Impulse function f(t)=δ(t) ⇔ F(s)=1 G(s) = Y(s)/U(s) ⇒ Y(s) = G(s)U(s) Step signal f(t)=a•1(t) ⇔ F(s)=1/s Ramp signal f(t)=a•t ⇔ F(s)=a/s2 Exp signal f(t)=eat ⇔ F(s)=1/(s-a) Sinusoid signal f(t)=sin(at) ⇔ F(s)=a/(s2+a2) Composition rules Linearity L[af(t)+bg(t)] = aL[f(t)]+bL[g(t)] U(s) G(s) Y(s) Differentiation L[df(t)/dt] = sF(s) – f(0-) Integration L[∫tf(τ)dτ] = F(s)/s E.g., a second order system with poles p1 and p2 b1s + b0 c1 c2 G(s) = 2 = + a2s + a1s + a0 s ! p1 s ! p2 3 A Diversion to Math A Diversion to Math Poles and Zeros Time response vs. pole location The response of a linear time-invariant (LTI) system Stable Unstable m m"1 bms + bm"1s +...+ b0 F(s) = n n"1 ans + an"1s +...+ a0 m $i=1(s " zi ) C1 C2 Cn = K n = + +...+ $i=1(s " pi ) s " p1 s " p2 s " pn n pit # f (t) = !Cie i=1 pt {pi} are poles of the function and decide the system behavior •f’(t) = e , p = a+bj A Diversion to Math Back to Block diagram Our utilization control example A pictorial tool to represent a system based on transfer functions and signal • Error: E(t)=U -U(t) flows s t Represent a feedback control system • Model (differential equation): U (t) = !(Ra (# ) " Rc (# ))d# # =0 • Controller C? E(t) ⇒ Ra(t) R(s) C(s) G (s) Y(s) - o R (t) U a - s C(s)G (s) C? G o c = U(t) R(s) Gc(s) Y(s) 1+ C(s)Go (s) CPU Y (s) = Gc (s)R(s) Rc(t) Model Control design methodology Transfer func. & block diag. • CPU is modeled as an integrator t Ra (s) " Ra (s) 1 U (t) = #(Ra ($ ) " Rc ($ ))d$ !U (s) = ! Go (s) = Controller $ =0 s s Inputs: reference Us(s) = Us/s; completion rate Rc(s) Modeling Design Close-loop system transfer functions analytical Dynamic model Root-Locus Control algorithm U (s) as input: G (s) = C(s)G (s)/(1+C(s)G (s)) s 1 o o system IDs PI Control Rc(s) as input: G2(s) = Go(s)/(1+C(s)Go(s)) Output: U(s)=G1(s)Us/s+G2(s)Rc(s) Satisfy Requirement Performance Specifications Rc(s) Analysis Ra(s) C(s) Go Us/s U(s) 4 Design Goals Performance Specs: bounded input,bounded output stability Performance Specifications Stability BIBO stability: bounded input results in bounded output. A LTI system is BIBO stable if all poles of its transfer function are in the LHP ( p , Transient response ∀ i Re[pi]<0). Steady-state error Robustness Disturbance rejection Sensitivity m &i=1(s % zi ) C1 C2 Cn Y (s) = G(s)U (s) = K n = + +...+ &i=1(s % pi ) s % p1 s % p2 s % pn n pit $ y(t) = 'Cie i=1 pit t#! Note: Cie """#! if Re[ pi ] > 0 Performance Specs Performance specifications Stability Controlled variable Overshoot Stable Unstable Steady state error±ε% Reference Transient State Steady State Time Settling time Example: Control & Response in an Email Server (IBM) Performance Specs Steady-state error Response (queue length) Steady state (tracking) error of a stable system ess = lime(t) = lim(r(t) ! y(t)) Good t t Control Bad #" #" (MaxUsers) r(t) is the reference input, y(t) is the system output. • How accurately can a system achieve the desired state? • Final value theorem: if all poles of sF(s) are in the open left-half of the s-plane, then lim f (t) = lim sF(s) t!" s!0 Slow Useless • Easy to evaluate system long term behavior without solving it ess = lime(t) = lim sE(s) t!" s!0 5 Performance Specs Performance Specs Robustness Steady-state error Disturbance rejection: steady-state error caused by external Steady state error of a CPU-utilization control system disturbances Can a system track the reference input despite of external disturbances? U(t) Denial-of-service attacks Sensitivity: relative change in steady-state output divided by the relative change of a system parameter Us ess=-20% Can a system track the reference input despite of variations in the system? Increased task execution times Device failures Performance Specs Control design methodology Goal of Feedback Control Guarantee stability Improve transient response Short settling time Controller Small overshoot Modeling Small steady state error Design Dynamic model Control algorithm Improve robustness wrt uncertainties analytical Root-Locus system IDs Disturbance rejection PID Control Low sensitivity Satisfy Requirement Performance Specifications Analysis Controller Design Controller Design PID control CPU Utilization Control Proportional-Integral-Derivative (PID) Control • CPU is modeled as an integrator
Recommended publications
  • Control Theory
    Control theory S. Simrock DESY, Hamburg, Germany Abstract In engineering and mathematics, control theory deals with the behaviour of dynamical systems. The desired output of a system is called the reference. When one or more output variables of a system need to follow a certain ref- erence over time, a controller manipulates the inputs to a system to obtain the desired effect on the output of the system. Rapid advances in digital system technology have radically altered the control design options. It has become routinely practicable to design very complicated digital controllers and to carry out the extensive calculations required for their design. These advances in im- plementation and design capability can be obtained at low cost because of the widespread availability of inexpensive and powerful digital processing plat- forms and high-speed analog IO devices. 1 Introduction The emphasis of this tutorial on control theory is on the design of digital controls to achieve good dy- namic response and small errors while using signals that are sampled in time and quantized in amplitude. Both transform (classical control) and state-space (modern control) methods are described and applied to illustrative examples. The transform methods emphasized are the root-locus method of Evans and fre- quency response. The state-space methods developed are the technique of pole assignment augmented by an estimator (observer) and optimal quadratic-loss control. The optimal control problems use the steady-state constant gain solution. Other topics covered are system identification and non-linear control. System identification is a general term to describe mathematical tools and algorithms that build dynamical models from measured data.
    [Show full text]
  • EECS 451 LECTURE NOTES BASIC SYSTEM PROPERTIES What: Input X[N] → |SYSTEM| → Y[N] Output
    EECS 451 LECTURE NOTES BASIC SYSTEM PROPERTIES What: Input x[n] → |SYSTEM| → y[n] output. Why: Design the system to filter input x[n]. DEF: A system is LINEAR if these two properties hold: 1. Scaling: If x[n] → |SYS| → y[n], then ax[n] → |SYS| → ay[n] for: any constant a. NOT true if a varies with time (i.e., a[n]). 2. Superposition: If x1[n] → |SYS| → y1[n] and x2[n] → |SYS| → y2[n], Then: (ax1[n]+ bx2[n]) → |SYS| → (ay1[n]+ by2[n]) for: any constants a, b. NOT true if a or b vary with time (i.e., a[n], b[n]). EX: y[n]=3x[n−2]; y[n]= x[n+1]−nx[n]+2x[n−1]; y[n] = sin(n)x[n]. NOT: y[n]= x2[n]; y[n] = sin(x[n]); y[n]= |x[n]|; y[n]= x[n]/x[n − 1]. NOT: y[n]= x[n] + 1 (try it). This is called an affine system. HOW: If any nonlinear function of x[n], not linear. Nonlinear of just n OK. DEF: A system is TIME-INVARIANT if this property holds: If x[n] → |SYS| → y[n], then x[n − N] → |SYS| → y[n − N] for: any integer time delay N. NOT true if N varies with time (e.g., N(n)). EX: y[n]=3x[n − 2]; y[n] = sin(x[n]); y[n]= x[n]/x[n − 1]. NOT: y[n]= nx[n]; y[n]= x[n2]; y[n]= x[2n]; y[n]= x[−n]. HOW: If n appears anywhere other than in x[n], not time-invariant.
    [Show full text]
  • Digital Signal Processing Lecture Outline Discrete-Time Systems
    Lecture Outline ESE 531: Digital Signal Processing ! Discrete Time Systems ! LTI Systems ! LTI System Properties Lec 3: January 17, 2017 ! Difference Equations Discrete Time Signals and Systems Penn ESE 531 Spring 2017 - Khanna Penn ESE 531 Spring 2017 - Khanna 2 Discrete Time Systems Discrete-Time Systems Penn ESE 531 Spring 2017 - Khanna 4 System Properties Examples ! Causality ! Causal? Linear? Time-invariant? Memoryless? " y[n] only depends on x[m] for m<=n BIBO Stable? ! Linearity ! Time Shift: " Scaled sum of arbitrary inputs results in output that is a scaled sum of corresponding outputs " x[n]y[n =] x[n-m]= x[n − m] " Ax [n]+Bx [n] # Ay [n]+By [n] 1 2 1 2 ! Accumulator: ! Memoryless " y[n] n " y[n] depends only on x[n] y[n] = x[k] ! Time Invariance ∑ k=−∞ " Shifted input results in shifted output " x[n-q] # y[n-q] ! Compressor (M>1): ! BIBO Stability y[n] x[Mn] " A bounded input results in a bounded output (ie. max signal value = exists for output if max ) Penn ESE 531 Spring 2017 - Khanna 5 Penn ESE 531 Spring 2017 - Khanna 6 1 Non-Linear System Example Spectrum of Speech ! Median Filter " y[n]=MED{x[n-k], …x[n+k]} Speech " Let k=1 " y[n]=MED{x[n-1], x[n], x[n+1]} Corrupted Speech Penn ESE 531 Spring 2017 - Khanna 7 Penn ESE 531 Spring 2017 - Khanna 8 Low Pass Filtering Low Pass Filtering Corrupted Speech LP-Filtered Speech Penn ESE 531 Spring 2017 - Khanna 9 Penn ESE 531 Spring 2017 - Khanna 10 Median Filtering LTI Systems Corrupted Speech Med-Filter Speech Penn ESE 531 Spring 2017 - Khanna 11 Penn ESE 531 Spring 2017 - Khanna
    [Show full text]
  • MTHE/MATH 332 Introduction to Control
    1 Queen’s University Mathematics and Engineering and Mathematics and Statistics MTHE/MATH 332 Introduction to Control (Preliminary) Supplemental Lecture Notes Serdar Yuksel¨ April 3, 2021 2 Contents 1 Introduction ....................................................................................1 1.1 Introduction................................................................................1 1.2 Linearization...............................................................................4 2 Systems ........................................................................................7 2.1 System Properties...........................................................................7 2.2 Linear Systems.............................................................................8 2.2.1 Representation of Discrete-Time Signals in terms of Unit Pulses..............................8 2.2.2 Linear Systems.......................................................................8 2.3 Linear and Time-Invariant (Convolution) Systems................................................9 2.4 Bounded-Input-Bounded-Output (BIBO) Stability of Convolution Systems........................... 11 2.5 The Frequency Response (or Transfer) Function of Linear Time-Invariant Systems..................... 11 2.6 Steady-State vs. Transient Solutions............................................................ 11 2.7 Bode Plots................................................................................. 12 2.8 Interconnections of Systems..................................................................
    [Show full text]
  • A Note on BIBO Stability
    1 A Note on BIBO Stability Michael Unser Abstract—The statements on the BIBO stability of continuous- imposes that the result of the convolution be continuous, anda time convolution systems found in engineering textbooks are second (Theorem 3) that characterizes the BIBO-stable filters often either too vague (because of lack of hypotheses) or in full generality. The mathematical derivations are presented mathematically incorrect. What is more troubling is that they usually exclude the identity operator. The purpose of this note in Section IV, where we also make the connection with known is to clarify the issue while presenting some fixes. In particular, results in harmonic analysis. we show that a linear shift-invariant system is BIBO-stable in We like to mention a similar clarification effort by Hans Fe- L the ∞-sense if and only if its impulse response is included in ichtinger, who proposes to limit the framework to convolution the space of bounded Radon measures, which is a superset of operators that are operating on C0(R) (a well-behaved subclass L1(R) (Lebesgue’s space of absolutely integrable functions). As we restrict the scope of this characterization to the convolution of bounded functions) in order to avoid pathologies [3]. This operators whose impulse response is a measurable function, we is another interesting point of view that is complementary to recover the classical statement. ours, as discussed in Section IV. II. BIBO STABILITY:THE CLASSICAL FORMULATION I. INTRODUCTION The convolution of two functions h,f : R → R is the A statement that is made in most courses on the theory of function usually specified by linear systems as well as in the English version of Wikipedia1 △ is that a convolution operator is stable in the BIBO sense t 7→ (h ∗ f)(t) = h(τ)f(t − τ)dτ (1) (bounded input and bounded output) if and only if its impulse ZR response is absolutely summable/integrable.
    [Show full text]
  • Controllability, Observability, Realizability, and Stability of Dynamic Linear Systems
    Electronic Journal of Differential Equations, Vol. 2009(2009), No. 37, pp. 1–32. ISSN: 1072-6691. URL: http://ejde.math.txstate.edu or http://ejde.math.unt.edu ftp ejde.math.txstate.edu CONTROLLABILITY, OBSERVABILITY, REALIZABILITY, AND STABILITY OF DYNAMIC LINEAR SYSTEMS JOHN M. DAVIS, IAN A. GRAVAGNE, BILLY J. JACKSON, ROBERT J. MARKS II Abstract. We develop a linear systems theory that coincides with the ex- isting theories for continuous and discrete dynamical systems, but that also extends to linear systems defined on nonuniform time scales. The approach here is based on generalized Laplace transform methods (e.g. shifts and con- volution) from the recent work [13]. We study controllability in terms of the controllability Gramian and various rank conditions (including Kalman’s) in both the time invariant and time varying settings and compare the results. We explore observability in terms of both Gramian and rank conditions and establish related realizability results. We conclude by applying this systems theory to connect exponential and BIBO stability problems in this general setting. Numerous examples are included to show the utility of these results. 1. Introduction In this paper, our goal is to develop the foundation for a comprehensive linear systems theory which not only coincides with the existing canonical systems theories in the continuous and discrete cases, but also to extend those theories to dynamical systems with nonuniform domains (e.g. the quantum time scale used in quantum calculus [9]). We quickly see that the standard arguments on R and Z do not go through when the graininess of the underlying time scale is not uniform, but we overcome this obstacle by taking an approach rooted in recent generalized Laplace transform methods [13, 19].
    [Show full text]
  • Chapter 3 Control Theory 1 Introduction 2 Transfer Functions
    Chapter 3 Control Theory 1 Introduction To control an object is to influence its behaviour so as to achieve some desired objective. The object to be controlled is usually some dynamic process (a process evolving in time), for example, the UK economy, illness/disease in a patient, air temperature in this lecture theatre. The controls are inputs to the process which can influence its evolution (for example, UK interest rates, medication in patient treatment, radiators in a heating system). The evolution of the process may be monitored by observations or outputs (for example, UK inflation, medical biopsies, temperature sensors in a heating system). A central concept in control theory is that of feedback: the use of information available from the observations or outputs to generate the controls or inputs so as to cause the process to evolve in some desirable manner. Input Dynamical process Output ? Much of control theory is focussed on the question ? . We start with a mathematical description of the dynamic process linking the output to the input. 2 Transfer functions We restrict attention to linear, autonomous, single-input, single-output systems of the form x˙(t)= Ax(t)+ bu(t), x(0) = ξ, A ∈ Rn×n, b ∈ Rn (1) y(t)= cT x(t)+ du(t), c ∈ Rn, d ∈ R , (2) where u is a scalar-valued input and y is a scalar-valued output. The variable x(t) is referred to as the state of the system. By the variation of parameters formula, the solution of (1) is t t 7→ x(t) = (exp At)ξ + (exp A(t − τ))bu(τ) dτ .
    [Show full text]
  • Advanced Control of Continuous-Time LTI-SISO Systems
    i “MAIN” — 2015/11/19 — 9:36 — page 9 — #9 i i i Part I Advanced Control of continuous-time LTI-SISO Systems 9 i i i i i “MAIN” — 2015/11/19 — 9:36 — page 10 — #10 i i i i i i i i “MAIN” — 2015/11/19 — 9:36 — page 11 — #11 i i i Chapter 1 Review of linear systems theory This chapter contains a short review of linear systems theory. The contents of this review roughly correspond with the materials of “Systems and Control 1”. Here and there however, new concepts are introduced that are relevant for the themes that will be treated further on in this course. 1.1 Descriptions and properties of linear systems The first step in feedback controller design is to develop a mathematical model of the process or plant to be controlled. This model should describe the relation between a given input signal u(t) and the system output signal y(t). In this review, we will discuss the modelling of linear, time-invariant (LTI), single-input-single-output (SISO) systems, as depicted in Fig 1.1. These models can be described by differing dynamic models. In the time domain, the physics of an LTI system can be modelled by a linear, ordinary differential equation (ODE) or by a state space model. In the frequency domain, the dynamics of the system can be described by a transfer function or by the frequency response (in the form of a Bode or a Nyquist diagram). u(t) y(t) System SISO linear time-invariant Figure 1.1: Basic setup of a LTI-SISO system.
    [Show full text]
  • Stability Analysis
    12 Stability Analysis 12.1 Introduction..................................................................... 12-1 12.2 Using the State of the System to Determine Stability ............. 12-2 12.3 Lyapunov Stability Theory.................................................. 12-3 12.4 Stability of Time-Invariant Linear Systems............................ 12-4 Stability Analysis with State-Space Notation * The Transfer Ferenc Szidarovszky Function Approach University of Arizona 12.5 BIBO Stability ................................................................. 12-11 A. Terry Bahill 12.6 Bifurcations..................................................................... 12-12 University of Arizona 12.7 Physical Examples ............................................................ 12-12 12.1 Introduction In this chapter, which is based on Szidarovszky and Bahill (1998), we discuss stability. We start by discussing interior stability, where the stability of the state trajectory or equilibrium state is examined and then we discuss exterior stability, in which we guarantee that a bounded input always evokes a bounded output. We present four techniques for examining interior stability: (1) Lyapunov functions, (2) checking the boundedness or limit of the fundamental matrix, (3) finding the location of the eigenvalues for state-space notation, and (4) finding the location of the poles in the complex frequency plane of the closed-loop transfer function. We present two techniques for examining exterior (or BIBO) stability (1) use of the weighting pattern of the system and (2) finding the location of the eigenvalues for state-space notation. Proving stability with Lyapunov functions is very general: it even works for nonlinear and time-varying systems. It is also good for doing proofs. However, proving the stability of a system with Lyapunov functions is difficult. And failure to find a Lyapunov function that proves a system is stable does not prove that the system is unstable.
    [Show full text]
  • ESE 531: Digital Signal Processing
    ESE 531: Digital Signal Processing Lec 3: January 24, 2019 Discrete Time Signals and Systems Penn ESE 531 Spring 2019 - Khanna Lecture Outline ! Discrete Time Systems ! LTI Systems ! LTI System Properties ! Difference Equations Penn ESE 531 Spring 2019 - Khanna 3 Discrete-Time Systems Discrete Time Systems ! Systems manipulate the information in signals ! Examples " Speech recognition system that converts acoustic waves into text " Radar system transforms radar pulse into position and velocity " fMRI system transform frequency into images of brain activity " Moving average system smooths out the day-to-day variability in a stock price Penn ESE 531 Spring 2019 - Khanna 5 System Properties ! Causality " y[n] only depends on x[m] for m<=n ! Linearity " Scaled sum of arbitrary inputs results in output that is a scaled sum of corresponding outputs " Ax1[n]+Bx2[n] # Ay1[n]+By2[n] ! Memoryless " y[n] depends only on x[n] ! Time Invariance " Shifted input results in shifted output " x[n-q] # y[n-q] ! BIBO Stability " A bounded input results in a bounded output (ie. max signal value exists for output if max ) Penn ESE 531 Spring 2019 - Khanna 6 Stability ! BIBO Stability " Bounded-input bounded-output Stability Penn ESE 531 Spring 2019 - Khanna 7 Examples ! Causal? Linear? Time-invariant? Memoryless? BIBO Stable? ! Time Shift: " x[n]y[n =] x[n-m]= x[n − m] ! Accumulator: " y[n] n y[n] = ∑ x[k] k=−∞ ! Compressor (M>1): y[n] = x[Mn] Penn ESE 531 Spring 2019 - Khanna 8 Non-Linear System Example ! Median Filter " y[n]=MED{x[n-k], …x[n+k]} " Let k=1
    [Show full text]
  • EE2S11 Signals and Systems, Part 2 Ch.10 the Z-Transform
    EE2S11 Signals and Systems, part 2 Ch.10 The z-transform Contents definition of the z-transform region of convergence convolution property, stability inverse z-transform Skip sections 10.5.3, 10.6, 10.7 1 12a z-transform January 7, 2020 The z-transform Sampled sequence Suppose that we have a sampled signal: xs (t) = x[n]δ(t − nTs ) , x[n] := x(nTs ) X The Laplace transform L{xs (t)} is −sTs n −n Xs (s) = x[n]L{δ(t − nTs )} = x[n]e = x[n]z , X X X where z := esTs . jΩTs jω For s = jΩ we obtain z = e = e , with ω = ΩTs . More generally: s = σ + jΩ becomes z = eσTs ejΩTs = rejω. 2 12a z-transform January 7, 2020 The z-transform Note that the mapping s → z = esTs is not one-to-one. For a given z = ejω we can take −π ≤ ω ≤ π, this corresponds to π π − ≤ Ω ≤ : the fundamental interval. Ts Ts Complex numbers s = jΩ with Ω outside this interval are mapped onto the same z. Left half-plane is mapped to the inside of the unit circle. s-vlak z-vlak (aliasing) π/Ts ω Ω π 0 −π −π/Ts (aliasing) 3 12a z-transform January 7, 2020 The z-transform From now on, we will work with z and apply this transform to time series, even if there is no connection to continuous-time signals. The z-transform The (two-sided) z-transform of a time series x[n] is defined as ∞ X(z) = Z(x[n]) := x[n]z −n , z ∈ ROC n=X−∞ We also need to indicate the region of convergence (ROC).
    [Show full text]
  • On BIBO Stability of Systems with Irrational Transfer Function
    On BIBO stability of systems with irrational transfer function Ansgar Tr¨achtler* * Heinz Nixdorf Institute, University of Paderborn, F¨urstenallee11, D-33098 Paderborn March 4, 2016 Abstract We consider the input/output-stability of linear time-invariant single-input/single- output systems in terms of singularities of the transfer function F(s) in Laplace domain. The approach is based on complex analysis. A fairly general class of transfer functions F(s) is considered which can roughly be characterized by two properties: (1) F(s) is meromorphic with a finite number of poles in the open right half plane and (2), on the imaginary axes, F(s) may have at most a finite number of poles and branch points. For this class of systems, a complete and thorough characterization of BIBO stability in terms of the singularities in the closed right half-plane is developed where no necessity arises to differentiate between commensurate and incommensurate orders of branch points as often done in literature. A necessary and sufficient condition for BIBO stability is derived which mainly relies on the asymptotic expansion of the impulse response f(t). The second main result is the generalization of the well-known Nyquist citerion for testing closed-loop stability in terms of the open-loop frequency response locus to the class of systems under consideration which is gained by applying Cauchy's argument principle. 1 Introduction arXiv:1603.01059v1 [math.DS] 3 Mar 2016 Non rational transfer functions arise in various context: spatially distributed systems de- scribed by partial differential equations [Sch81, Fra74, Deu12] or, more general, infinite- dimensional systems [CZ95], or systems with one or more dead-time elements, e.g.
    [Show full text]