Modeling time-varying storage components in PSpice

Size: px
Start display at page:

Download "Modeling time-varying storage components in PSpice"

Transcription

1 Moeling time-varying storage components in PSpice Dalibor Biolek, Zenek Kolka, Viera Biolkova Dept. of EE, FMT, University of Defence Brno, Czech Republic Dept. of Microelectronics/Raioelectronics, FEEC, Brno University of Technology, Czech Republic fax Abstract The paper escribes a metho of moeling linear non-stationary capacitors an inuctors in PSpice. The capacitance or inuctance is generally varying in time accoring to a law which can be escribe either by an analytical formula or by a set of points, acquire by measurement. This metho is verifie by comparing the simulation results of a sample circuit in OrCa PSpice with the results from Micro-Cap, which enables irect moeling of the time-varying capacitances an inuctances. 1 Introuction The impossibility of a irect simulation of circuits with time-varying capacitors an inuctors belongs to well-known limitations of the PSpice program [1]. This program enables only the moeling of nonlinear polynomial capacitance/voltage an inuctance/current relations [2]. By means of tools of behavioral moeling, general nonlinearities can be moele aitionally on the assumption that the component parameters are time invariant [3]. From this point of view, there is a problem if one nees a transient analysis of parametric circuits in which the storage components vary their parameters accoring to a function of time that is perioical in most cases. This function can be available in the analytical form or as a set of measure points. It is well-known that the common equations v = i, ic = C vc (1) are not true when capacitances an inuctances are time-varying [4]. More complicate equations must be use for such cases: v = ( ( i ) = ( i + i ( (2) ic = ( C( vc ) = C( vc + vc C( However, there are two reasons why the above equations are not a proper starting point for PSpice moeling: 1. They contain the time erivatives of variables an C. While moeling the an C variables versus time via a look-up table, then the piece-wise approximation in PSpice leas to time-iscontinuous erivatives. It can be a source of potential problems uring the simulation incluing the convergence problems. 2. The a C variables as functions of time still appear in the equations. That is why these components cannot be moele by conventional PSpice storage components.

2 In this paper, a simple proceure is escribe how to overcome both problems, incluing the possibility of efining the initial conitions, i.e. the inuctor current an the capacitor voltage at time. The proceure is vali for linear time-varying an C evices. 2 ( an C( moeling The integration of ifferential equations (2) with subsequent simple arrangement will yiel the equations of time-varying inuctor an capacitor in the integral form: i () i () + t C C = ( v C() v () +, (, vc =, C(. (3a, b) C( It follows from these equations that the inuctor can be moele by a controlle current source an the capacitor by a controlle voltage source. The value of inuctor current at a concrete time instance is given by the initial value of the prouct of current an inuctance, by the integral of voltage, an by the instantaneous value of inuctance. Similarly, the value of capacitor voltage at a concrete time instance is given by the initial value of the prouct of voltage an capacitance, by the integral of current, an by the instantaneous value of capacitance. It is necessary to ensure that neither the capacitance nor the inuctance are zero at any time instance uring the simulation. However, it is a common limitation in the PSpice program. A emonstration of the Spice subcircuit for moeling the inuctor base on Eq. (3a) is in Table 1. The following function is use for moeling the time-varying inuctance: = (1 +.8sin(2π f ), = 1mH, f 5kHz. (4) ( =.subckt inuctor + - params: I=.func (time) {1m*(1+.8*sin(2*pi*5k*time))} gcurr + - value={(s(v(+,-))+i*())/(time)}.ens Table 1: Spice subcircuit for moeling ( accoring to (4). The inuctance is moele via the user-efine function. The inuctor current accoring to (3a) is generate by the G-type current source. The stanar SDT function of PSpice is use to integrate the inuctor voltage. The subcircuit can be calle with the I parameter, which inicates the initial current of the inuctor. A similar subcircuit for moeling the capacitor accoring to Eq. (3b) is in Table 2. For illustration, the time epenence of the capacity is now moele via a look-up table. At time, the capacitance is 5nF, after 1ns it is proportionally increase to 1nF, keeping this value till the time of 1us. Then it falls linearly to 5nF within a time slot of 1ns..subckt capacitor + - params: VC=.func C(time) {TABE(time, +, 5nF, 1ns, 1nF, 1us, 1nF, 1us+1ns, 5nF)} Ec + - value={(s(i(ec))+vc*c())/c(time)}.ens Table 2: Spice subcircuit for moeling the time-varying capacitance by piece-wise-linear function. t i

3 A rawback of the TABE function consists in the inability of making the time-omain function perioical. This can be overcome by a trick in which the time-varying capacitance or inuctance is moele in PSpice as a signal in the form of voltage or current by an inepenent V- or I- source, associate with the PW attribute. A emonstration is in Table 3..subckt capacitor + - params: VC=.param C 5nF Vc c PW + REPEAT FOREVER + (, {C}) + (1ns, 1nF) + (1us, 1nF) + (1us+1ns, 5nF) + (2us, 5nF) + ENDREPEAT Ec + - value={(s(i(ec))+vc*c)/v(c)}.ens Table 3: Moel of perioically varying capacitance; the look-up table is efine within one repeating perio. 3 Examples of computer simulation et us consier the benchmark RC circuit in Fig. 1. In the first step, the capacitor has a fixe capacitance of C = 7.5nF whereas the inuctance varies in time accoring to formula (4). The transient phenomenon cause by applying the battery is analyze. The initial conitions are as follows: v C () = V an i ()=, 1mA, an 2mA. R out V 1V 1k C Fig. 1: Benchmark circuit with time-varying storage components. The analysis in OrCa PSpice A/D program v using the inuctor subcircuit from Table 1 leas to the results in Fig. 2. The voltage an current waveforms converge to a perioical steay state with a repeating perio of 2µs. It correspons to the frequency of variation of the inuctance values. Since the analytical solution of this circuit is complicate, the simulation results have been compare to those from Micro-Cap program v. 9 [5], in which the moels of time-varying storage components are irectly implemente. In Micro-Cap, two circuits have been analyze simultaneously: the circuit with the utilization of Micro-Cap moels, an the original circuit from PSpice, whose moel bas been exporte into Micro-Cap as a Spice netlist. The results are virtually ientical with small ifferences of less than fractions of percentage points.

4 4.mA A SE>> -4.mA 1.V I(X:1) V -1.V s 2us 4us 6us 8us 1us V(ou Time Fig. 2: Results of transient analysis of circuit from Fig. 1 for C = 7.5nF an time-varying inuctance accoring to Table 1, for initial conitions i ()=, 1mA, an 2mA. In the next step, the capacitor with C = 7.5nF was replace by a time-varying capacitor accoring to Table 3, when the capacitance is toggle every microsecon between the values of 5nF an 1nF. The resulting waveforms generate by PSpice are in Fig. 3. The agreement with Micro-Cap is again excellent.

5 4.mA A -4.mA 1.V I(X:1) V SE>> -1.2V s 2us 4us 6us 8us 1us V(ou Time Fig. 3: Results of transient analysis of circuit in Fig. 1 for time-varying inuctance an capacitance accoring to Table 1 an Table 3 an for zero initial conitions. 4 Conclusions An effective metho of moeling time-varying storage components in PSpice is escribe in the paper. The time epenence can be moele by mathematical formulae or via look-up tables, acquire e.g. by measurements. In all the above cases, it is possible to perioize these an C time-omain functions. The metho escribe can take avantage of the transient analysis of a number of parametric circuits whose operation is base on parametric control of storage components.

6 References [1] PSpice A/D Reference Guie, inclues PSpice A/D, PSpice A/D Basics, an Pspice. Prouct Version 15.7, July 26. In OrCAD_15.7\oc\pspcref\ [2] Vlaimirescu, A. The Spice Book. John Wiley&Sons, Inc., [3] A Nonlinear Capacitor Moel for Use in Pspice. Application Note, Caence, [4] Desoer, Ch. A. an Kuh, E.S. Basic Circuit Theory, McGraw-Hill Book Company, [5] Acknowlegment This work is supporte by the Grant Agency of the Czech Republic uner grants No. 12/5/771 an 12/5/277, an by the research programmes of BUT MSM216353, MSM , an UD Brno MO FVT43.

A Novel Decoupled Iterative Method for Deep-Submicron MOSFET RF Circuit Simulation

A Novel Decoupled Iterative Method for Deep-Submicron MOSFET RF Circuit Simulation A Novel ecouple Iterative Metho for eep-submicron MOSFET RF Circuit Simulation CHUAN-SHENG WANG an YIMING LI epartment of Mathematics, National Tsing Hua University, National Nano evice Laboratories, an

More information

The derivative of a function f(x) is another function, defined in terms of a limiting expression: f(x + δx) f(x)

The derivative of a function f(x) is another function, defined in terms of a limiting expression: f(x + δx) f(x) Y. D. Chong (2016) MH2801: Complex Methos for the Sciences 1. Derivatives The erivative of a function f(x) is another function, efine in terms of a limiting expression: f (x) f (x) lim x δx 0 f(x + δx)

More information

Application of the homotopy perturbation method to a magneto-elastico-viscous fluid along a semi-infinite plate

Application of the homotopy perturbation method to a magneto-elastico-viscous fluid along a semi-infinite plate Freun Publishing House Lt., International Journal of Nonlinear Sciences & Numerical Simulation, (9), -, 9 Application of the homotopy perturbation metho to a magneto-elastico-viscous flui along a semi-infinite

More information

SYNCHRONOUS SEQUENTIAL CIRCUITS

SYNCHRONOUS SEQUENTIAL CIRCUITS CHAPTER SYNCHRONOUS SEUENTIAL CIRCUITS Registers an counters, two very common synchronous sequential circuits, are introuce in this chapter. Register is a igital circuit for storing information. Contents

More information

Transmission Line Matrix (TLM) network analogues of reversible trapping processes Part B: scaling and consistency

Transmission Line Matrix (TLM) network analogues of reversible trapping processes Part B: scaling and consistency Transmission Line Matrix (TLM network analogues of reversible trapping processes Part B: scaling an consistency Donar e Cogan * ANC Eucation, 308-310.A. De Mel Mawatha, Colombo 3, Sri Lanka * onarecogan@gmail.com

More information

Polynomial Inclusion Functions

Polynomial Inclusion Functions Polynomial Inclusion Functions E. e Weert, E. van Kampen, Q. P. Chu, an J. A. Muler Delft University of Technology, Faculty of Aerospace Engineering, Control an Simulation Division E.eWeert@TUDelft.nl

More information

THE VAN KAMPEN EXPANSION FOR LINKED DUFFING LINEAR OSCILLATORS EXCITED BY COLORED NOISE

THE VAN KAMPEN EXPANSION FOR LINKED DUFFING LINEAR OSCILLATORS EXCITED BY COLORED NOISE Journal of Soun an Vibration (1996) 191(3), 397 414 THE VAN KAMPEN EXPANSION FOR LINKED DUFFING LINEAR OSCILLATORS EXCITED BY COLORED NOISE E. M. WEINSTEIN Galaxy Scientific Corporation, 2500 English Creek

More information

Chapter 9 Method of Weighted Residuals

Chapter 9 Method of Weighted Residuals Chapter 9 Metho of Weighte Resiuals 9- Introuction Metho of Weighte Resiuals (MWR) is an approimate technique for solving bounary value problems. It utilizes a trial functions satisfying the prescribe

More information

An inductance lookup table application for analysis of reluctance stepper motor model

An inductance lookup table application for analysis of reluctance stepper motor model ARCHIVES OF ELECTRICAL ENGINEERING VOL. 60(), pp. 5- (0) DOI 0.478/ v07-0-000-y An inuctance lookup table application for analysis of reluctance stepper motor moel JAKUB BERNAT, JAKUB KOŁOTA, SŁAWOMIR

More information

4. CONTROL OF ZERO-SEQUENCE CURRENT IN PARALLEL THREE-PHASE CURRENT-BIDIRECTIONAL CONVERTERS

4. CONTROL OF ZERO-SEQUENCE CURRENT IN PARALLEL THREE-PHASE CURRENT-BIDIRECTIONAL CONVERTERS 4. CONRO OF ZERO-SEQUENCE CURREN IN PARAE HREE-PHASE CURREN-BIDIRECIONA CONVERERS 4. A NOVE ZERO-SEQUENCE CURREN CONRO 4.. Zero-Sequence Dynamics he parallel boost rectifier moel in Figure.4 an the parallel

More information

Chapter 3. Modeling with First-Order Differential Equations

Chapter 3. Modeling with First-Order Differential Equations Chapter 3 Moeling with First-Orer Differential Equations i GROWTH AND DECAY: The initial-value problem x = kx, x(t 0 ) = x 0, (1) where k is a constant of proportionality, serves as a moel for iverse phenomena

More information

ELEC3114 Control Systems 1

ELEC3114 Control Systems 1 ELEC34 Control Systems Linear Systems - Moelling - Some Issues Session 2, 2007 Introuction Linear systems may be represente in a number of ifferent ways. Figure shows the relationship between various representations.

More information

STATISTICAL LIKELIHOOD REPRESENTATIONS OF PRIOR KNOWLEDGE IN MACHINE LEARNING

STATISTICAL LIKELIHOOD REPRESENTATIONS OF PRIOR KNOWLEDGE IN MACHINE LEARNING STATISTICAL LIKELIHOOD REPRESENTATIONS OF PRIOR KNOWLEDGE IN MACHINE LEARNING Mark A. Kon Department of Mathematics an Statistics Boston University Boston, MA 02215 email: mkon@bu.eu Anrzej Przybyszewski

More information

LATTICE-BASED D-OPTIMUM DESIGN FOR FOURIER REGRESSION

LATTICE-BASED D-OPTIMUM DESIGN FOR FOURIER REGRESSION The Annals of Statistics 1997, Vol. 25, No. 6, 2313 2327 LATTICE-BASED D-OPTIMUM DESIGN FOR FOURIER REGRESSION By Eva Riccomagno, 1 Rainer Schwabe 2 an Henry P. Wynn 1 University of Warwick, Technische

More information

Conservation laws a simple application to the telegraph equation

Conservation laws a simple application to the telegraph equation J Comput Electron 2008 7: 47 51 DOI 10.1007/s10825-008-0250-2 Conservation laws a simple application to the telegraph equation Uwe Norbrock Reinhol Kienzler Publishe online: 1 May 2008 Springer Scienceusiness

More information

How the potentials in different gauges yield the same retarded electric and magnetic fields

How the potentials in different gauges yield the same retarded electric and magnetic fields How the potentials in ifferent gauges yiel the same retare electric an magnetic fiels José A. Heras a Departamento e Física, E. S. F. M., Instituto Politécnico Nacional, México D. F. México an Department

More information

Lectures - Week 10 Introduction to Ordinary Differential Equations (ODES) First Order Linear ODEs

Lectures - Week 10 Introduction to Ordinary Differential Equations (ODES) First Order Linear ODEs Lectures - Week 10 Introuction to Orinary Differential Equations (ODES) First Orer Linear ODEs When stuying ODEs we are consiering functions of one inepenent variable, e.g., f(x), where x is the inepenent

More information

Adjoint Transient Sensitivity Analysis in Circuit Simulation

Adjoint Transient Sensitivity Analysis in Circuit Simulation Ajoint Transient Sensitivity Analysis in Circuit Simulation Z. Ilievski 1, H. Xu 1, A. Verhoeven 1, E.J.W. ter Maten 1,2, W.H.A. Schilers 1,2 an R.M.M. Mattheij 1 1 Technische Universiteit Einhoven; e-mail:

More information

A PAC-Bayesian Approach to Spectrally-Normalized Margin Bounds for Neural Networks

A PAC-Bayesian Approach to Spectrally-Normalized Margin Bounds for Neural Networks A PAC-Bayesian Approach to Spectrally-Normalize Margin Bouns for Neural Networks Behnam Neyshabur, Srinah Bhojanapalli, Davi McAllester, Nathan Srebro Toyota Technological Institute at Chicago {bneyshabur,

More information

Chapter 31: RLC Circuits. PHY2049: Chapter 31 1

Chapter 31: RLC Circuits. PHY2049: Chapter 31 1 Chapter 31: RLC Circuits PHY049: Chapter 31 1 LC Oscillations Conservation of energy Topics Dampe oscillations in RLC circuits Energy loss AC current RMS quantities Force oscillations Resistance, reactance,

More information

Linear First-Order Equations

Linear First-Order Equations 5 Linear First-Orer Equations Linear first-orer ifferential equations make up another important class of ifferential equations that commonly arise in applications an are relatively easy to solve (in theory)

More information

Lecture 6: Control of Three-Phase Inverters

Lecture 6: Control of Three-Phase Inverters Yoash Levron The Anrew an Erna Viterbi Faculty of Electrical Engineering, Technion Israel Institute of Technology, Haifa 323, Israel yoashl@ee.technion.ac.il Juri Belikov Department of Computer Systems,

More information

Spurious Significance of Treatment Effects in Overfitted Fixed Effect Models Albrecht Ritschl 1 LSE and CEPR. March 2009

Spurious Significance of Treatment Effects in Overfitted Fixed Effect Models Albrecht Ritschl 1 LSE and CEPR. March 2009 Spurious Significance of reatment Effects in Overfitte Fixe Effect Moels Albrecht Ritschl LSE an CEPR March 2009 Introuction Evaluating subsample means across groups an time perios is common in panel stuies

More information

3.0 DETECTION THEORY. Figure 3-1 IF Receiver/Signal Processor Representation

3.0 DETECTION THEORY. Figure 3-1 IF Receiver/Signal Processor Representation 3.0 DEECON HEORY 3. NRODUCON n some of our raar range equation problems we looke at fining the etection range base on NRs of 3 an 0 B. We now want to evelop some of the theory that explains the use of

More information

SIMULATION OF POROUS MEDIUM COMBUSTION IN ENGINES

SIMULATION OF POROUS MEDIUM COMBUSTION IN ENGINES SIMULATION OF POROUS MEDIUM COMBUSTION IN ENGINES Jan Macek, Miloš Polášek Czech Technical University in Prague, Josef Božek Research Center Introuction Improvement of emissions from reciprocating internal

More information

Dynamic Modeling and Analysis of Large-scale Power Systems in the DQ0 Reference Frame

Dynamic Modeling and Analysis of Large-scale Power Systems in the DQ0 Reference Frame Dynamic Moeling an Analysis of Large-scale Power Systems in the DQ0 Reference Frame Juri Belikov Tallinn University of Technology juri.belikov@ttu.ee December 12, 2017 Juri Belikov (TUT) Moeling an Ientification

More information

Improving Estimation Accuracy in Nonrandomized Response Questioning Methods by Multiple Answers

Improving Estimation Accuracy in Nonrandomized Response Questioning Methods by Multiple Answers International Journal of Statistics an Probability; Vol 6, No 5; September 207 ISSN 927-7032 E-ISSN 927-7040 Publishe by Canaian Center of Science an Eucation Improving Estimation Accuracy in Nonranomize

More information

Three-Variable Bracket Polynomial for Two-Bridge Knots

Three-Variable Bracket Polynomial for Two-Bridge Knots Three-Variable Bracket Polynomial for Two-Brige Knots Matthew Overuin Research Experience for Unergrauates California State University, San Bernarino San Bernarino, CA 92407 August 23, 2013 Abstract In

More information

Sturm-Liouville Theory

Sturm-Liouville Theory LECTURE 5 Sturm-Liouville Theory In the three preceing lectures I emonstrate the utility of Fourier series in solving PDE/BVPs. As we ll now see, Fourier series are just the tip of the iceberg of the theory

More information

12.11 Laplace s Equation in Cylindrical and

12.11 Laplace s Equation in Cylindrical and SEC. 2. Laplace s Equation in Cylinrical an Spherical Coorinates. Potential 593 2. Laplace s Equation in Cylinrical an Spherical Coorinates. Potential One of the most important PDEs in physics an engineering

More information

Stable and compact finite difference schemes

Stable and compact finite difference schemes Center for Turbulence Research Annual Research Briefs 2006 2 Stable an compact finite ifference schemes By K. Mattsson, M. Svär AND M. Shoeybi. Motivation an objectives Compact secon erivatives have long

More information

Harmonic Modelling of Thyristor Bridges using a Simplified Time Domain Method

Harmonic Modelling of Thyristor Bridges using a Simplified Time Domain Method 1 Harmonic Moelling of Thyristor Briges using a Simplifie Time Domain Metho P. W. Lehn, Senior Member IEEE, an G. Ebner Abstract The paper presents time omain methos for harmonic analysis of a 6-pulse

More information

Short Intro to Coordinate Transformation

Short Intro to Coordinate Transformation Short Intro to Coorinate Transformation 1 A Vector A vector can basically be seen as an arrow in space pointing in a specific irection with a specific length. The following problem arises: How o we represent

More information

Table of Common Derivatives By David Abraham

Table of Common Derivatives By David Abraham Prouct an Quotient Rules: Table of Common Derivatives By Davi Abraham [ f ( g( ] = [ f ( ] g( + f ( [ g( ] f ( = g( [ f ( ] g( g( f ( [ g( ] Trigonometric Functions: sin( = cos( cos( = sin( tan( = sec

More information

TEST 2 (PHY 250) Figure Figure P26.21

TEST 2 (PHY 250) Figure Figure P26.21 TEST 2 (PHY 250) 1. a) Write the efinition (in a full sentence) of electric potential. b) What is a capacitor? c) Relate the electric torque, exerte on a molecule in a uniform electric fiel, with the ipole

More information

AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD. Mathcad Release 13. Khyruddin Akbar Ansari, Ph.D., P.E.

AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD. Mathcad Release 13. Khyruddin Akbar Ansari, Ph.D., P.E. AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD Mathca Release 13 Khyruin Akbar Ansari, Ph.D., P.E. Professor of Mechanical Engineering School of Engineering Gonzaga University SDC PUBLICATIONS Schroff

More information

Physics 4B. Chapter 31: Questions: 2, 8, 12 Exercises & Problems: 2, 23, 24, 32, 41, 44, 48, 60, 72, 83. n n f

Physics 4B. Chapter 31: Questions: 2, 8, 12 Exercises & Problems: 2, 23, 24, 32, 41, 44, 48, 60, 72, 83. n n f Physics 4B Solutions to hapter 1 HW hapter 1: Questions:, 8, 1 Exercises & Probles:,, 4,, 41, 44, 48, 60, 7, 8 Question 1- (a) less; (b) greater Question 1-8 (a) 1 an 4; (b) an Question 1-1 (a) lea; (b)

More information

Chapter 6: Energy-Momentum Tensors

Chapter 6: Energy-Momentum Tensors 49 Chapter 6: Energy-Momentum Tensors This chapter outlines the general theory of energy an momentum conservation in terms of energy-momentum tensors, then applies these ieas to the case of Bohm's moel.

More information

. Using a multinomial model gives us the following equation for P d. , with respect to same length term sequences.

. Using a multinomial model gives us the following equation for P d. , with respect to same length term sequences. S 63 Lecture 8 2/2/26 Lecturer Lillian Lee Scribes Peter Babinski, Davi Lin Basic Language Moeling Approach I. Special ase of LM-base Approach a. Recap of Formulas an Terms b. Fixing θ? c. About that Multinomial

More information

Predictive control of synchronous generator: a multiciterial optimization approach

Predictive control of synchronous generator: a multiciterial optimization approach Preictive control of synchronous generator: a multiciterial optimization approach Marián Mrosko, Eva Miklovičová, Ján Murgaš Abstract The paper eals with the preictive control esign for nonlinear systems.

More information

Diagonalization of Matrices Dr. E. Jacobs

Diagonalization of Matrices Dr. E. Jacobs Diagonalization of Matrices Dr. E. Jacobs One of the very interesting lessons in this course is how certain algebraic techniques can be use to solve ifferential equations. The purpose of these notes is

More information

AN3400 Application note

AN3400 Application note Application note Analysis an simulation of a BJT complementary pair in a self-oscillating CFL solution ntrouction The steay-state oscillation of a novel zero-voltages switching (ZS) clampe-voltage (C)

More information

Ordinary Differential Equations: Homework 1

Ordinary Differential Equations: Homework 1 Orinary Differential Equations: Homework 1 M. Gameiro, J.-P. Lessar, J.D. Mireles James, K. Mischaikow January 12, 2017 2 Chapter 1 Motivation 1.1 Exercises Exercise 1.1.1. (Frictionless spring) Consier

More information

Implicit Differentiation

Implicit Differentiation Implicit Differentiation Thus far, the functions we have been concerne with have been efine explicitly. A function is efine explicitly if the output is given irectly in terms of the input. For instance,

More information

Suppression Method of Rising DC Voltage for the Halt Sequence of an Inverter in the Motor Regeneration

Suppression Method of Rising DC Voltage for the Halt Sequence of an Inverter in the Motor Regeneration Suppression Metho of Rising DC Voltage for the Halt Sequence of an Inverter in the Motor Regeneration Jun-ichi Itoh Wataru Aoki Goh Teck Chiang Akio Toba Nagaoka University of Technology Fuji Electric

More information

EE 330 Lecture 15. Devices in Semiconductor Processes. Diodes Capacitors MOSFETs

EE 330 Lecture 15. Devices in Semiconductor Processes. Diodes Capacitors MOSFETs EE 330 Lecture 15 evices in Semiconuctor Processes ioes Capacitors MOSFETs Review from Last Lecture Basic evices an evice Moels Resistor ioe Capacitor MOSFET BJT Review from Last Lecture Review from Last

More information

AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD. Mathcad Release 14. Khyruddin Akbar Ansari, Ph.D., P.E.

AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD. Mathcad Release 14. Khyruddin Akbar Ansari, Ph.D., P.E. AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD Mathca Release 14 Khyruin Akbar Ansari, Ph.D., P.E. Professor of Mechanical Engineering School of Engineering an Applie Science Gonzaga University SDC

More information

28.1 Parametric Yield Estimation Considering Leakage Variability

28.1 Parametric Yield Estimation Considering Leakage Variability 8.1 Parametric Yiel Estimation Consiering Leakage Variability Rajeev R. Rao, Aniruh Devgan*, Davi Blaauw, Dennis Sylvester University of Michigan, Ann Arbor, MI, *IBM Corporation, Austin, TX {rrrao, blaauw,

More information

APPROXIMATE SOLUTION FOR TRANSIENT HEAT TRANSFER IN STATIC TURBULENT HE II. B. Baudouy. CEA/Saclay, DSM/DAPNIA/STCM Gif-sur-Yvette Cedex, France

APPROXIMATE SOLUTION FOR TRANSIENT HEAT TRANSFER IN STATIC TURBULENT HE II. B. Baudouy. CEA/Saclay, DSM/DAPNIA/STCM Gif-sur-Yvette Cedex, France APPROXIMAE SOLUION FOR RANSIEN HEA RANSFER IN SAIC URBULEN HE II B. Bauouy CEA/Saclay, DSM/DAPNIA/SCM 91191 Gif-sur-Yvette Ceex, France ABSRAC Analytical solution in one imension of the heat iffusion equation

More information

2 GUANGYU LI AND FABIO A. MILNER The coefficient a will be assume to be positive, boune, boune away from zero, an inepenent of t; c will be assume con

2 GUANGYU LI AND FABIO A. MILNER The coefficient a will be assume to be positive, boune, boune away from zero, an inepenent of t; c will be assume con A MIXED FINITE ELEMENT METHOD FOR A THIRD ORDER PARTIAL DIFFERENTIAL EQUATION G. Li 1 an F. A. Milner 2 A mixe finite element metho is escribe for a thir orer partial ifferential equation. The metho can

More information

State Space Analysis of Power System Stability Enhancement with Used the STATCOM

State Space Analysis of Power System Stability Enhancement with Used the STATCOM tate pace Analysis of Power ystem tability Enhancement with Use the ACOM M. Mahavian () - G. hahgholian () () Department of Electrical Engineering, Islamic Aza University, Naein Branch, Esfahan, Iran ()

More information

Implicit Differentiation. Lecture 16.

Implicit Differentiation. Lecture 16. Implicit Differentiation. Lecture 16. We are use to working only with functions that are efine explicitly. That is, ones like f(x) = 5x 3 + 7x x 2 + 1 or s(t) = e t5 3, in which the function is escribe

More information

State-Space Model for a Multi-Machine System

State-Space Model for a Multi-Machine System State-Space Moel for a Multi-Machine System These notes parallel section.4 in the text. We are ealing with classically moele machines (IEEE Type.), constant impeance loas, an a network reuce to its internal

More information

An M/G/1 Retrial Queue with Priority, Balking and Feedback Customers

An M/G/1 Retrial Queue with Priority, Balking and Feedback Customers Journal of Convergence Information Technology Volume 5 Number April 1 An M/G/1 Retrial Queue with Priority Balking an Feeback Customers Peishu Chen * 1 Yiuan Zhu 1 * 1 Faculty of Science Jiangsu University

More information

Reactive Power Compensation in Mechanical Systems

Reactive Power Compensation in Mechanical Systems Reactive Power Compensation in Mechanical Systems Carlos Rengifo, Bassel Kaar, Yannick Aoustin, Christine Chevallereau To cite this version: Carlos Rengifo, Bassel Kaar, Yannick Aoustin, Christine Chevallereau.

More information

ensembles When working with density operators, we can use this connection to define a generalized Bloch vector: v x Tr x, v y Tr y

ensembles When working with density operators, we can use this connection to define a generalized Bloch vector: v x Tr x, v y Tr y Ph195a lecture notes, 1/3/01 Density operators for spin- 1 ensembles So far in our iscussion of spin- 1 systems, we have restricte our attention to the case of pure states an Hamiltonian evolution. Toay

More information

The Efficiency Optimization of Permanent Magnet Synchronous Machine DTC for Electric Vehicles Applications Based on Loss Model

The Efficiency Optimization of Permanent Magnet Synchronous Machine DTC for Electric Vehicles Applications Based on Loss Model International Power, Electronics an Materials Engineering Conference (IPEMEC 015) The Efficiency Optimization of Permanent Magnet Synchronous Machine DTC for Electric Vehicles Applications Base on Loss

More information

Semiclassical analysis of long-wavelength multiphoton processes: The Rydberg atom

Semiclassical analysis of long-wavelength multiphoton processes: The Rydberg atom PHYSICAL REVIEW A 69, 063409 (2004) Semiclassical analysis of long-wavelength multiphoton processes: The Ryberg atom Luz V. Vela-Arevalo* an Ronal F. Fox Center for Nonlinear Sciences an School of Physics,

More information

Situation awareness of power system based on static voltage security region

Situation awareness of power system based on static voltage security region The 6th International Conference on Renewable Power Generation (RPG) 19 20 October 2017 Situation awareness of power system base on static voltage security region Fei Xiao, Zi-Qing Jiang, Qian Ai, Ran

More information

Final Exam Study Guide and Practice Problems Solutions

Final Exam Study Guide and Practice Problems Solutions Final Exam Stuy Guie an Practice Problems Solutions Note: These problems are just some of the types of problems that might appear on the exam. However, to fully prepare for the exam, in aition to making

More information

Simple Electromagnetic Motor Model for Torsional Analysis of Variable Speed Drives with an Induction Motor

Simple Electromagnetic Motor Model for Torsional Analysis of Variable Speed Drives with an Induction Motor DOI: 10.24352/UB.OVGU-2017-110 TECHNISCHE MECHANIK, 37, 2-5, (2017), 347-357 submitte: June 15, 2017 Simple Electromagnetic Motor Moel for Torsional Analysis of Variable Spee Drives with an Inuction Motor

More information

6 General properties of an autonomous system of two first order ODE

6 General properties of an autonomous system of two first order ODE 6 General properties of an autonomous system of two first orer ODE Here we embark on stuying the autonomous system of two first orer ifferential equations of the form ẋ 1 = f 1 (, x 2 ), ẋ 2 = f 2 (, x

More information

NOTES ON EULER-BOOLE SUMMATION (1) f (l 1) (n) f (l 1) (m) + ( 1)k 1 k! B k (y) f (k) (y) dy,

NOTES ON EULER-BOOLE SUMMATION (1) f (l 1) (n) f (l 1) (m) + ( 1)k 1 k! B k (y) f (k) (y) dy, NOTES ON EULER-BOOLE SUMMATION JONATHAN M BORWEIN, NEIL J CALKIN, AND DANTE MANNA Abstract We stuy a connection between Euler-MacLaurin Summation an Boole Summation suggeste in an AMM note from 196, which

More information

Comprehensive Procedure for Fast and Accurate Coupled Oscillator Network Simulation

Comprehensive Procedure for Fast and Accurate Coupled Oscillator Network Simulation Comprehensive Proceure for Fast an Accurate Couple Oscillator Network Simulation Prateek Bhansali, Shweta Srivastava, Xiaolue Lai an Jaijeet Roychowhury Department of Electrical an Computer Engineering

More information

An Unique SPICE Model of Photodiode with Slowly Changeable Carriers Velocities

An Unique SPICE Model of Photodiode with Slowly Changeable Carriers Velocities J Infrare Milli Terahz Waves DOI.7/s762--9737-6 An Unique SPICE Moel of Photoioe with Slowly Changeable Carriers Velocities Petar S. Matavulj & Miomira V. Lazović & Jovan B. Raunović Receive: 6 February

More information

Hyperbolic Moment Equations Using Quadrature-Based Projection Methods

Hyperbolic Moment Equations Using Quadrature-Based Projection Methods Hyperbolic Moment Equations Using Quarature-Base Projection Methos J. Koellermeier an M. Torrilhon Department of Mathematics, RWTH Aachen University, Aachen, Germany Abstract. Kinetic equations like the

More information

arxiv:hep-th/ v1 3 Feb 1993

arxiv:hep-th/ v1 3 Feb 1993 NBI-HE-9-89 PAR LPTHE 9-49 FTUAM 9-44 November 99 Matrix moel calculations beyon the spherical limit arxiv:hep-th/93004v 3 Feb 993 J. Ambjørn The Niels Bohr Institute Blegamsvej 7, DK-00 Copenhagen Ø,

More information

Closed and Open Loop Optimal Control of Buffer and Energy of a Wireless Device

Closed and Open Loop Optimal Control of Buffer and Energy of a Wireless Device Close an Open Loop Optimal Control of Buffer an Energy of a Wireless Device V. S. Borkar School of Technology an Computer Science TIFR, umbai, Inia. borkar@tifr.res.in A. A. Kherani B. J. Prabhu INRIA

More information

EE 330 Lecture 14. Devices in Semiconductor Processes. Diodes Capacitors MOSFETs

EE 330 Lecture 14. Devices in Semiconductor Processes. Diodes Capacitors MOSFETs EE 330 Lecture 14 Devices in Semiconuctor Processes Dioes Capacitors MOSFETs Reminer: Exam 1 Friay Feb 16 Stuents may bring one page of notes (front an back) but no electronic ata storage or remote access

More information

Tractability results for weighted Banach spaces of smooth functions

Tractability results for weighted Banach spaces of smooth functions Tractability results for weighte Banach spaces of smooth functions Markus Weimar Mathematisches Institut, Universität Jena Ernst-Abbe-Platz 2, 07740 Jena, Germany email: markus.weimar@uni-jena.e March

More information

19 Eigenvalues, Eigenvectors, Ordinary Differential Equations, and Control

19 Eigenvalues, Eigenvectors, Ordinary Differential Equations, and Control 19 Eigenvalues, Eigenvectors, Orinary Differential Equations, an Control This section introuces eigenvalues an eigenvectors of a matrix, an iscusses the role of the eigenvalues in etermining the behavior

More information

IPA Derivatives for Make-to-Stock Production-Inventory Systems With Backorders Under the (R,r) Policy

IPA Derivatives for Make-to-Stock Production-Inventory Systems With Backorders Under the (R,r) Policy IPA Derivatives for Make-to-Stock Prouction-Inventory Systems With Backorers Uner the (Rr) Policy Yihong Fan a Benamin Melame b Yao Zhao c Yorai Wari Abstract This paper aresses Infinitesimal Perturbation

More information

Chapter 6. Electromagnetic Oscillations and Alternating Current

Chapter 6. Electromagnetic Oscillations and Alternating Current hapter 6 Electromagnetic Oscillations an Alternating urrent hapter 6: Electromagnetic Oscillations an Alternating urrent (hapter 31, 3 in textbook) 6.1. Oscillations 6.. The Electrical Mechanical Analogy

More information

inflow outflow Part I. Regular tasks for MAE598/494 Task 1

inflow outflow Part I. Regular tasks for MAE598/494 Task 1 MAE 494/598, Fall 2016 Project #1 (Regular tasks = 20 points) Har copy of report is ue at the start of class on the ue ate. The rules on collaboration will be release separately. Please always follow the

More information

Math 342 Partial Differential Equations «Viktor Grigoryan

Math 342 Partial Differential Equations «Viktor Grigoryan Math 342 Partial Differential Equations «Viktor Grigoryan 6 Wave equation: solution In this lecture we will solve the wave equation on the entire real line x R. This correspons to a string of infinite

More information

Recommendations: Part 7: Transient Creep for service and accident conditions

Recommendations: Part 7: Transient Creep for service and accident conditions Materials an Structures/Matériaux et Constructions, Vol. 31, June 1998, pp 290-295 RILEM TECHNICAL COMMITTEES RILEM TC 129-MHT: TEST METHODS FOR MECHANICAL PROPERTIES OF CONCRETE AT HIGH TEMPERATURES Recommenations:

More information

Why Bernstein Polynomials Are Better: Fuzzy-Inspired Justification

Why Bernstein Polynomials Are Better: Fuzzy-Inspired Justification Why Bernstein Polynomials Are Better: Fuzzy-Inspire Justification Jaime Nava 1, Olga Kosheleva 2, an Vlaik Kreinovich 3 1,3 Department of Computer Science 2 Department of Teacher Eucation University of

More information

ANALYSIS OF A GENERAL FAMILY OF REGULARIZED NAVIER-STOKES AND MHD MODELS

ANALYSIS OF A GENERAL FAMILY OF REGULARIZED NAVIER-STOKES AND MHD MODELS ANALYSIS OF A GENERAL FAMILY OF REGULARIZED NAVIER-STOKES AND MHD MODELS MICHAEL HOLST, EVELYN LUNASIN, AND GANTUMUR TSOGTGEREL ABSTRACT. We consier a general family of regularize Navier-Stokes an Magnetohyroynamics

More information

Solution to the exam in TFY4230 STATISTICAL PHYSICS Wednesday december 1, 2010

Solution to the exam in TFY4230 STATISTICAL PHYSICS Wednesday december 1, 2010 NTNU Page of 6 Institutt for fysikk Fakultet for fysikk, informatikk og matematikk This solution consists of 6 pages. Solution to the exam in TFY423 STATISTICAL PHYSICS Wenesay ecember, 2 Problem. Particles

More information

ALGEBRAIC AND ANALYTIC PROPERTIES OF ARITHMETIC FUNCTIONS

ALGEBRAIC AND ANALYTIC PROPERTIES OF ARITHMETIC FUNCTIONS ALGEBRAIC AND ANALYTIC PROPERTIES OF ARITHMETIC FUNCTIONS MARK SCHACHNER Abstract. When consiere as an algebraic space, the set of arithmetic functions equippe with the operations of pointwise aition an

More information

Modelling of Three Phase Short Circuit and Measuring Parameters of a Turbo Generator for Improved Performance

Modelling of Three Phase Short Circuit and Measuring Parameters of a Turbo Generator for Improved Performance Moelling of Three Phase Short Circuit an Measuring Parameters of a Turbo Generator for Improve Performance M. Olubiwe, S. O. E. Ogbogu, D. O. Dike, L. Uzoechi Dept of Electrical an Electronic Engineering,

More information

Discrete Operators in Canonical Domains

Discrete Operators in Canonical Domains Discrete Operators in Canonical Domains VLADIMIR VASILYEV Belgoro National Research University Chair of Differential Equations Stuencheskaya 14/1, 308007 Belgoro RUSSIA vlaimir.b.vasilyev@gmail.com Abstract:

More information

Calculus of Variations

Calculus of Variations 16.323 Lecture 5 Calculus of Variations Calculus of Variations Most books cover this material well, but Kirk Chapter 4 oes a particularly nice job. x(t) x* x*+ αδx (1) x*- αδx (1) αδx (1) αδx (1) t f t

More information

FIRST-ORDER FILTERS GENERALIZED TO THE FRACTIONAL DOMAIN

FIRST-ORDER FILTERS GENERALIZED TO THE FRACTIONAL DOMAIN Journal of ircuits, Systems, an omputers Vol. 7, No. (8) 55 66 c Worl Scientific Publishing ompany FIST-ODE FILTES GENEALIZED TO THE FATIONAL DOMAIN A. G. ADWAN,,A.M.SOLIMAN, ana.s.elwakil, Department

More information

Finite element analysis of electromagnetic bulging of sheet metals

Finite element analysis of electromagnetic bulging of sheet metals International Journal of Scientific & Engineering Research Volume 3, Issue 2, Febraury-212 1 Finite element analysis of electromagnetic bulging of sheet metals Ali M. Abelhafeez, M. M. Nemat-Alla, M. G.

More information

Efficient Macro-Micro Scale Coupled Modeling of Batteries

Efficient Macro-Micro Scale Coupled Modeling of Batteries A00 Journal of The Electrochemical Society, 15 10 A00-A008 005 0013-651/005/1510/A00/7/$7.00 The Electrochemical Society, Inc. Efficient Macro-Micro Scale Couple Moeling of Batteries Venkat. Subramanian,*,z

More information

THE USE OF KIRCHOFF S CURRENT LAW AND CUT-SET EQUATIONS IN THE ANALYSIS OF BRIDGES AND TRUSSES

THE USE OF KIRCHOFF S CURRENT LAW AND CUT-SET EQUATIONS IN THE ANALYSIS OF BRIDGES AND TRUSSES Session TH US O KIRCHO S CURRNT LAW AND CUT-ST QUATIONS IN TH ANALYSIS O BRIDGS AND TRUSSS Ravi P. Ramachanran an V. Ramachanran. Department of lectrical an Computer ngineering, Rowan University, Glassboro,

More information

Calculus in the AP Physics C Course The Derivative

Calculus in the AP Physics C Course The Derivative Limits an Derivatives Calculus in the AP Physics C Course The Derivative In physics, the ieas of the rate change of a quantity (along with the slope of a tangent line) an the area uner a curve are essential.

More information

Statics, Quasistatics, and Transmission Lines

Statics, Quasistatics, and Transmission Lines CHAPTER 6 Statics, Quasistatics, an Transmission Lines In the preceing chapters, we learne that the phenomenon of wave propagation is base upon the interaction between the time-varying or ynamic electric

More information

Arm Voltage Estimation Method for Compensated Modulation of Modular Multilevel Converters

Arm Voltage Estimation Method for Compensated Modulation of Modular Multilevel Converters Arm Voltage Estimation Metho for Compensate Moulation of Moular Multilevel Converters Ael A. Taffese Elisaetta Teeschi Dept. of Electric Power Engineering Norwegian University of Science an Technology

More information

Thermal conductivity of graded composites: Numerical simulations and an effective medium approximation

Thermal conductivity of graded composites: Numerical simulations and an effective medium approximation JOURNAL OF MATERIALS SCIENCE 34 (999)5497 5503 Thermal conuctivity of grae composites: Numerical simulations an an effective meium approximation P. M. HUI Department of Physics, The Chinese University

More information

θ x = f ( x,t) could be written as

θ x = f ( x,t) could be written as 9. Higher orer PDEs as systems of first-orer PDEs. Hyperbolic systems. For PDEs, as for ODEs, we may reuce the orer by efining new epenent variables. For example, in the case of the wave equation, (1)

More information

Lecture 12. Energy, Force, and Work in Electro- and Magneto-Quasistatics

Lecture 12. Energy, Force, and Work in Electro- and Magneto-Quasistatics Lecture 1 Energy, Force, an ork in Electro an MagnetoQuasistatics n this lecture you will learn: Relationship between energy, force, an work in electroquasistatic an magnetoquasistatic systems ECE 303

More information

Synchronization of Diffusively Coupled Oscillators: Theory and Experiment

Synchronization of Diffusively Coupled Oscillators: Theory and Experiment American Journal of Electrical an Electronic Engineering 2015 Vol 3 No 2 37-3 Available online at http://pubssciepubcom/ajeee/3/2/3 Science an Eucation Publishing DOI:12691/ajeee-3-2-3 Synchronization

More information

PRACTICE 4. CHARGING AND DISCHARGING A CAPACITOR

PRACTICE 4. CHARGING AND DISCHARGING A CAPACITOR PRACTICE 4. CHARGING AND DISCHARGING A CAPACITOR. THE PARALLEL-PLATE CAPACITOR. The Parallel plate capacitor is a evice mae up by two conuctor parallel plates with total influence between them (the surface

More information

EVALUATING HIGHER DERIVATIVE TENSORS BY FORWARD PROPAGATION OF UNIVARIATE TAYLOR SERIES

EVALUATING HIGHER DERIVATIVE TENSORS BY FORWARD PROPAGATION OF UNIVARIATE TAYLOR SERIES MATHEMATICS OF COMPUTATION Volume 69, Number 231, Pages 1117 1130 S 0025-5718(00)01120-0 Article electronically publishe on February 17, 2000 EVALUATING HIGHER DERIVATIVE TENSORS BY FORWARD PROPAGATION

More information

Chapter 2 Governing Equations

Chapter 2 Governing Equations Chapter 2 Governing Equations In the present an the subsequent chapters, we shall, either irectly or inirectly, be concerne with the bounary-layer flow of an incompressible viscous flui without any involvement

More information

Some vector algebra and the generalized chain rule Ross Bannister Data Assimilation Research Centre, University of Reading, UK Last updated 10/06/10

Some vector algebra and the generalized chain rule Ross Bannister Data Assimilation Research Centre, University of Reading, UK Last updated 10/06/10 Some vector algebra an the generalize chain rule Ross Bannister Data Assimilation Research Centre University of Reaing UK Last upate 10/06/10 1. Introuction an notation As we shall see in these notes the

More information

Thermal runaway during blocking

Thermal runaway during blocking Thermal runaway uring blocking CES_stable CES ICES_stable ICES k 6.5 ma 13 6. 12 5.5 11 5. 1 4.5 9 4. 8 3.5 7 3. 6 2.5 5 2. 4 1.5 3 1. 2.5 1. 6 12 18 24 3 36 s Thermal runaway uring blocking Application

More information

Design and Application of Fault Current Limiter in Iran Power System Utility

Design and Application of Fault Current Limiter in Iran Power System Utility Australian Journal of Basic an Applie Sciences, 7(): 76-8, 13 ISSN 1991-8178 Design an Application of Fault Current Limiter in Iran Power System Utility M. Najafi, M. Hoseynpoor Department of Electrical

More information