26-th ECMI Modelling Week Final Report Dresden, Germany

Size: px
Start display at page:

Download "26-th ECMI Modelling Week Final Report Dresden, Germany"

Transcription

1 26-th ECMI Modelling Week Final Report Dresden, Germany

2 Group 2 Parameter Estimation Filipe Casal Department of Mathematics, Instituto Superior Técnico, TU Lisbon, Portugal. Daniel Krähmann Department of Mathematics, TU Dresden, Dresden, Germany Simo Martikainen Department of Mathematics, Tampere University of Technology, Tampere, Finland Beatriz Navarro Garcia Department of Mathematics, Universidad Carlos III de Madrid Madrid, Spain Stefan Schießl Department of Mathematics, Friedrich Alexander Universität Erlangen-Nürnberg, Germany Vladimir Shemyakin Department of Technomathematics, Lappeenranta University of Technology Lappeenranta, Finland Instructor: Kshitij Kulshreshtha Department of Mathematics, University of Paderborn, Paderborn, Germany 2

3 Abstract In this work the concept of inverse problems and Tikhonov regularization are introduced. Two practical parameter estimation problems are formulated as inverse problems and an iteratively regularized Gauss-Newton s method is used to solve the regularized problem. The introduced algorithm was tested with simulated data. The simulations highlight the difficulties in solving inverse problems.

4 2 Parameter Estimation 2.1 Introduction Every single mathematical model has one or more parameters, let them be the capacitances of capacitors in a circuit or the diffusion coefficient of a random walk process. A so called direct problem is to use these given parameters and a given scenario to compute or simulate the measurements. This problem is usually a well-posed one having unique solution which is a continuous mapping of the given scenario assuming the system parameters constant. However, these system parameters are usually unknown and they must be estimated somehow to make further analysis of the considered system. The problems where system parameters are estimated using possibly noisy measurements are called as inverse problems. If one can construct a mathematical relationship between the measurements and the system parameters, one could at least in principle try to solve a system of nonlinear equations by computing an inverse mapping and applying it to solve the unknown parameters. The method has numerous drawbacks. For example, if we limit ourself to consider the case when the amount of measurements is greater than the amount of unknown parameters, the inverse function does not exists. On the other hand, if the inverse mapping exists, it might be highly sensitive to measurement errors. This motivates the study to solve the system parameters in a numerically feasible way which is not sensitive to measurement noise. The structure of this paper is as follows. In section 2.2 a trigger-circuit is described briefly and a typical inverse problem is introduced. In the same section the concept of Tikhonov regularization is defined and an iteratively regularized Gauss-Newton method to solve the regularization problem is described. Furthermore, the section describes the problems faced while solving the inverse problem. In section 2.3 another inverse problem is introduced where the problem is to estimate unknown reaction rates in a system of chemical reaction given noisy measurements of several species. In the end of this work the section 2.4 summarizes the results and observations. 2.2 Trigger-circuit Model description A trigger circuit is an electric circuit consisting of resistors, transistors and power sources. The special case that is being analyzed in this project is a Schmitt Circuit. An example is shown in Figure 2.1 (R1, R2 and R3 are resistors, Opt is an operational amplifier. Normally, u b, the operational voltage, is applied to the upper conduction and the mass is the lower conduction. The clamp on the left would be for a control voltage, on the right is the output voltage). The equations that are used here are taken from [2], representing the

5 26th ECMI modelling week 3 Figure 2.1: Example for a Schmitt Circuit. Kirchhoff s Law for a schmitt circuit with two transistors: F 1 = x 1 R 4 I e (f(s x 1 )) + A i I c (f(s x 2 ) + f(x 3 x 4 )) = 0 F 2 = A n I e f(s x 1 ) I c f(s x 2 ) + x 2 x 3 u b x 2 R 3 t = 0 F 3 = (1 A n )I e f(x 3 x 1 ) x 2 x 3 R 3 + (1 A i )I c f(x 3 x 4 ) = 0 F 4 = A n I e f(x 3 x 1 ) I c f(x 3 x 4 ) u b x 4 R 2 = 0 with f(x) = e 30τ 1. F = [F 1, F 2, F 3, F 4 ] is the residual of the equation, x 1, x 2, x 3 and x 4 are the measurements that are being obtained during the experiment. The equation contains some constants, listed now: R2, R3 and R4 are resistors, I e and I c are emitter and collector powers of a MOS- Transistor. A i and A n are amplifications of the circuit, s is a cut-off voltage for the output voltage where the logical meaning switches from false to true. Variable t represents the impedance of a rheostat. u b is the operational voltage. The physical representation of this trigger circuit is not exactly known, but is irrelevant for the mathematical concerns. Stated as a control problem, the variables are split up in measurements, controls and parameters: x = [x 1, x 2, x 3, x 4 ] : Measurements of experiments. u = [s, t] : Control values for conducting experiments. p = [A i, A n ] : System parameters, normally unknown.

