Lecture 04: Discrete Frequency Domain Analysis (Z-Transform)

Total Page:16

File Type:pdf, Size:1020Kb

Lecture 04: Discrete Frequency Domain Analysis (Z-Transform) Lecture 04: Discrete Frequency Domain Analysis (z-transform) John Chiverton School of Information Technology Mae Fah Luang University 1st Semester 2009/ 2552 Outline Overview Lecture Contents Introduction z-Transform Time Delays in z-Transform Representations The Inverse z-Transform Stability BIBO Stability Lecture Contents Overview Lecture Contents Introduction z-Transform Time Delays in z-Transform Representations The Inverse z-Transform Stability BIBO Stability Outline Overview Lecture Contents Introduction z-Transform Time Delays in z-Transform Representations The Inverse z-Transform Stability BIBO Stability Introduction to the z-transform The z-transform I Transforms a digital signal to a frequency respresentation I Used for stability analysis using the poles and zeros I Also used for frequency analysis Outline Overview Lecture Contents Introduction z-Transform Time Delays in z-Transform Representations The Inverse z-Transform Stability BIBO Stability z-Transform Two z-transforms are common in digital signal processing. The one-sided or unilateral z-transform: 1 X X(z) = x[n]z−n n=0 and the bilateral z-transform: 1 X X(z) = x[n]z−n: n=−∞ The one-sided transform is considered here only. z-Transform Example Q. Find the z-Transform of a step function: 1 for n ≥ 0 x[n] = 0 elsewhere A. 1 1 X X X(z) = x[n]z−n = z−n n=0 n=0 =(z0 + z−1 + z−2 + z−3 + z−4 + :::) „ 1 1 1 1 « = 1 + + + + + ::: z z2 z3 z4 This is a geometric series of the form: 1 X a s = ark = 1 − r k=0 where a = 1 and r = z−1 so that 1 z X(z) = = : 1 − z−1 z − 1 z-Transform Example Q. Find the z-Transform of a square pulse: 0:2 for 0 ≤ n < 5 x[n] = 0 elsewhere A. 1 4 X X X(z) = x[n]z−n = 0:2 z−n n=0 n=0 =0:2(z0 + z−1 + z−2 + z−3 + z−4) „ 1 1 1 1 « =0:2 1 + + + + z z2 z3 z4 This is a geometric series of the form: n−1 X 1 − rn s = ark = a 1 − r k=0 where a = 0:2, n = 5 and r = z−1 so that 1 − z−5 z5 − 1 z5 − 1 X(z) = 0:2 = 0:2 = 0:2 : 1 − z−1 z5 − z4 z4(z − 1) Time delays in z-Transform Representations Each z−1 in a z-Transform can be considered as a single time delay. Consider the time-shifted or delayed unit impulse: x[n] = δ[n − τ] then the z-Transform is given by: 1 X X(z) = δ[n − τ]zn = z−τ n=0 indicating a delay of τ samples. The z-Transform and Time Delay Example Q. Find the signal corresponding to the z-Transform: z X(z) = : z − 0:5 1 P k a A. Remember the geometric series formula: s = ar = 1−r : Need to find the form k=0 of X(z) to easily find r and a... Dividing the numerator and denominator by z gives 1 X(z) = : 1 − 0:5z−1 So that r = 0:5z−1 and a = 1 then 1 X k X(z) = `0:5z−1´ = 1 + 0:5z−1 + (0:5z−1)2 + (0:5z−1)3 + (0:5z−1)4 + ::: k=0 =1 + 0:5z−1 + 0:25z−2 + 0:125z−1 + 0:0625z−4 + ::: Remembering that each z−1 is a delay of 1 time instance, the signal x[n] is then given by the coefficients for each time instance, i.e. x[0] = 1, x[1] = 0:5, x[2] = 0:25, x[3] = 0:125, x[4] = 0:0625 etc. The z-Transform and Time Delay Example 2 Q. Find the signal corresponding to the z-Transform: z2 − 0:2 X(z) = z(z − 0:2) n−1 P k 1−rn A. Remember the geometric series formula: s = ar = a 1−r . Need to find the k=0 form of X(z) to easily find r, a and n... Dividing through by z2 gives 1 − 0:2z−2 X(z) = : 1 − 0:2z−1 So that r = 0:2z−1, a = 1 and n = 2 resulting in: n−1 1 X X X(z) = ark = (0:2z−1)k = 1 + 0:2z−1: k=0 k=0 Therefore the original signal, x[n] is given by x[0] = 1 and x[1] = 0:2. Outline Overview Lecture Contents Introduction z-Transform Time Delays in z-Transform Representations The Inverse z-Transform Stability BIBO Stability The Inverse z-Transform The inverse z-Transform Z−1(X(z)) is given by 1 Z x[n] = Z−1(X(z)) = X(z)zn−1dz 2πj I The inverse z-Transform is not usually computed directly. I Instead the z-Transform is split into parts using partial fractions I And then the inverse z-Transform of the parts are found using a table of z-Transform pairs. Table of (unilateral) z-Transform Pairs Lynn and Fuerst give the following table of z-Transform pairs: Signal x[n] z-Transform X(z) δ[n] 1 1 for n ≥ 0 u[n] = z 0 elsewhere z−1 n for n ≥ 0 r[n] = z 0 elsewhere (z−1)2 n z a u[n] z−a n z(1−a) (1 − a )u[n] (z−a)(z−1) z(z−cos(Ω0) cos(nΩ0)u[n] 2 z −2z cos(Ω0)+1 z sin(Ω0) sin(nΩ0)u[n] 2 z −2z cos(Ω0)+1 n az sin(Ω0) a sin(nΩ0)u[n] 2 2 z −2az cos(Ω0)+a The z-Transform representation has therefore to be separated using partial fractions into parts, each of the form of the expressions on the right hand side of the above table. Method of Partial Fractions Example Q. Decompose the following function into partial fractions: 1 : (z + 3)(z − 2) A. Let 1 A B = + : (z + 3)(z − 2) z + 3 z − 2 Then A(z − 2) + B(z + 3) = 1: So that Az − 2A + Bz + 3B = 1 z(A + B) − 2A + 3B = 1 Therefore z(A + B) = 0 ) A = −B and −2A + 3B = 1 so that −2A − 3A = 1 1 1 giving A = − 5 and B = 5 . Check: A B − 1 1 1 (5) 1 + = 5 + 5 = 5 = z + 3 z − 2 z + 3 z − 2 (z + 3)(z + 2) (z + 3)(z + 2) Method of Partial Fractions: Cover up method Example Q. Decompose the following function into partial fractions: z : (z + 3)(z − 2) z A B A. Let (z+3)(z−2) = z+3 + z−2 : To find A ) z + 3 = 0 ) z = −3. ˛ z ˛ −3 3 A = ˛ = = : (z + 3)(z − 2) ˛z=−3 −3 − 2 5 To find B ) z − 2 = 0 ) z = 2. ˛ z ˛ 2 2 B = ˛ = = : (z + 3)(z − 2) ˛z=2 2 + 3 5 Hence z 3 2 = 5 + 5 : (z + 3)(z − 2) z + 3 z − 2 Check: 3 2 3 (z − 2) + 2 (z + 3) 3 z − 6 + 2 z + 6 z 5 + 5 = 5 5 = 5 5 5 5 = : z + 3 z − 2 (z + 3)(z − 2) (z + 3)(z − 2) (z + 3)(z − 2) Inverse z-Transform Example Q. Find the inverse z-Transform of: 1 1 „ 1 1 « X(z) = = − : (1) (z + 3)(z − 2) 5 z − 2 z + 3 A. Re-writing (1) to z−1 „ z z « X(z) = − : (2) 5 z − 2 z + 3 Enables us to find inverse z-Transforms for the two terms inside the brackets: „ z « Z−1 = 2nu[n] z − 2 and „ z « Z−1 − = −((−3)n)u[n]: z + 3 The two terms are multiplied by z−1 which is equivalent to a time delay hence the final signal is given by: 1 “ ” x[n] = Z−1(X(z)) = 2(n−1)u[n − 1] − ((−3)(n−1))u[n − 1] : 5 Inverse z-Transform Example Q. Find the inverse z-Transform of: z X(z) = : (z + 3)(z − 2) 3 2 z 5 5 A. From earlier the partial fraction expansion is given by: (z+3)(z−2) = z+3 + z−2 : (i) However it is more convenient if we divide both sides by z first. Hence (ii) We saw earlier: „ « X(z) 1 −1 z n = : Z = 2 u[n] z (z + 3)(z − 2) z − 2 and The Right Hand Side (RHS) has partial fractions (see earlier slide): „ z « Z−1 − = −((−3)n)u[n] z + 3 X(z) − 1 1 = 5 + 5 : z z + 3 z − 2 so that Multiplying both sides by z then gives: x[n] =Z−1(X(z)) “ ” 1 „ −z z « 1 (n) (n) X(z) = + : = 2 u[n] − ((−3) )u[n] : 5 z + 3 z − 2 5 Inverse z-Transform: Algebraic Long Division The numerator and the denominator of the z-Transform can be divided using algebraic long division to find coefficients that correspond to the original signal. Example Q. Given H(z) = z = z , determine the coefficients. (z−1)(z+2) z2+z−2 A. Via algebraic or polynomial long So the coefficients of the original signal division: are given by: x[0] = 0, x[1] = 1, x[2] = −1, x[3] = 3, z−1 − z−2 + 3z−3 − 5z−4::: x[4] = −5, etc. 2 This can be checked by performing the z + z − 2dz inverse z-Transform on H(z). z + 1 − 2z−1 Expansion with partial fractions gives: 1 “ z z ” −1 H(z) = − − 1 + 2z 3 z−1 z+2 −1 −2 Inverse z-Transform: x[n] = −1 − z + 2z −1 1 n Z (H(z)) = 3 (u[n] − (−2) u[n]) 3z−1 − 2z−2 1 Then x[0] = 3 (1 − 1) = 0, −1 −2 −3 1 3z + 3z − 5z x[1] = 3 (1 + 2) = 1, x[2] = 1 (1 − 4) = −1, − 5z−2 + 5z−3 3 1 x[3] = 3 (1 + 8) = 3, ::: 1 x[4] = 3 (1 − 15) = −5, etc.
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]