MUS420 Introduction to Linear State Space Models

Total Page:16

File Type:pdf, Size:1020Kb

MUS420 Introduction to Linear State Space Models State Space Models MUS420 Equations of motion for any physical system may be Introduction to Linear State Space Models conveniently formulated in terms of its state x(t): Julius O. Smith III ([email protected]) Center for Computer Research in Music and Acoustics (CCRMA) Input Forces u(t) Department of Music, Stanford University Stanford, California 94305 ft Model State x(t) x˙(t) February 5, 2019 Outline R State Space Models x˙(t)= ft[x(t),u(t)] • where Linear State Space Formulation • x(t) = state of the system at time t Markov Parameters (Impulse Response) • u(t) = vector of external inputs (typically driving forces) Transfer Function • ft = general function mapping the current state x(t) and Difference Equations to State Space Models inputs u(t) to the state time-derivative x˙(t) • Similarity Transformations The function f may be time-varying, in general • • t Modal Representation (Diagonalization) This potentially nonlinear time-varying model is • • Matlab Examples extremely general (but causal) • Even the human brain can be modeled in this form • 1 2 State-Space History Key Property of State Vector The key property of the state vector x(t) in the state 1. Classic phase-space in physics (Gibbs 1901) space formulation is that it completely determines the System state = point in position-momentum space system at time t 2. Digital computer (1950s) 3. Finite State Machines (Mealy and Moore, 1960s) Future states depend only on the current state x(t) • and on any inputs u(t) at time t and beyond 4. Finite Automata All past states and the entire input history are 5. State-Space Models of Linear Systems • “summarized” by the current state x(t) 6. Reference: State x(t) includes all “memory” of the system Linear system theory: The state space • approach L.A. Zadeh and C.A. Desoer Krieger, 1979 3 4 Force-Driven Mass Example Forming Outputs Consider f = ma for the force-driven mass: Any system output is some function of the state, and possibly the input (directly): Since the mass m is constant, we can use momentum • ∆ p(t)= mv(t) in place of velocity (more fundamental, y(t) = ot[x(t),u(t)] since momentum is conserved) y(t) x(t ) and p(t ) (or v(t )) define the state of the mass ot • 0 0 0 m at time t0 In the absence of external forces f(t), all future states Input Forces u(t) • are predictable from the state at time t0: ft x˙(t) Model State x(t) p(t) = p(t0) (conservation of momentum) 1 t x(t) = x(t )+ p(τ) dτ, t t 0 m ≥ 0 Zt0 External forces f(t) drive the state to arbitrary points R • Usually the output is a linear combination of state in state space: variables and possibly the current input: t ∆ ∆ p(t) = p(t0)+ f(τ) dτ, t t0, p(t) = mv(t) y(t) = Cx(t)+ Du(t) ≥ Zt0 where C and D are constant matrices of 1 t x(t) = x(t )+ p(τ) dτ, t t linear-combination coefficients 0 m ≥ 0 Zt0 5 6 Numerical Integration State Definition We need a state variable for the amplitude of each Recall the general state-space model in continuous time: physical degree of freedom x˙(t)= ft[x(t),u(t)] Examples: An approximate discrete-time numerical solution is x(t + T ) = x(t )+ T f [x(t ),u(t )] Ideal Mass: n n n n tn n n • 1 for n =0, 1, 2,... (Forward Euler) Energy = mv2 state variable = v(t) ∆ 2 ⇒ Let gtn[x(tn),u(tn)] = x(tn)+ Tn ftn[x(tn),u(tn)]: Note that in 3D we get three state variables (vx,vy,vz) u(tn) Ideal Spring: • gt 1 Energy = kx2 state variable = x(t) x(tn) x(tn + Tn) 2 ⇒ Inductor: Analogous to mass, so current • Capacitor: Analogous to spring, so charge • T (or voltage = charge/capacitance) z− n Resistors and dashpots need no state variables • This is a simple example of numerical integration for assigned—they are stateless (no “memory”) • solving the ODE ODE can be nonlinear and/or time-varying • The sampling interval T may be fixed or adaptive • n 7 8 State-Space Model of a Force-Driven Mass Force-Driven Mass Reconsidered For the simple example of a mass m driven by external Why not include position x(t) as well as velocity v(t) in force f along the x axis: the state-space model for the force-driven mass? v(t) x˙(t) 0 1 x(t) 0 = + f(t) x =0 v˙(t) 0 0 v(t) 1/m f(t) m We might expect this because we know from before that the complete physical state of a mass consists of its velocity v and position x! There is only one energy-storage element (the mass), • and it stores energy in the form of kinetic energy Therefore, we should choose the state variable to be • velocity v =x ˙ (or momentum p = mv = mx˙) Newton’s f = ma readily gives the state-space • formulation: 1 v˙ = f m or p˙ = f This is a first-order system (no vector needed) • 9 10 Force-Driven Mass Reconsidered and Dismissed State Variable Summary Position x does not affect stored energy State variable = physical amplitude for some • • energy-storing degree of freedom 1 2 Em = mv 2 Mechanical Systems: • Velocity v(t) is the only energy-storing degree of State variable for each • freedom – ideal spring (linear or rotational) Only velocity v(t) is needed as a state variable – point mass (or moment of inertia) • The initial position x(0) can be kept “on the side” to times the number of dimensions in which it can move • enable computation of the complete state in RLC Electric Circuits: position-momentum space: • State variable for each capacitor and inductor t In Discrete-Time: x(t) = x(0) + v(τ) dτ • Z0 State variable for each unit-sample delay In other words, the position can be derived from the Continuous- or Discrete-Time: • velocity history without knowing the force history • Dimensionality of state-space = order of the system Note that the external force f(t) can only drive v˙(t). (LTI systems) • It cannot drive x˙(t) directly: x˙(t) 0 1 x(t) 0 = + f(t) v˙(t) 0 0 v(t) 1/m 11 12 Discrete-Time Linear State Space Zero-State Impulse Response Models (Markov Parameters) For linear, time-invariant systems, a discrete-time state-space model looks like a vector first-order Linear State-Space Model: finite-difference model: y(n) = Cx(n)+ Du(n) x(n +1) = A x(n)+ B u(n) x(n +1) = Ax(n)+ Bu(n) y(n) = C x(n)+ D u(n) The zero-state impulse response of a state-space model is where ∆ easily found by direct calculation: Let x(0) =0 and N x(n) R = state vector at time n u = Ipδ(n)= diag(δ(n),...,δ(n)). Then • ∈ u(n)= p 1 vector of inputs h(0) = Cx(0)B + DI δ(0) = D • × p y(n)= q 1 output vector x(1) = A x(0) + BIpδ(0) = B • × A = N N state transition matrix h(1) = CB • × B = N p input coefficient matrix x(2) = A x(1) + B δ(1) = AB • × h(2) = CAB C = q N output coefficient matrix • × x(3) = A x(1) + B δ(1) = A2B D = q p direct path coefficient matrix • × h(3) = CA2B The state-space representation is especially powerful for . n 1 multi-input, multi-output (MIMO) linear systems h(n) = CA − B , n> 0 • time-varying linear systems • (every matrix can have a time subscript n) 13 14 Zero-State Impulse Response (Markov Linear State-Space Model Parameters) Transfer Function Thus, the “impulse response” of the state-space model Recall the linear state-space model: can be summarized as • y(n) = C x(n)+ D u(n) D, n =0 h (n)= n 1 x(n +1) = A x(n)+ B u(n) ( CA − B, n> 0 and its “impulse response” Initial state x(0) assumed to be 0 • D, n =0 h Input “impulse” is u = I δ(n)= diag(δ(n),...,δ(n)) (n) = n 1 • p ( CA − B, n> 0 Each “impulse-response sample” h(n) is a p q • matrix, in general × The transfer function is the z transform of the • impulse response: The impulse-response terms CAnB for n 0 are • ≥ called Markov parameters ∆ ∞ n ∞ n 1 n H(z) = h(n)z− = D + CA − B z− n=0 n=1 X X 1 ∞ 1 n = D + z− C z− A B "n=0 # X The closed-form sum of a matrix geometric series gives 1 H(z)= D + C (zI A)− B − (a p q matrix of rational polynomials in z) × 15 16 If there are p inputs and q outputs, then H(z) is a System Poles • p q transfer-function matrix (or× “matrix transfer function”) Above, we found the transfer function to be Given transfer-function coefficients, many digital filter 1 • H(z)= D + C (zI A)− B realizations are possible (different computing − structures) The poles of H(z) are the same as those of ∆ 1 H (z) =(zI A)− Example: (p =3, q =2) p − By Cramer’s rule for matrix inversion, the denominator 1 polynomial for (zI A)− is given by the determinant: − 1 ∆ 1 1 z− 1 d(z) = zI A z − 1+ z− − 1 0.5z 1 | − | H − Q determinant (z)= 1 − 1 1 2 where denotes the of the square matrix 2+3z− 1+ z− (1 z− ) | | − Q (also written as det(Q).) 1 0.1z 1 1 z 1 (1 0.1z 1)(1 0.2z 1) − − − − − − − − In linear algebra, the polynomial d(z)= zI A is • called the characteristic polynomial for the| matrix− | A The roots of the characteristic polynomial are called • the eigenvalues of A Thus, the eigenvalues of the state transition matrix • A are the system poles Each mode of vibration gives rise to a pole pair • 17 18 Initial-Condition Response Difference Equation to State Space Form Going back to the time domain, we have the linear A digital filter is often specified by its difference equation discrete-time state-space model (Direct Form I).
Recommended publications
  • Input and Output Directions and Hankel Singular Values CEE 629
    Principal Input and Output Directions and Hankel Singular Values CEE 629. System Identification Duke University, Fall 2017 1 Continuous-time systems in the frequency domain In the frequency domain, the input-output relationship of a LTI system (with r inputs, m outputs, and n internal states) is represented by the m-by-r rational frequency response function matrix equation y(ω) = H(ω)u(ω) . At a frequency ω a set of inputs with amplitudes u(ω) generate steady-state outputs with amplitudes y(ω). (These amplitude vectors are, in general, complex-valued, indicating mag- nitude and phase.) The singular value decomposition of the transfer function matrix is H(ω) = Y (ω) Σ(ω) U ∗(ω) (1) where: U(ω) is the r by r orthonormal matrix of input amplitude vectors, U ∗U = I, and Y (ω) is the m by m orthonormal matrix of output amplitude vectors, Y ∗Y = I Σ(ω) is the m by r diagonal matrix of singular values, Σ(ω) = diag(σ1(ω), σ2(ω), ··· σn(ω)) At any frequency ω, the singular values are ordered as: σ1(ω) ≥ σ2(ω) ≥ · · · ≥ σn(ω) ≥ 0 Re-arranging the singular value decomposition of H(s), H(ω)U(ω) = Y (ω) Σ(ω) or H(ω) ui(ω) = σi(ω) yi(ω) where ui(ω) and yi(ω) are the i-th columns of U(ω) and Y (ω). Since ||ui(ω)||2 = 1 and ||yi(ω)||2 = 1, the singular value σi(ω) represents the scaling from inputs with complex am- plitudes ui(ω) to outputs with amplitudes yi(ω).
    [Show full text]
  • Lecture 3: Transfer Function and Dynamic Response Analysis
    Transfer function approach Dynamic response Summary Basics of Automation and Control I Lecture 3: Transfer function and dynamic response analysis Paweł Malczyk Division of Theory of Machines and Robots Institute of Aeronautics and Applied Mechanics Faculty of Power and Aeronautical Engineering Warsaw University of Technology October 17, 2019 © Paweł Malczyk. Basics of Automation and Control I Lecture 3: Transfer function and dynamic response analysis 1 / 31 Transfer function approach Dynamic response Summary Outline 1 Transfer function approach 2 Dynamic response 3 Summary © Paweł Malczyk. Basics of Automation and Control I Lecture 3: Transfer function and dynamic response analysis 2 / 31 Transfer function approach Dynamic response Summary Transfer function approach 1 Transfer function approach SISO system Definition Poles and zeros Transfer function for multivariable system Properties 2 Dynamic response 3 Summary © Paweł Malczyk. Basics of Automation and Control I Lecture 3: Transfer function and dynamic response analysis 3 / 31 Transfer function approach Dynamic response Summary SISO system Fig. 1: Block diagram of a single input single output (SISO) system Consider the continuous, linear time-invariant (LTI) system defined by linear constant coefficient ordinary differential equation (LCCODE): dny dn−1y + − + ··· + _ + = an n an 1 n−1 a1y a0y dt dt (1) dmu dm−1u = b + b − + ··· + b u_ + b u m dtm m 1 dtm−1 1 0 initial conditions y(0), y_(0),..., y(n−1)(0), and u(0),..., u(m−1)(0) given, u(t) – input signal, y(t) – output signal, ai – real constants for i = 1, ··· , n, and bj – real constants for j = 1, ··· , m. How do I find the LCCODE (1)? .
    [Show full text]
  • An Approximate Transfer Function Model for a Double-Pipe Counter-Flow Heat Exchanger
    energies Article An Approximate Transfer Function Model for a Double-Pipe Counter-Flow Heat Exchanger Krzysztof Bartecki Division of Control Science and Engineering, Opole University of Technology, ul. Prószkowska 76, 45-758 Opole, Poland; [email protected] Abstract: The transfer functions G(s) for different types of heat exchangers obtained from their par- tial differential equations usually contain some irrational components which reflect quite well their spatio-temporal dynamic properties. However, such a relatively complex mathematical representa- tion is often not suitable for various practical applications, and some kind of approximation of the original model would be more preferable. In this paper we discuss approximate rational transfer func- tions Gˆ(s) for a typical thick-walled double-pipe heat exchanger operating in the counter-flow mode. Using the semi-analytical method of lines, we transform the original partial differential equations into a set of ordinary differential equations representing N spatial sections of the exchanger, where each nth section can be described by a simple rational transfer function matrix Gn(s), n = 1, 2, ... , N. Their proper interconnection results in the overall approximation model expressed by a rational transfer function matrix Gˆ(s) of high order. As compared to the previously analyzed approximation model for the double-pipe parallel-flow heat exchanger which took the form of a simple, cascade interconnection of the sections, here we obtain a different connection structure which requires the use of the so-called linear fractional transformation with the Redheffer star product. Based on the resulting rational transfer function matrix Gˆ(s), the frequency and the steady-state responses of the approximate model are compared here with those obtained from the original irrational transfer Citation: Bartecki, K.
    [Show full text]
  • A Passive Synthesis for Time-Invariant Transfer Functions
    IEEE TRANSACTIONS ON CIRCUIT THEORY, VOL. CT-17, NO. 3, AUGUST 1970 333 A Passive Synthesis for Time-Invariant Transfer Functions PATRICK DEWILDE, STUDENT MEMBER, IEEE, LEONARD hiI. SILVERRJAN, MEMBER, IEEE, AND R. W. NEW-COMB, MEMBER, IEEE Absfroct-A passive transfer-function synthesis based upon state- [6], p. 307), in which a minimal-reactance scalar transfer- space techniques is presented. The method rests upon the formation function synthesis can be obtained; it provides a circuit of a coupling admittance that, when synthesized by. resistors and consideration of such concepts as stability, conkol- gyrators, is to be loaded by capacitors whose voltages form the state. By the use of a Lyapunov transformation, the coupling admittance lability, and observability. Background and the general is made positive real, while further transformations allow internal theory and position of state-space techniques in net- dissipation to be moved to the source or the load. A general class work theory can be found in [7]. of configurations applicable to integrated circuits and using only grounded gyrators, resistors, and a minimal number of capacitors II. PRELIMINARIES is obtained. The minimum number of resistors for the structure is also obtained. The technique illustrates how state-variable We first recall several facts pertinent to the intended theory can be used to obtain results not yet available through synthesis. other methods. Given a transfer function n X m matrix T(p) that is rational wit.h real coefficients (called real-rational) and I. INTRODUCTION that has T(m) = D, a finite constant matrix, there exist, real constant matrices A, B, C, such that (lk is the N ill, a procedure for time-v:$able minimum-re- k X lc identity, ,C[ ] is the Laplace transform) actance passive synthesis of a “stable” impulse response matrix was given based on a new-state- T(p) = D + C[pl, - A]-‘B, JXYI = T(~)=Wl equation technique for imbedding the impulse-response (14 matrix in a passive driving-point impulse-response matrix.
    [Show full text]
  • State Space Models
    State Space Models MUS420 Equations of motion for any physical system may be Introduction to Linear State Space Models conveniently formulated in terms of its state x(t): Julius O. Smith III ([email protected]) Center for Computer Research in Music and Acoustics (CCRMA) Input Forces u(t) Department of Music, Stanford University Stanford, California 94305 ft Model State x(t) x˙(t) February 5, 2019 Outline R State Space Models x˙(t)= ft[x(t),u(t)] • where Linear State Space Formulation • x(t) = state of the system at time t Markov Parameters (Impulse Response) • u(t) = vector of external inputs (typically driving forces) Transfer Function • ft = general function mapping the current state x(t) and Difference Equations to State Space Models inputs u(t) to the state time-derivative x˙(t) • Similarity Transformations The function f may be time-varying, in general • • t Modal Representation (Diagonalization) This potentially nonlinear time-varying model is • • Matlab Examples extremely general (but causal) • Even the human brain can be modeled in this form • 1 2 State-Space History Key Property of State Vector The key property of the state vector x(t) in the state 1. Classic phase-space in physics (Gibbs 1901) space formulation is that it completely determines the System state = point in position-momentum space system at time t 2. Digital computer (1950s) 3. Finite State Machines (Mealy and Moore, 1960s) Future states depend only on the current state x(t) • and on any inputs u(t) at time t and beyond 4. Finite Automata All past states and the entire input history are 5.
    [Show full text]
  • ECE504: Lecture 2
    ECE504: Lecture 2 ECE504: Lecture 2 D. Richard Brown III Worcester Polytechnic Institute 15-Sep-2009 Worcester Polytechnic Institute D. Richard Brown III 15-Sep-2009 1 / 46 ECE504: Lecture 2 Lecture 2 Major Topics We are still in Part I of ECE504: Mathematical description of systems model mathematical description → You should be reading Chen chapters 2-3 now. 1. Advantages and disadvantages of different mathematical descriptions 2. CT and DT transfer functions review 3. Relationships between mathematical descriptions Worcester Polytechnic Institute D. Richard Brown III 15-Sep-2009 2 / 46 ECE504: Lecture 2 Preliminary Definition: Relaxed Systems Definition A system is said to be “relaxed” at time t = t0 if the output y(t) for all t t is excited exclusively by the ≥ 0 input u(t) for t t . ≥ 0 Worcester Polytechnic Institute D. Richard Brown III 15-Sep-2009 3 / 46 ECE504: Lecture 2 Input-Output DE Description: Capabilities and Limitations Example: by˙(t) ay(t)+ = du(t)+ eu˙(t) cy¨(t) + Can describe memoryless, lumped, or distributed systems. + Can describe causal or non-causal systems. + Can describe linear or non-linear systems. + Can describe time-invariant or time-varying systems. + Can describe relaxed or non-relaxed systems (non-zero initial conditions). — No explicit access to internal behavior of systems, e.g. doesn’t directly to apply to systems like “sharks and sardines”. — Difficult to analyze directly (differential equations). Worcester Polytechnic Institute D. Richard Brown III 15-Sep-2009 4 / 46 ECE504: Lecture 2 State-Space Description: Capabilities and Limitations Example: x˙ (t) = Ax(t)+ Bu(t) y(t) = Cx(t)+ Du(t) — Can’t describe distributed systems.
    [Show full text]
  • Chapter 1 Introduction
    Kenneth Pedersen Critical Voltage Distributions in the Dry Type Transformers of Large Wind Turbines when Exposed to Transients PhD thesis, February 2007 Copyright © Ørsted • DTU, Electric Power Engineering Technical University of Denmark Voltage to terminal at node 130 (outlet 7) 1 10 0 10 -1 10 Model .u.] Measurement -2 e [p 10 Voltag -3 10 U V W -4 10 Disc 1 Disc 1 Disc 1 Disc 2 Disc 2 Disc 2 Vout Disc 3 Disc 3 Disc 3 -5 Disc 14 Disc 14 Disc 14 10 1 2 3 D4isc 5 5 Dis6c 5 7 Disc 5 10 10 10 10Disc 6 10 Dis10c 6 10 Disc 6 V1 FrequencDiscy [Hz 7 ] Disc 7 Disc 7 Disc 8 Disc 8 Disc 8 Disc 39 Disc 39 Disc 39 DiDscisc 10314 DisDiscc 10314 DiscDisc 10314 DiDscisc 11145 DisDiscc 11145 DiscDisc 11145 DiDscisc 1256 DisDiscc 1256 DiscDisc 1256 DiDscisc 136 DisDiscc 136 DiscDisc 136 V14 I Preface The present PhD thesis is part of the requirements for obtaining a PhD degree. The work was carried out the at Ørsted•DTU, Power Engineering, Technical University of Denmark. The project ran from 1st of February 2004 until 14th of February 2007 and was financed by Energinet.dk. In addition DONG Energy and ABB Denmark has been part of the steering committee. I would like to thank my supervisors at Ørsted•DTU, Associate Professors Dr. Joachim Holbøll and Dr. Mogens Henriksen for guidance and encouragement. Thanks must also go to the remaining part of the steering committee constituted by Carsten Ras- mussen, Energinet.dk, Erik Koldby, ABB A/S, Denmark and Asger Jensen, DONG Energy as well as Preben Jørgensen, formerly with Energinet.dk, who participated in the steering committee at an early stage.
    [Show full text]
  • Stabilization Theory for Active Multi-Port Networks Mayuresh Bakshi† Member, IEEE,, Virendra R Sule∗ and Maryam Shoejai Baghini‡, Senior Member, IEEE
    1 Stabilization Theory For Active Multi-port Networks Mayuresh Bakshiy Member, IEEE,, Virendra R Sule∗ and Maryam Shoejai Baghiniz, Senior Member, IEEE, Abstract This paper proposes a theory for designing stable interconnection of linear active multi-port networks at the ports. Such interconnections can lead to unstable networks even if the original networks are stable with respect to bounded port excitations. Hence such a theory is necessary for realising interconnections of active multiport networks. Stabilization theory of linear feedback systems using stable coprime factorizations of transfer functions has been well known. This theory witnessed glorious developments in recent past culminating into the H1 approach to design of feedback systems. However these important developments have seldom been utilized for network interconnections due to the difficulty of realizing feedback signal flow graph for multi-port networks with inputs and outputs as port sources and responses. This paper resolves this problem by developing the stabilization theory directly in terms of port connection description without formulation in terms of signal flow graph of the implicit feedback connection. The stable port interconnection results into an affine parametrized network function in which the free parameter is itself a stable network function and describes all stabilizing port compensations of a given network. Index Terms Active networks, Coprime factorization, Feedback stabilization, Multiport network connections. I. INTRODUCTION CTIVE electrical networks, which require energizing sources for their operation, are most widely A used components in engineering. However operating points of such networks are inherently very sensitive to noise, temperature and source variations. Often there are considerable variations in parameters of active circuits from their original design values during manufacturing and cannot be used in applications without external compensation.
    [Show full text]
  • Parameterized Modeling of Multiport Passive Circuit Blocks
    Parameterized Modeling of Multiport Passive Circuit Blocks by Zohaib Mahmood Submitted to the Department of Electrical Engineering and Computer Science in partial fulfillment of the requirements for the degree of Master of Science in Electrical Engineering and Computer Science MASCHU -E ThiJ7T at the OF TC~CL MASSACHUSETTS INSTITUTE OF TECHNOLOGY OCT 735 210 September 2010 L ISRA R I E3 @ Massachusetts Institute of Technology 2010. All rights reserved. ARCHivES Author ........... Depart-.ent of ectrical Engineering and Computer Science August 22, 2010 by. .. .. .. .. k . .. .. Certified .. .. .. .. .. Luca Daniel Associate Professor Thesis Supervisor A. -. Accepted by............. 7 . ......... ............................ Terry Orlando Chairman, Department Committee on Graduate Theses Parameterized Modeling of Multiport Passive Circuit Blocks by Zohaib Mahmood Submitted to the Department of Electrical Engineering and Computer Science on August 22, 2010, in partial fulfillment of the requirements for the degree of Master of Science in Electrical Engineering and Computer Science Abstract System level design optimization has recently started drawing the attention of circuit de- signers. A system level optimizer would search over the entire design space, adjusting the parameters of interest, for optimal performance metrics. These optimizers demand for the availability of parameterized compact dynamical models of all individual modules. The parameters may include geometrical parameters, such as width and spacing for an induc- tor or design parameters such as center frequency or characteristic impedance in case of distributed transmission line structures. The parameterized models of individual blocks need to be compact and passive since the optimizer would be solving differential equations (time domain integration or periodic steady state methods) to compute the performance metrics.
    [Show full text]
  • Application of Vector Fitting to State Equation Representation of Transformers for Simulation Of
    834 IEEE Transactions on Power Delivery, Vol. 13, No. 3, July 1998 APPLICATION OF VECTOR FITTING TO STATE EQUATION REPRESENTATION OF T FOR SIMULATION OF ELECTROMAGNETIC TRANSIE Bjsrn Gustavsen" Adam Semlyen Department of Electrical and Computer Engineering University of Toronto Toronto, Onta.rio, Canada M5S 3G4 * On leave from the Norwegian Electric Power Research Institute (EFI), Trondheim, Norway. Abstract - This paper presents an efficient methodology for transient model can give unstable simulation results, depending on the modeling of power transformers based on measured or calculated connected network. frequency responses. The responses are approximated with rational In this paper we show that the recently developed method of functions using the method of vector fitting. The resulting model is vector fitting [3] is well suited for finding the needed rational dynamically stable since only negative poles are used, and inputatput function approximations. This method produces a state equation stability is assured by a novel adjusting procedure. The methodology is realization (SER) by solving an overdetermined set of equations as used to formulate two different transformer models: I)a full phase a least squares problem. There is no need for predefining partial domain model realized column-by-column, and 2) a model utilizing fractions, and there are inherent limitations only if a fit of very modal diagonalization. The application of the models is demonstrated order is desired for frequency responses with many peaks. for a 41 0 MVA generator step up transformer. high We use vector fitting to formulate two transformer models based 1 INTRODUCTION on the short circuit admittance matrix Y : The transient behavior of power transformers is very difficult 1.
    [Show full text]
  • Approximate State–Space and Transfer Function Models for 2×2 Linear Hyperbolic Systems with Collocated Boundary Inputs
    Int. J. Appl. Math. Comput. Sci., 2020, Vol. 30, No. 3, 475–491 DOI: 10.34768/amcs-2020-0035 APPROXIMATE STATE–SPACE AND TRANSFER FUNCTION MODELS FOR 2×2 LINEAR HYPERBOLIC SYSTEMS WITH COLLOCATED BOUNDARY INPUTS a KRZYSZTOF BARTECKI aInstitute of Control Engineering Opole University of Technology ul. Prószkowska 76, 45-758 Opole, Poland e-mail: [email protected] Two approximate representations are proposed for distributed parameter systems described by two linear hyperbolic PDEs with two time- and space-dependent state variables and two collocated boundary inputs. Using the method of lines with the backward difference scheme, the original PDEs are transformed into a set of ODEs and expressed in the form of a finite number of dynamical subsystems (sections). Each section of the approximation model is described by state-space equations with matrix-valued state, input and output operators, or, equivalently, by a rational transfer function matrix. The cascade interconnection of a number of sections results in the overall approximation model expressed in finite-dimensional state-space or rational transfer function domains, respectively. The discussion is illustrated with a practical example of a parallel-flow double-pipe heat exchanger. Its steady-state, frequency and impulse responses obtained from the original infinite-dimensional representation are compared with those resulting from its approximate models of different orders. The results show better approximation quality for the “crossover” input–output channels where the in-domain effects prevail as compared with the “straightforward” channels, where the time-delay phenomena are dominating. Keywords: distributed parameter system, hyperbolic equations, approximation model, state space, transfer function.
    [Show full text]
  • Simulation Model of a Matrix Converter Using Indirect Transfer Function Approach
    International Journal of Advanced in Management, Technology and Engineering Sciences ISSN NO : 2249-7455 Simulation Model of a Matrix Converter using Indirect Transfer Function Approach UditSagar Sahu1, *Dr. G.C. Biswal2, *Dr. S.P. Shukla3 1M.Tech scholar, Bhilai Institute of Technology, Durg 2Department of Electrical Engineering, Bhilai Institute of Technology, Durg 3Department of Electrical Engineering, Bhilai Institute of Technology, Durg [email protected], [email protected],[email protected] Abstract A matrix converter is an AC-AC power converter topology which seems to be an alternative to conventional AC-DC-AC converter. It is an array of bidirectional controlled switches that couples directly the three phase sources to three phase balanced load without the need of bulky and limited lifetime energy storage elements. This paper discuss the operating principle and space vector modulation scheme for indirect transfer function matrix converter. The simulation and experimental result are shown to prove the ability of the converter to generate three phase output voltage and current of different frequency with respect to input three phase voltage and current frequency. Also the input power factor is maintained to near unity irrespective of load Keywords – Matrix converter (MC), Indirect Transfer Approach, AC-AC power conversion. 1. Introduction The most desirable characteristics of power converters are simple and compact power circuit, generation of load voltage of constant amplitude and frequency, cosinosodial input and output currents, operating with unity power factor for any load and regeneration capability. This all features are fulfilled by the matrix converter. The Matrix Converter is an array of (m x n) fully controlled bidirectional switches which transform „m‟ input voltage of particular frequency in to „n‟ output voltage in to different frequency.
    [Show full text]