6 4 Parameter Estimation Solving method The system is written as a multidimensional function F = [F 1, F 2, F 3, F 4 ], therefore a solution z = [x, u, p] fullfills F (z ) = 0. To find the solution the zeros of the implicit function need to be found. If u and p are given, that is the direct problem. The interesting case is if one or more measurements x (i) (i = 1,...) and u are given and p has to be found. The measurements normally have some kind of noise, therefore no exact or unique solution can be found and solving of the direct problem does not work. The problem has to be solved as an inverse problem. If G represents the numerical algorithm that is being used to solve the direct problem, an explicit function can be stated with x = G(u, p). In this case, the function G(u, p) solves the direct problem with given u and p using a Newton solver with Armijo step control. p will be the unknown in the inverse problem, therefore the jacobian of G(u, p) with respect to p is needed. With the help of the implicit function theorem, the jacobian can be easily calculated. p G(u, p) = ( x F (x, u, p)) 1 ) p F (x, u, p). Remark: The implicit function theorem only works for a solution of the direct problem. To solve the inverse problem for one or more measurements, a simple newton does not work anymore. The noise of the measurements x and the possibly strong deviances for small changes in p have to be adressed. Approaches to these types of problems are described in [4]. The methods are using Tikhonov Regularization to tackle the difficulties described earlier. For this model, the iteratively regularized Gauss-Newton method is chosen. Details of the method and convergence results can be found in [?] and in [?]. The method adjusts the newton update in the following way: p n+1 = p n (A na n + α n I) 1 (A n(g(p n ) y δ ) + α n (p n p 0 ), where A is the adjoint of A, p 0 is the initial guess for p and α n is a sequence that fulfills A n = p G(u, p n ), G(p n ) = G(u, p n ). α n > 0, 1 α n α n+1 r, lim α n = 0 for some r > 0. n

7 26th ECMI modelling week 5 To find a good initial guess and an appropriate α n sequence is fundamental and differs for each problem. A conservative approach for α n, also implemented in this model, is α n = α 0 1 n. With α n = 5, this is a good compromise between a stable regularization (α n large) and a good approximation (α n small) for this problem. The initial guess is chosen as the mean of all the possible values for p. Tests First, a set of parameters p = [A i, A n ] is chosen at random (the range is [0.85, 1]). With those parameters and a set of different control values u = [s, t] the direct problem is solved and x values obtained for every pair. Those x values then undergo a uniform noise of the magnitude [ 0.005, 0.005] and are then used to solve the inverse problem. For the inverse problem, only the corresponding x and u values are used and the value for p is recreated. The noise seems small, but for the trigger circuit model it is already crucial. The system has large deviances for small changes in x. The most important evaluation criterion is the residual F (x, u, p) of the original system. The residual is calculated for every set of x, u, p and summed up (now called f res). For the noisy data, even the exact parameters might have residuals greater than 1 and therefore the algorithm can not find a solution with fres 0. The stopping criterion for the algorithm is the relative change in fres and also gres = p n+1 p n. Because of the sensitivity of the system and the limited time for the calculation, the accuracy is set to 10 5 and The absolute value of f res is not considered as stopping criterion. Test 1 22 measurements are created. The exact parameters that were used to create the measurements are p = [ , ], no noise is applied, f res = e 11. The found solution is p = [ , ] with a residual of The calculation time is already 2.8 hours. The graphs (Figures 2.2, 2.3, 2.4) show that by increasing the accuracy the results also would improve, which would be the next step. Test 2 10 measurements are created. The exact parameters that were used to create the measurements are p = [ , ], the noise described above is applied, f res = The found solution is p = [ , ] with f res = The algorithm seemingly found a solution that fits the noisy measurements better than the parameters that were used to create them. This is due to the relatively small number of measurements that were used and also due to the large deviances in the

8 6 Parameter Estimation Figure 2.2: Test 1: Convergence of the residuals. Figure 2.3: Test 1: Convergence of the parameters. system. The straightforward way to improve the result is to consider more measurements.

9 26th ECMI modelling week 7 Figure 2.4: Test 1: Absolute error. 2.3 Brusselator Figure 2.5: Test 2: Convergence of the residuals. Mathematical Model Consider the steady state of the following system of chemical reactions [2, 1] A k 0 X 2X + Y k 1 3X B + X k 2 Y + C X k 3 D

10 8 Parameter Estimation Figure 2.6: Test 2: Convergence of the parameters. Figure 2.7: Test 2: Absolute error. in one dimensional space of length L = 8 and under diffusion with diffusion rate D = Moreover it is assumed that the concentration of A at the

11 26th ECMI modelling week 9 boundaries satisfies [A](z = 0) = a 0 = 1, [A] z (z = L) = a L = 0 and the concentration of B is assumed to be a constant with respect to z. That is [B](z) = b = 3. The reaction rates k 0 = 1 and k 3 = 0.8 were assumed to be known. The task in the inverse problem is to estimate the reaction rates k 1:2 given noisy measurements of concentrations [X] and [Y]. The system can be described as a system of partial differential equations as follows [A] = D 2 [A] L 2 z 2 k 0 [A] [X] = D 2 [X] L 2 z 2 + k 0 [A] + k 1 [X] 2 [Y ] k 2 [B][X] k 3 [X] [Y ] = D 2 [Y ] L 2 z 2 k 1 [X] 2 [Y ] + k 2 [B][X] In steady state the time derivatives vanish yielding to a system of ordinary differential equations D 2 [A] L 2 z 2 = k 0 [A] (2.1) D 2 [X] L 2 z 2 = k 0 [A] k 1 [X] 2 [Y ] + k 2 [B][X] + k 3 [X] (2.2) D 2 [Y ] L 2 z 2 = k 1 [X] 2 [Y ] k 2 [B][X] (2.3) The solution to (2.1) given the boundary values is [A](z) = 1 ( ) ( )) 2 a k0 Lz 2 k0 Lz 0 exp (1 + exp D D Substituting this into (2.2) and (2.3) results an ordinary differential equation and its solution can be written as a function of inputs u and parameters p. Formally [ ] [X](z) x(z) = = F (z, u, p) (2.4) [Y ](z) where the following notation has been introduced to highlight the mathematical similarities of the problems introduced before in this work x = [[X](z), [Y ](z)] : Measurements of the concentrations of species X and Y. u = [a 0, a L, [b]] : Control values for conducting experiments. p = [k 1, k 2 ] : Unknown parameters The task is formulated as an inverse problem and thus the solution for the Tikhonov regularized least squares optimization problem can be computed with iteratively regularized Gauss-Newton method.

12 10 Parameter Estimation Computational Methods The Tikhonov regularized least squares solution of the parameter estimation problem was computed with iteratively regularized Gauss-Newton method where α n sequence was defined as α n = 10 n!, n N (2.5) The required Jacobians and the concentrations of species X and Y were computed numerically with Sundials Matlab Toolbox CVODES [3] using sensitivity analysis approach. To compute the Jacobian of the solution x with respect to the parameters p it is assumed that the system is defined as 2 [x] = f(x, u, p) (2.6) z2 Then the following sensitivity system is introduced to compute the Jacobian of y with respect to the unknown parameters p where s is defined as 2 [s] z 2 = f f (x, u, p) s + x p s = dx dp (2.7) (2.8) Solving the differential equations given in (2.6) and (2.7) simultaneously gives the concentrations y together with sensitivities s i. These sensitivities construct the Jacobian of the solution y with respect to parameters p: 2 [x] z 2 = [ s 1 s 2... s dim(x) dim(p) ] The sensitivities s i were computed numerically with CVODES toolbox. Empirical Results (2.9) The proposed computational methods to estimate the reaction rates k 1:2 of the Brusselator was tested with computational simulations. The reaction rates were defined as k = [ ]. The measurements were generated from the equations (2.1) (2.3) with uniformly distributed measurement noise and Gaussian measurement noise. The support of uniform distribution was chosen to be [ 0.1, 0.1] and the standard deviation of Normal distribution was chosen to be 0.1. It was observed that the proposed method converged to the approximately correct values of k 1:2 when the standard deviation of normally distributed measurement error was less or equal than 0.1 with an initial guess k 1:2 = [ ].

13 26th ECMI modelling week 11 2 k 1 1 Empirical Results k 1 estimated k 1 true value k 2 1 k 2 estimated k 2 true value α n iteration number Figure 2.8: Convergence results. The measurement noise was generated from Gaussian distribution with zero mean and standard deviation 0.1. As illustrated in figure 2.3, a low number of iterations is required for the proposed method to converge to the correct values of k 1:2. After ten iterations the estimation error is negligible considering the amount of measurement error. It was also observed that in contrast to the majority of the inverse problems the convergence was not highly sensitive to the choice of α n sequence. 2.4 Conclusion Some aspects of finding the parameters of a given mathematical model were discussed in this work. It was pointed out in section 2.1 that every single mathematical model has some parameters which are typically unknown a priori. The goal of constructing a mathematical model is to perform further analysis of the given system and with no knowledge about the system parameters, it is not possible to say anything useful about the given system. General aspects of inverse problems were discussed in this work and the iteratively regularized Gauss-Newton method for solving Tikhonov regularization problem was introduced briefly. The performance of iteratively regularized Gauss-Newton was demonstrated in solving two practical param-

14 12 Parameter Estimation eter estimation problems with simulated measurements. For the presented problems the proposed method converged with a low number of iterations. However, the computational costs for one iteration is highly dependent on the specific problem. The examples highlighted the key problems of solving inverse problems. For example, it was found that some problems are more sensitive with respect to the system parameters than others. To overcome this problem Tikhonov regularization was applied to make the estimation process less sensitive to the nonlinear behavior of the given system. However, the convergence of iteratively regularized Gauss-Newton method depends on the choice of α n sequence. In this work the choice of α n sequence was done with trial and error. More sophisticated choices are left as future work while the proposed choices result in a good convergence rate under the given scenarios.

15 Bibliography [1] Pönisch, G. Computing hysteresis points of nonlinear equations depending on two parameters. Computing 39(1), 1 17, December ISSN X. doi: /bf URL [2] Pönisch, G; Schnabel, U and Schwetlick, H. Computing multiple turning points by using simple extended systems and computational differentiation. Optimization Methods and Software 10(4), , doi: / URL [3] Sundials. Cvodes tool, September URL description.html#descr_cvodes [4] W, EH; M, H and A, N. Regularization of inverse Problems. Dordrecht: Kluwer,

As light level increases, resistance decreases. As temperature increases, resistance decreases. Voltage across capacitor increases with time LDR

As light level increases, resistance decreases. As temperature increases, resistance decreases. Voltage across capacitor increases with time LDR LDR As light level increases, resistance decreases thermistor As temperature increases, resistance decreases capacitor Voltage across capacitor increases with time Potential divider basics: R 1 1. Both

More information

cha1873x_p02.qxd 3/21/05 1:01 PM Page 104 PART TWO

cha1873x_p02.qxd 3/21/05 1:01 PM Page 104 PART TWO cha1873x_p02.qxd 3/21/05 1:01 PM Page 104 PART TWO ROOTS OF EQUATIONS PT2.1 MOTIVATION Years ago, you learned to use the quadratic formula x = b ± b 2 4ac 2a to solve f(x) = ax 2 + bx + c = 0 (PT2.1) (PT2.2)

More information

Quiescent Steady State (DC) Analysis The Newton-Raphson Method

Quiescent Steady State (DC) Analysis The Newton-Raphson Method Quiescent Steady State (DC) Analysis The Newton-Raphson Method J. Roychowdhury, University of California at Berkeley Slide 1 Solving the System's DAEs DAEs: many types of solutions useful DC steady state:

More information

Lesson 14: Van der Pol Circuit and ode23s

Lesson 14: Van der Pol Circuit and ode23s Lesson 4: Van der Pol Circuit and ode3s 4. Applied Problem. A series LRC circuit when coupled via mutual inductance with a triode circuit can generate a sequence of pulsing currents that have very rapid

More information

PHYS 410/555 Computational Physics Solution of Non Linear Equations (a.k.a. Root Finding) (Reference Numerical Recipes, 9.0, 9.1, 9.

PHYS 410/555 Computational Physics Solution of Non Linear Equations (a.k.a. Root Finding) (Reference Numerical Recipes, 9.0, 9.1, 9. PHYS 410/555 Computational Physics Solution of Non Linear Equations (a.k.a. Root Finding) (Reference Numerical Recipes, 9.0, 9.1, 9.4) We will consider two cases 1. f(x) = 0 1-dimensional 2. f(x) = 0 d-dimensional

More information

COMPARISON OF TWO METHODS TO SOLVE PRESSURES IN SMALL VOLUMES IN REAL-TIME SIMULATION OF A MOBILE DIRECTIONAL CONTROL VALVE

COMPARISON OF TWO METHODS TO SOLVE PRESSURES IN SMALL VOLUMES IN REAL-TIME SIMULATION OF A MOBILE DIRECTIONAL CONTROL VALVE COMPARISON OF TWO METHODS TO SOLVE PRESSURES IN SMALL VOLUMES IN REAL-TIME SIMULATION OF A MOBILE DIRECTIONAL CONTROL VALVE Rafael ÅMAN*, Heikki HANDROOS*, Pasi KORKEALAAKSO** and Asko ROUVINEN** * Laboratory

More information

Padé Laplace analysis of signal averaged voltage decays obtained from a simple circuit

Padé Laplace analysis of signal averaged voltage decays obtained from a simple circuit Padé Laplace analysis of signal averaged voltage decays obtained from a simple circuit Edward H. Hellen Department of Physics and Astronomy, University of North Carolina at Greensboro, Greensboro, North

More information

Determining the Existence of DC Operating Points in Circuits

Determining the Existence of DC Operating Points in Circuits Determining the Existence of DC Operating Points in Circuits Mohamed Zaki Department of Computer Science, University of British Columbia Joint work with Ian Mitchell and Mark Greenstreet Nov 23 nd, 2009

More information

Nonlinear Least Squares

Nonlinear Least Squares Nonlinear Least Squares Stephen Boyd EE103 Stanford University December 6, 2016 Outline Nonlinear equations and least squares Examples Levenberg-Marquardt algorithm Nonlinear least squares classification

More information

Erkut Erdem. Hacettepe University February 24 th, Linear Diffusion 1. 2 Appendix - The Calculus of Variations 5.

Erkut Erdem. Hacettepe University February 24 th, Linear Diffusion 1. 2 Appendix - The Calculus of Variations 5. LINEAR DIFFUSION Erkut Erdem Hacettepe University February 24 th, 2012 CONTENTS 1 Linear Diffusion 1 2 Appendix - The Calculus of Variations 5 References 6 1 LINEAR DIFFUSION The linear diffusion (heat)

More information

Introduction to Bayesian methods in inverse problems

Introduction to Bayesian methods in inverse problems Introduction to Bayesian methods in inverse problems Ville Kolehmainen 1 1 Department of Applied Physics, University of Eastern Finland, Kuopio, Finland March 4 2013 Manchester, UK. Contents Introduction

More information

Model-building and parameter estimation

Model-building and parameter estimation Luleå University of Technology Johan Carlson Last revision: July 27, 2009 Measurement Technology and Uncertainty Analysis - E7021E MATLAB homework assignment Model-building and parameter estimation Introduction

More information

M. C. Escher: Waterfall. 18/9/2015 [tsl425 1/29]

M. C. Escher: Waterfall. 18/9/2015 [tsl425 1/29] M. C. Escher: Waterfall 18/9/2015 [tsl425 1/29] Direct Current Circuit Consider a wire with resistance R = ρl/a connected to a battery. Resistor rule: In the direction of I across a resistor with resistance

More information

Inverse problems Total Variation Regularization Mark van Kraaij Casa seminar 23 May 2007 Technische Universiteit Eindh ove n University of Technology

Inverse problems Total Variation Regularization Mark van Kraaij Casa seminar 23 May 2007 Technische Universiteit Eindh ove n University of Technology Inverse problems Total Variation Regularization Mark van Kraaij Casa seminar 23 May 27 Introduction Fredholm first kind integral equation of convolution type in one space dimension: g(x) = 1 k(x x )f(x

More information

mith College Computer Science CSC270 Spring 16 Circuits and Systems Lecture Notes Week 3 Dominique Thiébaut

mith College Computer Science CSC270 Spring 16 Circuits and Systems Lecture Notes Week 3 Dominique Thiébaut mith College Computer Science CSC270 Spring 16 Circuits and Systems Lecture Notes Week 3 Dominique Thiébaut dthiebaut@smith.edu Crash Course in Electricity and Electronics Zero Physics background expected!

More information

Parameter Identification in Partial Differential Equations

Parameter Identification in Partial Differential Equations Parameter Identification in Partial Differential Equations Differentiation of data Not strictly a parameter identification problem, but good motivation. Appears often as a subproblem. Given noisy observation

More information

Inverse scattering problem from an impedance obstacle

Inverse scattering problem from an impedance obstacle Inverse Inverse scattering problem from an impedance obstacle Department of Mathematics, NCKU 5 th Workshop on Boundary Element Methods, Integral Equations and Related Topics in Taiwan NSYSU, October 4,

More information

ON NUMERICAL RECOVERY METHODS FOR THE INVERSE PROBLEM

ON NUMERICAL RECOVERY METHODS FOR THE INVERSE PROBLEM ON NUMERICAL RECOVERY METHODS FOR THE INVERSE PROBLEM GEORGE TUCKER, SAM WHITTLE, AND TING-YOU WANG Abstract. In this paper, we present the approaches we took to recover the conductances of an electrical

More information

HIGH ACCURACY NUMERICAL METHODS FOR THE SOLUTION OF NON-LINEAR BOUNDARY VALUE PROBLEMS

HIGH ACCURACY NUMERICAL METHODS FOR THE SOLUTION OF NON-LINEAR BOUNDARY VALUE PROBLEMS ABSTRACT Of The Thesis Entitled HIGH ACCURACY NUMERICAL METHODS FOR THE SOLUTION OF NON-LINEAR BOUNDARY VALUE PROBLEMS Submitted To The University of Delhi In Partial Fulfillment For The Award of The Degree

More information

Applied Mathematics 205. Unit I: Data Fitting. Lecturer: Dr. David Knezevic

Applied Mathematics 205. Unit I: Data Fitting. Lecturer: Dr. David Knezevic Applied Mathematics 205 Unit I: Data Fitting Lecturer: Dr. David Knezevic Unit I: Data Fitting Chapter I.4: Nonlinear Least Squares 2 / 25 Nonlinear Least Squares So far we have looked at finding a best

More information

AM 205: lecture 19. Last time: Conditions for optimality, Newton s method for optimization Today: survey of optimization methods

AM 205: lecture 19. Last time: Conditions for optimality, Newton s method for optimization Today: survey of optimization methods AM 205: lecture 19 Last time: Conditions for optimality, Newton s method for optimization Today: survey of optimization methods Quasi-Newton Methods General form of quasi-newton methods: x k+1 = x k α

More information

A derivative-free nonmonotone line search and its application to the spectral residual method

A derivative-free nonmonotone line search and its application to the spectral residual method IMA Journal of Numerical Analysis (2009) 29, 814 825 doi:10.1093/imanum/drn019 Advance Access publication on November 14, 2008 A derivative-free nonmonotone line search and its application to the spectral

More information

nonlinear simultaneous equations of type (1)

nonlinear simultaneous equations of type (1) Module 5 : Solving Nonlinear Algebraic Equations Section 1 : Introduction 1 Introduction Consider set of nonlinear simultaneous equations of type -------(1) -------(2) where and represents a function vector.

More information

MATH 3795 Lecture 13. Numerical Solution of Nonlinear Equations in R N.

MATH 3795 Lecture 13. Numerical Solution of Nonlinear Equations in R N. MATH 3795 Lecture 13. Numerical Solution of Nonlinear Equations in R N. Dmitriy Leykekhman Fall 2008 Goals Learn about different methods for the solution of F (x) = 0, their advantages and disadvantages.

More information

Parameterized Expectations Algorithm and the Moving Bounds

Parameterized Expectations Algorithm and the Moving Bounds Parameterized Expectations Algorithm and the Moving Bounds Lilia Maliar and Serguei Maliar Departamento de Fundamentos del Análisis Económico, Universidad de Alicante, Campus San Vicente del Raspeig, Ap.

More information

Chapter 2 Switched-Capacitor Circuits

Chapter 2 Switched-Capacitor Circuits Chapter 2 Switched-Capacitor Circuits Abstract his chapter introduces SC circuits. A brief description is given for the main building blocks of a SC filter (operational amplifiers, switches, capacitors,

More information

Simultaneous equations for circuit analysis

Simultaneous equations for circuit analysis Simultaneous equations for circuit analysis This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

CHAPTER.4: Transistor at low frequencies

CHAPTER.4: Transistor at low frequencies CHAPTER.4: Transistor at low frequencies Introduction Amplification in the AC domain BJT transistor modeling The re Transistor Model The Hybrid equivalent Model Introduction There are three models commonly

More information

An Equivalent Circuit Formulation of the Power Flow Problem with Current and Voltage State Variables

An Equivalent Circuit Formulation of the Power Flow Problem with Current and Voltage State Variables An Equivalent Circuit Formulation of the Power Flow Problem with Current and Voltage State Variables David M. Bromberg, Marko Jereminov, Xin Li, Gabriela Hug, Larry Pileggi Dept. of Electrical and Computer

More information

1MA6 Partial Differentiation and Multiple Integrals: I

1MA6 Partial Differentiation and Multiple Integrals: I 1MA6/1 1MA6 Partial Differentiation and Multiple Integrals: I Dr D W Murray Michaelmas Term 1994 1. Total differential. (a) State the conditions for the expression P (x, y)dx+q(x, y)dy to be the perfect

More information

Quadrature based Broyden-like method for systems of nonlinear equations

Quadrature based Broyden-like method for systems of nonlinear equations STATISTICS, OPTIMIZATION AND INFORMATION COMPUTING Stat., Optim. Inf. Comput., Vol. 6, March 2018, pp 130 138. Published online in International Academic Press (www.iapress.org) Quadrature based Broyden-like

More information

Contraction Mappings Consider the equation

Contraction Mappings Consider the equation Contraction Mappings Consider the equation x = cos x. If we plot the graphs of y = cos x and y = x, we see that they intersect at a unique point for x 0.7. This point is called a fixed point of the function

More information

1.2 Derivation. d p f = d p f(x(p)) = x fd p x (= f x x p ). (1) Second, g x x p + g p = 0. d p f = f x g 1. The expression f x gx

1.2 Derivation. d p f = d p f(x(p)) = x fd p x (= f x x p ). (1) Second, g x x p + g p = 0. d p f = f x g 1. The expression f x gx PDE-constrained optimization and the adjoint method Andrew M. Bradley November 16, 21 PDE-constrained optimization and the adjoint method for solving these and related problems appear in a wide range of

More information

Workshop WMB. Noise Modeling

Workshop WMB. Noise Modeling Workshop WMB Noise Modeling Manfred Berroth, Markus Grözing, Stefan Heck, Alexander Bräckle University of Stuttgart, Germany WMB (IMS) Parameter Extraction Strategies For Compact Transistor Models IMS

More information

Technology Computer Aided Design (TCAD) Laboratory. Lecture 2, A simulation primer

Technology Computer Aided Design (TCAD) Laboratory. Lecture 2, A simulation primer Technology Computer Aided Design (TCAD) Laboratory Lecture 2, A simulation primer [Source: Synopsys] Giovanni Betti Beneventi E-mail: gbbeneventi@arces.unibo.it ; giobettibeneventi@gmail.com Office: Engineering

More information

INTRODUCTION, FOUNDATIONS

INTRODUCTION, FOUNDATIONS 1 INTRODUCTION, FOUNDATIONS ELM1222 Numerical Analysis Some of the contents are adopted from Laurene V. Fausett, Applied Numerical Analysis using MATLAB. Prentice Hall Inc., 1999 2 Today s lecture Information

More information

Achieving Accurate Results With a Circuit Simulator. Ken Kundert and Ian Clifford Cadence Design Systems Analog Division San Jose, Calif 95134

Achieving Accurate Results With a Circuit Simulator. Ken Kundert and Ian Clifford Cadence Design Systems Analog Division San Jose, Calif 95134 Achieving Accurate Results With a Circuit Simulator Ken Kundert and Ian Clifford Cadence Design Systems Analog Division San Jose, Calif 95134 1 Outline Solving Nonlinear Systems of Equations Convergence

More information

Model of Induction Machine to Transient Stability Programs

Model of Induction Machine to Transient Stability Programs Model of Induction Machine to Transient Stability Programs Pascal Garcia Esteves Instituto Superior Técnico Lisbon, Portugal Abstract- this paper reports the work performed on the MSc dissertation Model

More information

Transistor amplifiers: Biasing and Small Signal Model

Transistor amplifiers: Biasing and Small Signal Model Transistor amplifiers: iasing and Small Signal Model Transistor amplifiers utilizing JT or FT are similar in design and analysis. Accordingly we will discuss JT amplifiers thoroughly. Then, similar FT

More information

Lecture 4: Numerical Solution of SDEs, Itô Taylor Series, Gaussian Process Approximations

Lecture 4: Numerical Solution of SDEs, Itô Taylor Series, Gaussian Process Approximations Lecture 4: Numerical Solution of SDEs, Itô Taylor Series, Gaussian Process Approximations Simo Särkkä Aalto University Tampere University of Technology Lappeenranta University of Technology Finland November

More information

ESE319 Introduction to Microelectronics Common Emitter BJT Amplifier

ESE319 Introduction to Microelectronics Common Emitter BJT Amplifier Common Emitter BJT Amplifier 1 Adding a signal source to the single power supply bias amplifier R C R 1 R C V CC V CC V B R E R 2 R E Desired effect addition of bias and signal sources Starting point -

More information

Device Physics: The Bipolar Transistor

Device Physics: The Bipolar Transistor Monolithic Amplifier Circuits: Device Physics: The Bipolar Transistor Chapter 4 Jón Tómas Guðmundsson tumi@hi.is 2. Week Fall 2010 1 Introduction In analog design the transistors are not simply switches

More information

Definition of differential equations and their classification. Methods of solution of first-order differential equations

Definition of differential equations and their classification. Methods of solution of first-order differential equations Introduction to differential equations: overview Definition of differential equations and their classification Solutions of differential equations Initial value problems Existence and uniqueness Mathematical

More information

RC Circuit Lab - Discovery PSI Physics Capacitors and Resistors

RC Circuit Lab - Discovery PSI Physics Capacitors and Resistors 1 RC Circuit Lab - Discovery PSI Physics Capacitors and Resistors Name Date Period Purpose The purpose of this lab will be to determine how capacitors behave in R-C circuits. The manner in which capacitors

More information

ABSTRACT 1 INTRODUCTION

ABSTRACT 1 INTRODUCTION Water distribution network steady state simulation AQUANET model H. Rahal Laboratory of Hydraulics, K. U. Leuven, de Croylaan 2, B-3001 Heverlee, Belgium ABSTRACT This article is devoted to the description

More information

BEHAVIORAL MODELING AND TRANSIENT ANALYSIS WITH ANALOG INSYDES

BEHAVIORAL MODELING AND TRANSIENT ANALYSIS WITH ANALOG INSYDES BEHAVIORAL MODELING AND TRANSIENT ANALYSIS WITH ANALOG INSYDES Thomas Halfmann, Eckhard Hennig, Manfred Thole ITWM Institut für Techno- und Wirtschaftsmathematik, Kaiserslautern, Germany {halfmann, hennig,

More information

The RC Time Constant

The RC Time Constant The RC Time Constant Objectives When a direct-current source of emf is suddenly placed in series with a capacitor and a resistor, there is current in the circuit for whatever time it takes to fully charge

More information

Implementation of an Interior Point Multidimensional Filter Line Search Method for Constrained Optimization

Implementation of an Interior Point Multidimensional Filter Line Search Method for Constrained Optimization Proceedings of the 5th WSEAS Int. Conf. on System Science and Simulation in Engineering, Tenerife, Canary Islands, Spain, December 16-18, 2006 391 Implementation of an Interior Point Multidimensional Filter

More information

Newton s Method and Efficient, Robust Variants

Newton s Method and Efficient, Robust Variants Newton s Method and Efficient, Robust Variants Philipp Birken University of Kassel (SFB/TRR 30) Soon: University of Lund October 7th 2013 Efficient solution of large systems of non-linear PDEs in science

More information

RC Circuits (32.9) Neil Alberding (SFU Physics) Physics 121: Optics, Electricity & Magnetism Spring / 1

RC Circuits (32.9) Neil Alberding (SFU Physics) Physics 121: Optics, Electricity & Magnetism Spring / 1 (32.9) We have only been discussing DC circuits so far. However, using a capacitor we can create an RC circuit. In this example, a capacitor is charged but the switch is open, meaning no current flows.

More information

analyse and design a range of sine-wave oscillators understand the design of multivibrators.

analyse and design a range of sine-wave oscillators understand the design of multivibrators. INTODUTION In this lesson, we investigate some forms of wave-form generation using op amps. Of course, we could use basic transistor circuits, but it makes sense to simplify the analysis by considering

More information

Chapter 5. BJT AC Analysis

Chapter 5. BJT AC Analysis Chapter 5. Outline: The r e transistor model CB, CE & CC AC analysis through r e model common-emitter fixed-bias voltage-divider bias emitter-bias & emitter-follower common-base configuration Transistor

More information

AIMS Exercise Set # 1

AIMS Exercise Set # 1 AIMS Exercise Set #. Determine the form of the single precision floating point arithmetic used in the computers at AIMS. What is the largest number that can be accurately represented? What is the smallest

More information

An experimental robot load identification method for industrial application

An experimental robot load identification method for industrial application An experimental robot load identification method for industrial application Jan Swevers 1, Birgit Naumer 2, Stefan Pieters 2, Erika Biber 2, Walter Verdonck 1, and Joris De Schutter 1 1 Katholieke Universiteit

More information

Numerical Methods for Engineers

Numerical Methods for Engineers Numerical Methods for Engineers SEVENTH EDITION Steven C Chopra Berger Chair in Computing and Engineering Tufts University Raymond P. Canal Professor Emeritus of Civil Engineering of Michiaan University

More information

Bindel, Fall 2011 Intro to Scientific Computing (CS 3220) Week 12: Monday, Apr 18. HW 7 is posted, and will be due in class on 4/25.

Bindel, Fall 2011 Intro to Scientific Computing (CS 3220) Week 12: Monday, Apr 18. HW 7 is posted, and will be due in class on 4/25. Logistics Week 12: Monday, Apr 18 HW 6 is due at 11:59 tonight. HW 7 is posted, and will be due in class on 4/25. The prelim is graded. An analysis and rubric are on CMS. Problem du jour For implicit methods

More information

COURSE Iterative methods for solving linear systems

COURSE Iterative methods for solving linear systems COURSE 0 4.3. Iterative methods for solving linear systems Because of round-off errors, direct methods become less efficient than iterative methods for large systems (>00 000 variables). An iterative scheme

More information

MECHATRONICS II LABORATORY Experiment #4: First-Order Dynamic Response Thermal Systems

MECHATRONICS II LABORATORY Experiment #4: First-Order Dynamic Response Thermal Systems MECHATRONICS II LABORATORY Experiment #4: First-Order Dynamic Response Thermal Systems The simplest dynamic system is a linear first order system. The time response of a first-order system is exponential.

More information

Introduction to Machine Learning HW6

Introduction to Machine Learning HW6 CS 189 Spring 2018 Introduction to Machine Learning HW6 Your self-grade URL is http://eecs189.org/self_grade?question_ids=1_1,1_ 2,2_1,2_2,3_1,3_2,3_3,4_1,4_2,4_3,4_4,4_5,4_6,5_1,5_2,6. This homework is

More information

Written Examination

Written Examination Division of Scientific Computing Department of Information Technology Uppsala University Optimization Written Examination 202-2-20 Time: 4:00-9:00 Allowed Tools: Pocket Calculator, one A4 paper with notes

More information

Lecture 1: Pragmatic Introduction to Stochastic Differential Equations

Lecture 1: Pragmatic Introduction to Stochastic Differential Equations Lecture 1: Pragmatic Introduction to Stochastic Differential Equations Simo Särkkä Aalto University, Finland (visiting at Oxford University, UK) November 13, 2013 Simo Särkkä (Aalto) Lecture 1: Pragmatic

More information

BJT Biasing Cont. & Small Signal Model

BJT Biasing Cont. & Small Signal Model BJT Biasing Cont. & Small Signal Model Conservative Bias Design (1/3, 1/3, 1/3 Rule) Bias Design Example Small-Signal BJT Models Small-Signal Analysis 1 Emitter Feedback Bias Design R B R C V CC R 1 R

More information

Non-linear least squares

Non-linear least squares Non-linear least squares Concept of non-linear least squares We have extensively studied linear least squares or linear regression. We see that there is a unique regression line that can be determined

More information

Piecewise Nonlinear Approach to the Implementation of Nonlinear Current Transfer Functions

Piecewise Nonlinear Approach to the Implementation of Nonlinear Current Transfer Functions 1 Piecewise Nonlinear Approach to the Implementation of Nonlinear Current Transfer Functions Chunyan Wang Abstract A piecewise nonlinear approach to the nonlinear circuit design has been proposed in this

More information

Final Examination EE 130 December 16, 1997 Time allotted: 180 minutes

Final Examination EE 130 December 16, 1997 Time allotted: 180 minutes Final Examination EE 130 December 16, 1997 Time allotted: 180 minutes Problem 1: Semiconductor Fundamentals [30 points] A uniformly doped silicon sample of length 100µm and cross-sectional area 100µm 2

More information

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

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

More information

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 4.0 License.

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 4.0 License. University of Rhode Island DigitalCommons@URI PHY 204: Elementary Physics II Physics Course Materials 2015 10. Resistors II Gerhard Müller University of Rhode Island, gmuller@uri.edu Creative Commons License

More information

Examination paper for TFY4185 Measurement Technique/ Måleteknikk

Examination paper for TFY4185 Measurement Technique/ Måleteknikk Page 1 of 14 Department of Physics Examination paper for TFY4185 Measurement Technique/ Måleteknikk Academic contact during examination: Patrick Espy Phone: +47 41 38 65 78 Examination date: 15 August

More information

Chapter 10 Sinusoidal Steady State Analysis Chapter Objectives:

Chapter 10 Sinusoidal Steady State Analysis Chapter Objectives: Chapter 10 Sinusoidal Steady State Analysis Chapter Objectives: Apply previously learn circuit techniques to sinusoidal steady-state analysis. Learn how to apply nodal and mesh analysis in the frequency

More information

Version 001 CIRCUITS holland (1290) 1

Version 001 CIRCUITS holland (1290) 1 Version CIRCUITS holland (9) This print-out should have questions Multiple-choice questions may continue on the next column or page find all choices before answering AP M 99 MC points The power dissipated

More information

Parallel Ensemble Monte Carlo for Device Simulation

Parallel Ensemble Monte Carlo for Device Simulation Workshop on High Performance Computing Activities in Singapore Dr Zhou Xing School of Electrical and Electronic Engineering Nanyang Technological University September 29, 1995 Outline Electronic transport

More information

Capacitor in the AC circuit with Cobra3

Capacitor in the AC circuit with Cobra3 Capacitor in the AC circuit with Cobra3 LEP Related Topics Capacitance, Kirchhoff s laws, Maxwell s equations, AC impedance, Phase displacement Principle A capacitor is connected in a circuit with a variable-frequency

More information

Physics Exam II

Physics Exam II Physics 208 - Exam II Spring 2018 (all sections) - March 5, 2018. Please fill out the information and read the instructions below, but do not open the exam until told to do so. Rules of the exam: 1. You

More information

An example of Bayesian reasoning Consider the one-dimensional deconvolution problem with various degrees of prior information.

An example of Bayesian reasoning Consider the one-dimensional deconvolution problem with various degrees of prior information. An example of Bayesian reasoning Consider the one-dimensional deconvolution problem with various degrees of prior information. Model: where g(t) = a(t s)f(s)ds + e(t), a(t) t = (rapidly). The problem,

More information

Tuning of Fuzzy Systems as an Ill-Posed Problem

Tuning of Fuzzy Systems as an Ill-Posed Problem Tuning of Fuzzy Systems as an Ill-Posed Problem Martin Burger 1, Josef Haslinger 2, and Ulrich Bodenhofer 2 1 SFB F 13 Numerical and Symbolic Scientific Computing and Industrial Mathematics Institute,

More information

Efficient Per-Nonlinearity Distortion Analysis for Analog and RF Circuits

Efficient Per-Nonlinearity Distortion Analysis for Analog and RF Circuits IEEE TRANSACTIONS ON COMPUTER-AIDED DESIGN OF INTEGRATED CIRCUITS AND SYSTEMS, VOL. 22, NO. 10, OCTOBER 2003 1297 Efficient Per-Nonlinearity Distortion Analysis for Analog and RF Circuits Peng Li, Student

More information

Physics Investigation 10 Teacher Manual

Physics Investigation 10 Teacher Manual Physics Investigation 10 Teacher Manual Observation When a light bulb is connected to a number of charged capacitors, it lights up for different periods of time. Problem What does the rate of discharging

More information

Modeling of Electromechanical Systems

Modeling of Electromechanical Systems Page 1 of 54 Modeling of Electromechanical Systems Werner Haas, Kurt Schlacher and Reinhard Gahleitner Johannes Kepler University Linz, Department of Automatic Control, Altenbergerstr.69, A 4040 Linz,

More information

Iterative regularization of nonlinear ill-posed problems in Banach space

Iterative regularization of nonlinear ill-posed problems in Banach space Iterative regularization of nonlinear ill-posed problems in Banach space Barbara Kaltenbacher, University of Klagenfurt joint work with Bernd Hofmann, Technical University of Chemnitz, Frank Schöpfer and

More information

1.1: The bisection method. September 2017

1.1: The bisection method. September 2017 (1/11) 1.1: The bisection method Solving nonlinear equations MA385/530 Numerical Analysis September 2017 3 2 f(x)= x 2 2 x axis 1 0 1 x [0] =a x [2] =1 x [3] =1.5 x [1] =b 2 0.5 0 0.5 1 1.5 2 2.5 1 Solving

More information

Iterative Solution methods

Iterative Solution methods p. 1/28 TDB NLA Parallel Algorithms for Scientific Computing Iterative Solution methods p. 2/28 TDB NLA Parallel Algorithms for Scientific Computing Basic Iterative Solution methods The ideas to use iterative

More information

A Double Regularization Approach for Inverse Problems with Noisy Data and Inexact Operator

A Double Regularization Approach for Inverse Problems with Noisy Data and Inexact Operator A Double Regularization Approach for Inverse Problems with Noisy Data and Inexact Operator Ismael Rodrigo Bleyer Prof. Dr. Ronny Ramlau Johannes Kepler Universität - Linz Florianópolis - September, 2011.

More information

ELECTRONIC SYSTEMS. Basic operational amplifier circuits. Electronic Systems - C3 13/05/ DDC Storey 1

ELECTRONIC SYSTEMS. Basic operational amplifier circuits. Electronic Systems - C3 13/05/ DDC Storey 1 Electronic Systems C3 3/05/2009 Politecnico di Torino ICT school Lesson C3 ELECTONIC SYSTEMS C OPEATIONAL AMPLIFIES C.3 Op Amp circuits» Application examples» Analysis of amplifier circuits» Single and

More information

Electronics II. Final Examination

Electronics II. Final Examination The University of Toledo f17fs_elct27.fm 1 Electronics II Final Examination Problems Points 1. 11 2. 14 3. 15 Total 40 Was the exam fair? yes no The University of Toledo f17fs_elct27.fm 2 Problem 1 11

More information

AM 205: lecture 19. Last time: Conditions for optimality Today: Newton s method for optimization, survey of optimization methods

AM 205: lecture 19. Last time: Conditions for optimality Today: Newton s method for optimization, survey of optimization methods AM 205: lecture 19 Last time: Conditions for optimality Today: Newton s method for optimization, survey of optimization methods Optimality Conditions: Equality Constrained Case As another example of equality

More information

Bipolar Junction Transistor (BJT) - Introduction

Bipolar Junction Transistor (BJT) - Introduction Bipolar Junction Transistor (BJT) - Introduction It was found in 1948 at the Bell Telephone Laboratories. It is a three terminal device and has three semiconductor regions. It can be used in signal amplification

More information

An introduction to plotting data

An introduction to plotting data An introduction to plotting data Eric D. Black California Institute of Technology v2.0 1 Introduction Plotting data is one of the essential skills every scientist must have. We use it on a near-daily basis

More information

13. Bipolar transistors

13. Bipolar transistors Technische Universität Graz Institute of Solid State Physics 13. Bipolar transistors Jan. 16, 2019 Technische Universität Graz Institute of Solid State Physics bipolar transistors npn transistor collector

More information

Non-polynomial Least-squares fitting

Non-polynomial Least-squares fitting Applied Math 205 Last time: piecewise polynomial interpolation, least-squares fitting Today: underdetermined least squares, nonlinear least squares Homework 1 (and subsequent homeworks) have several parts

More information

Implicitely and Densely Discrete Black-Box Optimization Problems

Implicitely and Densely Discrete Black-Box Optimization Problems Implicitely and Densely Discrete Black-Box Optimization Problems L. N. Vicente September 26, 2008 Abstract This paper addresses derivative-free optimization problems where the variables lie implicitly

More information

Two-parameter regularization method for determining the heat source

Two-parameter regularization method for determining the heat source Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 13, Number 8 (017), pp. 3937-3950 Research India Publications http://www.ripublication.com Two-parameter regularization method for

More information

30.5. Iterative Methods for Systems of Equations. Introduction. Prerequisites. Learning Outcomes

30.5. Iterative Methods for Systems of Equations. Introduction. Prerequisites. Learning Outcomes Iterative Methods for Systems of Equations 0.5 Introduction There are occasions when direct methods (like Gaussian elimination or the use of an LU decomposition) are not the best way to solve a system

More information

Homework Assignment 08

Homework Assignment 08 Homework Assignment 08 Question 1 (Short Takes) Two points each unless otherwise indicated. 1. Give one phrase/sentence that describes the primary advantage of an active load. Answer: Large effective resistance

More information

Numerical Data Fitting in Dynamical Systems

Numerical Data Fitting in Dynamical Systems Numerical Data Fitting in Dynamical Systems A Practical Introduction with Applications and Software by Klaus Schittkowski Department of Mathematics, University of Bayreuth, Bayreuth, Germany * * KLUWER

More information

Numerical Solution of a Coefficient Identification Problem in the Poisson equation

Numerical Solution of a Coefficient Identification Problem in the Poisson equation Swiss Federal Institute of Technology Zurich Seminar for Applied Mathematics Department of Mathematics Bachelor Thesis Spring semester 2014 Thomas Haener Numerical Solution of a Coefficient Identification

More information

Roots of equations, minimization, numerical integration

Roots of equations, minimization, numerical integration Roots of equations, minimization, numerical integration Alexander Khanov PHYS6260: Experimental Methods is HEP Oklahoma State University November 1, 2017 Roots of equations Find the roots solve equation

More information

A Family of Preconditioned Iteratively Regularized Methods For Nonlinear Minimization

A Family of Preconditioned Iteratively Regularized Methods For Nonlinear Minimization A Family of Preconditioned Iteratively Regularized Methods For Nonlinear Minimization Alexandra Smirnova Rosemary A Renaut March 27, 2008 Abstract The preconditioned iteratively regularized Gauss-Newton

More information

Numerical optimization

Numerical optimization THE UNIVERSITY OF WESTERN ONTARIO LONDON ONTARIO Paul Klein Office: SSC 408 Phone: 661-111 ext. 857 Email: paul.klein@uwo.ca URL: www.ssc.uwo.ca/economics/faculty/klein/ Numerical optimization In these

More information

IInstitute for. Using Power Line Modems Measurements for Degradation Detection on Power Lines

IInstitute for. Using Power Line Modems Measurements for Degradation Detection on Power Lines Using Power Line Modems Measurements for Degradation Detection on Power Lines Florian Gruber, Andreas M. Lehmann, Johannes B. Huber, Ralf Müller Friedrich-Alexander-Universität Erlangen-Nürnberg Institute

More information

Advanced Computational Methods for VLSI Systems. Lecture 4 RF Circuit Simulation Methods. Zhuo Feng

Advanced Computational Methods for VLSI Systems. Lecture 4 RF Circuit Simulation Methods. Zhuo Feng Advanced Computational Methods for VLSI Systems Lecture 4 RF Circuit Simulation Methods Zhuo Feng 6. Z. Feng MTU EE59 Neither ac analysis nor pole / zero analysis allow nonlinearities Harmonic balance

More information