A NEW EVALUATION PLATFORM FOR NAVIGATION SYSTEMS

Size: px
Start display at page:

Download "A NEW EVALUATION PLATFORM FOR NAVIGATION SYSTEMS"

Transcription

1 A NEW EVALUATION PLATFORM FOR NAVIGATION SYSTEMS Thomas Hanefeld Sejerøe Niels Kjølstad polsen Ole Ravn Ørsted DTU, Atomation, The Technical Universit of Denmar, Bilding 6, DK-8 Kgs. Lngb, Denmar Informatics Mathematical Modelling, The Technical Universit of Denmar, Bilding, DK-8 Kgs. Lngb, Denmar Abstract: The KALMTOOL toolbo is a set of tools for state estimation for nonlinear sstems. The toolbo contains fnctions for etended Kalman filtering as well as for two new filters called the DD filter the DD filter. It also contains fnction for Uncented Kalman filters as well as three versions of particle filters. The toolbo reqires ver. 6, bt no additional toolboes are reqired. Kewords: State estimation, Kalman filtering, nonlinear sstems Atonomos robots. INTRODUCTION In this paper a newl developed platform for evalation of estimation algorithms, Kalmtool, will be described. The prpose of the platform is to mae evalation of different algorithms for solving nonlinear state estimation problems to enable a comparison with new methods. Dring the wor it was fond that the etended Kalman filter was somewhat inconvenient to se in some of or applications. A small modification of the application sometimes had serios implications on the EKF implementation. Moreover, it was often difficlt to implement. Or problem was that the EKF reqires a linearization of the sstem model. Sometimes this is eas to find bt sometimes it can be prett hard. In an case, it maes things infleible. If a small change is made in the model, one has to wor ot a new set of derivatives. This is particlarl inconvenient in model calibration where certain model parameters are temporaril inclded in the state vector estimated simltaneosl with the actal states. Since it was sggested, the etended Kalman filter (EKF) has ndobtl been the dominating techniqe for nonlinear state estimation. Nevertheless, the EKF is nown to have several drawbacs. These are mainl de to the Talor linearization of the nonlinear transformations arond the crrent state estimate. The linearization reqires that Jacobians of state transition observation eqations are derived, which is often a qite comple tas. Moreover, sometimes there are points in which the Jacobians are not defined. In addition to the difficlties with implementation, convergence problems are often encontered de to the fact that the linearized models describe the sstem poorl.

2 Previos wor inclde several toolboes other platform. Focs here is on comparision transparenc. The paper is organized as follows: first overall design philosoph behind the platform is described. Net a description of the estimation algorithms are given inclding the etended Kalman filter, the Uncented Kalman filter different tpes of particlefilters. Section 4 gives an etensive eample std as well as a demonstration of the platform for comparing algorithms for navigation of a mobile robot. Finall conclsions references are given.. THE PLATFORM The design philosoph of the simlation platform has been to provide a tool, which is simple transparent in its inner worings, et powerfl reliable. With this in mind, ease of se in applications with respect to development of new algorithms have been a high priorit. The platform itself is based on a series of fnctions written in Matlab, which are combined with a Simlin graphical interface for ease of contrction. As Simlin b design resembles the bloc-diagrams of control theor, constrction of sstems becomes ver straightforward all signal paths are visible. Control Signals ipvec w v Fnction Sstem Eqations Fnction Eqations Hold s Integrator Fnction Estimation Algorithm Inpts s var Estimates Fig.. The Simlin laot of a continos sstem. Control Signals ipvec v w Hold Hold v Hold w () v () w Fnction Sstem Eqations Fnction Eqations Hold () (+) z Unit Dela [] Fnction Estimation Algorithm () Samples Inpts s var Estimates Samples Fig.. The Simlin laot of a discrete time sstems The algorithms, which are implemented in the platform, are constrcted in a model-independent manner. The models are defined eternall as simple fnction files in Matlab, in accordance with the format sed for solving differential eqations nmericall (see the docmentation for Matlab). Depending on the application the sstem at h, continos time step or fied time step integration ma be sed, as well as discrete time sstems. Finall, the fnctions are not intended solel for se with Simlin. This means that an data set consisting of measrements inpts ma be filtered sing the fnctions, given that a sstem measrement description is provided. All in all, this provides a great deal of fleibilit, ease of testing control algorithms, as well as testing varios data filtering methods.. ESTIMATION ALGORITHMS Consider a sstem in which the evoltion of the state seqence { R n, N} is given b + = f (,,v ) () where f is a possible nonlinear fnction of the state,, the inpt (control) signal, the process noise, v. The process noise is assmed to be a seqence {v R n N} of i.i.d. stochastic vectors. The objective is to estimate from measrements = g (,e ) R m () where also g is a possible nonlinear fnction of the state the measrement noise, e. The measrement noise is assmed to be a seqence, {e R m N}, of i.i.d. stochastic vectors. More specific we see an estimate of based on all available measrements ( nown inpts) Y : = {( i, i ), i =,...,}. The soltion to this problem is embedded in the conditional degree of belief in the state, given the data, Y :. The problem is then (recrsivel) to determine the pdf. p( : ). If the initial distribtion, p( ), is nown then the soltion can in principle be determined throgh the recrsions: p( Y : ) = p( )p( Y : )d Ω () p( Y : ) = p( ) p( Y : ) p( Y : ) (4) These two recrsions are related to the dnamic (()) the inference ((4)) step, respectivel can onl in special cases be solved analticall. In the linear Gassian case the pdf. can be parameterized in terms of mean variance the recrsions reslts in the well nown Kalman filter. In that case (the linear Gassian case with stard assmptions inclding N( ˆ,P )) the sstem is assmed to be given b the recrsions: + = A + B + v v N iid (,R )

3 = C + e e N iid (,R ) The Kalman filter is given b the prediction or the time pdates ˆ + = A ˆ + B () P + = AP A T + R (6) the inference recrsion where: ˆ = ˆ + K ( ŷ ) (7) P = P K CP (8) K = P C T S ŷ = X ˆ S = CP C T + R In this case, the prediction in () reslts in () can also be fond as an application of calcls for linear operations on Gassian vectors. The inference recrsion in (7) emerge from (4) or as an application of the Projection Theorem. The varios filters differs in the wa the hle the propagation of the distribtions throgh the two nonlinearities, f g, how the inference is carried ot. The net three filters are all based on the projection Theorem.. The Etended Kalman filter The Etended Kalman filter is as its name indicate based on an etension of the application of the Kalman filter to the nonlinear case. The Etended Kalman filter (EKF) is based on a stard Talor epansion of the nonlinear fnctions can be regarded as a local approimation. In general the approimation is best for small deviations from the point of linearization. The basic idea is related to the problem of determine the distribtion of z if z = F() the distribtion of is nown to be N( ˆ,P ). The approimation is simpl to se where z N ( F( ˆ),AP A T) A = F ˆ This approimation applies both to the process eqation ( f ) the measrement eqation ( g). In fact, the onl changes with respect to ()-(8) is ˆ i+ i = f i ( ˆ i i, i,) ŷ i i = g i ( ˆ i i,) The variance pdate, (6) (8), are nchanged (ecept for the state dependent sstem matrices).. Divided difference filters The divided difference filter eists in a first order version (DD) in a second order version (DD) is based on Stirlings interpolation formla (see (Nørgaard et al., ) Figre for illstration). f() Two polnomial approimations of the same fnction 4 Fig.. Comparison of a second-order polnomial approimation obtained with the Talor (dotdashed) the Stirling method (dashed) Let again, be a stochastic variable N ( ˆ,S S T ). The approimation which taes the variation of w into accont is F() = F( ˆ)+ z F( ˆ)( ˆ)+ F( ˆ)( ˆ) + ε where { } F( ˆ) = Matr i j h [F i( ˆ+hS j ) F i ( ˆ hs j )] F( ˆ)=Matr i j { } h [F i( ˆ+ hs j )+F i ( ˆ hs j ) F i ( ˆ)] Here h is a scale parameter S j is the j th colmn in S. In the Gassian case the choice h = is in some sense optimal (see (Nørgaard et al., )). Introdce the notation F + p = F( ˆ+hS,p) F p = F( ˆ hs,p) F = F( ˆ) For the DD filter the approimation is then ẑ = h n h F + n h F p + + F p p= P z = 4h n + h 4h i= n (F + p F p )(F+ p F p )T i= (F + p + F p F )(F + p + F p F ) T For the first order filter (DD) onl the first terms in the approimations are sed. In the divided difference filters (DD DD) the propagation of mean variance is determined throgh the approimations mentioned above. The inference is based on the Projection Theorem.

4 . The Unscented alman filter The Uncented filter is based on the (ncentedi) transformation of a stochastic variable,, throgh a nonlinear fnction, F() (see (Jlier Uhlmann, 4)). Assming again the mean of is ˆ the variance matri is P = S S T, then the sigma points are defined as: () = ˆ w = κ n + κ (i) = ˆ+ κ (n + κ)s i w i = (n + κ) i =,... n ( j+n) = ˆ κ (n + κ)s, j w j+n = (n + κ) j =,...,n Here κ is a scaling parameter w i is the weight associated with a point n i= w i = Each sigma point is propagated throgh the nonlinear fnction z (i) = F( (i) ) the approimation is then P z = n i= ẑ = n i= w i z (i) i =,... n w i (z (i) ẑ)(z (i) ẑ) T The stard UKF is based on the approimation mentioned above the Projection Theorem. In the scaled version of UKF the weight is chosen in a slightl different manner (see (Jlier, ) or (Wan van der Merwe, ) for details)..4 Particle filters Particle filters comes in several versions implementations (see e.g. (Arlampalam et al., ) or (van der Merwe et al., )). In the most basic version (Ep. PF) implemented in the platform the nonlinearities are dealt with b propagating a swarm of particle throgh the nonlinearities. Again assming N( ˆ,P ) a nmber (N) of particles are generated (i) N( ˆ,P ) i =,... N propagated throgh the nonlinear fnction z (i) = F( (i) ) The approimation is then simpl ẑ = N i= z (i) P z = N i= (z (i) ẑ)(z (i) ẑ) T In the most basic version (Ep. PF) the inference is based on the Projection Theorem the nonlinearities are hled with the method mentioned above. In the generic particle filters (Gen. PF) the inference is not based on the Projection Theorem, bt is carried ot b appling 4 directl. That reslts in weights associated with each of the particles. In this version the particle are onl initiall generated as described above. After the inference step the particles are resampled from a distribtion characterized b the weights. In the last version (MH. PF) implemented here on this platform, the resampling is performed b means of the Metropolis-Hastings algorithm. 4. EXAMPLE STUDY The versatilit of the simlation framewor is most evident when implementing a nmber of eamples. For the prpose of this demonstration, a continos time differential eqation sstem a discrete time difference eqation sstem are selected. The continos time sstem is a ver simple model of a deadreconing gidance for a small mobile robot. The discrete time sstem is an academic eample of a nonlinear sstem (thogh in a simplified form), which have been sed previosl as a benchmar for testing filter algorithms (Netto et al., 978)) The model of the small mobile robot (niccle tpe) is given b the set of eqations stated below is onl slightl nonlinear. The eqations ield a position in a two dimensional space as well as a heading. An inpt signal consisting of the velocit, γ, trnrate, ω, is sed as a wa of introdcing an eternal sorce of distrbance. The observation eqations are prel linear, the noise is modelled as being additive, zero mean, Gassian distribted in both sets of eqations. ẋ = γ cos(θ)+v ẏ = γ sin(θ)+v (9) θ = ω + v The process noise sorces, v n, as well as the observation noise sorces, w n, are specified b N(,.). z = +w z = +w () z = θ + w An eample of a simlation sing the Divided Difference (nd order) as estimator can be seen in figre 4. The integral of the control signal, ω, is seen below the path traced b the robot. In order to compare a range of techniqes implemented in the framewor, accrac reslts are given in table. Attempting to find a fair estimate of the accrac, rns were made with each algorithm the average vales were fond. The particle filters all sed particles per time pdate. The table contains the "worst case" vales for the three states.

5 [m] Divided Difference KF (nd) T =. s [m] their rntimes ma well benefit from nmerical optimizations in application specific implementations. The algorithms sed a fied step integration (Matlab, Dorm-Prince, order ) to solve eqation 9. The stard Unscented Kalman filter (Std. UKF) performs ver well, while it s scaled version gives a lower mean RMSE a slightl lower mean variance estimates. The DD DD both give low mean RMSE consistent variance estimates - in this case, the second order parts of the DD does not ield mch. The second eample is a nonlinear eqation with a linear nois measrement. First, the process eqation, + is listed, net the measrement eqation,. + = cos(.)+v n = + w ; () Radians Tre vale Estimate Time [s] Note that, both the noise sorces, v w, are zero mean Gassian white noise with variances of.. respectivel. As was the case with the small robot model, a Monte Carlo series of simlations was made with a variet of estimation algorithms. Two eamples of the appearance of a simlation can be fond in figre. Fig. 4. A path traced b the small niccle robot. The estimation rotine emploed is the nd order Divided Difference filter with a sampling freqenc of Hz. At ever other estimated state, the 9% confidence intervals are drawn as ellipses or bars respectivel. The estimate is at no point otside the confidence intervals. Algorithm Ma. RMSE Ma. Var. Est. Time C.D. EKF Std. UKF Scl. UKF DD DD Ep. PF Gen. PF PF (MH) Table. Small mobile robot, worst vale of mean estimate (,,θ) maimm mean variance estimate of Monte Carlo simlations. The table is split into Kalman filter variants (top) particle filters (bottom). The particle filters all sed particles. Also listed in the table is the comptational brden of each algorithm. The latter is given as a relative nmber compared to the rntime of a continos-discrete etended Kalman filter (C.D. EKF). The times are relative, as other processor speeds tpes will ield different absolte reslts. Frthermore, the algorithms The reslt of the Monte Carlo simlation can be seen in table. The Kalman filter tpe algorithms were simlated times the means of the root mean sqare errors (RMSE) were fond as well as the means of the variance estimates. The Particle Filter tpes were simlated times with particles per time pdate in all filters. Algorithm Mean RMSE Mean Var. Est. Time C.D. EKF Std. UKF Scl. UKF DD DD Ep. PF Gen. PF PF (MH) Table. Table of reslts for a Monte Carlo series of simlations on the discrete nonlinear nois sstem. Finall, in order to compare the precision of the three particle filters as a fnction of the nmber of particles per time pdate, a Monte Carlo series of simlations was made sing the benchmar sstem. The reslts can be seen in figre 6. The series consisted of rns per particle cont, from to 6 particles in increasing steps. The algorithms converge rather qicl as the particle cont increases.

6 Divided Difference KF (nd) RMSE Particles Generic PF No. of Particles = Tre vale Estimate Mean Var. Est. 4 Ep. Unsc. PF. Generic PF. Generic PF. (MH) Particles Fig.. Two eamples of the highl nonlinear nois sstem given in eqation. The topmost is the nd order Divided Difference filter, while the bottommost is a generic Particle Filter.. CONCLUSION In this paper we have presented the toolbo KALM- TOOL ver. which a set of tools for state estimation for nonlinear sstems. It contains fnctions for etended Kalman filtering as well as for the two new filters the DD filter the DD filter. It also contains fnctions for Unscented (stard scaled) Kalman filter as well as three versions of particle filters. REFERENCES Arlampalam, M.S., S. Masell, N. Gordon T. Clapp (). A ttorial on particle filters for online nonlinear/non-gassian baesian tracing. IEEE Transactions on Signal Processing (), Jlier, S. (). The scaled nscented transformation. Proceedings of the American Control Conference pp Jlier, Simon Jeffre Uhlmann (4). Unscented filtering nonlinear estimation. Proceeding of the IEEE 9(), 4 4. Fig. 6. Two graphs depicting the effect of varing the particle cont per pdate on the benchmar sstem. The mean RMSE mean variance estimates are seen to converge rather qicl to relativel stationar vales at arond particles per time pdate. Netto, A.M.L., L. Gimeno M.J. Mendes (978). A new spline algorithm for non-linear filtering of discrete time sstems. Proceedings of the 4th IFAC Smposim on Identification Sstem Parameter Estimation, Tbilisi, U.S.S.R. pp.. Nørgaard, Magns, Niels K. Polsen Ole Ravn (). New development in state estimation for nonlinear sstems. Atomatica 6, Nørgaard, Magns, Niels Kjølstad Polsen Ole Ravn (). Kalmtool for se with matlab. In: th IFAC Smposim on Sstem Identification, SYSID, Rotterdam. IFAC. Rotterdam. pp van der Merwe, R., A. Docet, N. de Freitas E. Wan (). The nscented particle filter. Technical report. Cambridge Universit Engineering Department. Wan, Eric Rdolph van der Merwe (). The nscented alman filter for nonlinear estimation. In: Proceedings of the IEEE Adaptive Sstems for Signal Processing, Commnications, Control Smposim. pp. 8.

Chapter 2 Difficulties associated with corners

Chapter 2 Difficulties associated with corners Chapter Difficlties associated with corners This chapter is aimed at resolving the problems revealed in Chapter, which are cased b corners and/or discontinos bondar conditions. The first section introdces

More information

1 Differential Equations for Solid Mechanics

1 Differential Equations for Solid Mechanics 1 Differential Eqations for Solid Mechanics Simple problems involving homogeneos stress states have been considered so far, wherein the stress is the same throghot the component nder std. An eception to

More information

Nonlinear predictive control of dynamic systems represented by Wiener Hammerstein models

Nonlinear predictive control of dynamic systems represented by Wiener Hammerstein models Nonlinear Dn (26) 86:93 24 DOI.7/s7-6-2957- ORIGINAL PAPER Nonlinear predictive control of dnamic sstems represented b Wiener Hammerstein models Maciej Ławrńcz Received: 7 December 25 / Accepted: 2 Jl

More information

A comparison of estimation accuracy by the use of KF, EKF & UKF filters

A comparison of estimation accuracy by the use of KF, EKF & UKF filters Computational Methods and Eperimental Measurements XIII 779 A comparison of estimation accurac b the use of KF EKF & UKF filters S. Konatowski & A. T. Pieniężn Department of Electronics Militar Universit

More information

A Decomposition Method for Volume Flux. and Average Velocity of Thin Film Flow. of a Third Grade Fluid Down an Inclined Plane

A Decomposition Method for Volume Flux. and Average Velocity of Thin Film Flow. of a Third Grade Fluid Down an Inclined Plane Adv. Theor. Appl. Mech., Vol. 1, 8, no. 1, 9 A Decomposition Method for Volme Flx and Average Velocit of Thin Film Flow of a Third Grade Flid Down an Inclined Plane A. Sadighi, D.D. Ganji,. Sabzehmeidani

More information

Discontinuous Fluctuation Distribution for Time-Dependent Problems

Discontinuous Fluctuation Distribution for Time-Dependent Problems Discontinos Flctation Distribtion for Time-Dependent Problems Matthew Hbbard School of Compting, University of Leeds, Leeds, LS2 9JT, UK meh@comp.leeds.ac.k Introdction For some years now, the flctation

More information

Homotopy Perturbation Method for Solving Linear Boundary Value Problems

Homotopy Perturbation Method for Solving Linear Boundary Value Problems International Jornal of Crrent Engineering and Technolog E-ISSN 2277 4106, P-ISSN 2347 5161 2016 INPRESSCO, All Rights Reserved Available at http://inpressco.com/categor/ijcet Research Article Homotop

More information

A Macroscopic Traffic Data Assimilation Framework Based on Fourier-Galerkin Method and Minimax Estimation

A Macroscopic Traffic Data Assimilation Framework Based on Fourier-Galerkin Method and Minimax Estimation A Macroscopic Traffic Data Assimilation Framework Based on Forier-Galerkin Method and Minima Estimation Tigran T. Tchrakian and Sergiy Zhk Abstract In this paper, we propose a new framework for macroscopic

More information

AMS 212B Perturbation Methods Lecture 05 Copyright by Hongyun Wang, UCSC

AMS 212B Perturbation Methods Lecture 05 Copyright by Hongyun Wang, UCSC AMS B Pertrbation Methods Lectre 5 Copright b Hongn Wang, UCSC Recap: we discssed bondar laer of ODE Oter epansion Inner epansion Matching: ) Prandtl s matching ) Matching b an intermediate variable (Skip

More information

Uncertainties of measurement

Uncertainties of measurement Uncertainties of measrement Laboratory tas A temperatre sensor is connected as a voltage divider according to the schematic diagram on Fig.. The temperatre sensor is a thermistor type B5764K [] with nominal

More information

A Model-Free Adaptive Control of Pulsed GTAW

A Model-Free Adaptive Control of Pulsed GTAW A Model-Free Adaptive Control of Plsed GTAW F.L. Lv 1, S.B. Chen 1, and S.W. Dai 1 Institte of Welding Technology, Shanghai Jiao Tong University, Shanghai 00030, P.R. China Department of Atomatic Control,

More information

3 2D Elastostatic Problems in Cartesian Coordinates

3 2D Elastostatic Problems in Cartesian Coordinates D lastostatic Problems in Cartesian Coordinates Two dimensional elastostatic problems are discssed in this Chapter, that is, static problems of either plane stress or plane strain. Cartesian coordinates

More information

FOUNTAIN codes [3], [4] provide an efficient solution

FOUNTAIN codes [3], [4] provide an efficient solution Inactivation Decoding of LT and Raptor Codes: Analysis and Code Design Francisco Lázaro, Stdent Member, IEEE, Gianligi Liva, Senior Member, IEEE, Gerhard Bach, Fellow, IEEE arxiv:176.5814v1 [cs.it 19 Jn

More information

A Radial Basis Function Method for Solving PDE Constrained Optimization Problems

A Radial Basis Function Method for Solving PDE Constrained Optimization Problems Report no. /6 A Radial Basis Fnction Method for Solving PDE Constrained Optimization Problems John W. Pearson In this article, we appl the theor of meshfree methods to the problem of PDE constrained optimization.

More information

Control Performance Monitoring of State-Dependent Nonlinear Processes

Control Performance Monitoring of State-Dependent Nonlinear Processes Control Performance Monitoring of State-Dependent Nonlinear Processes Lis F. Recalde*, Hong Ye Wind Energy and Control Centre, Department of Electronic and Electrical Engineering, University of Strathclyde,

More information

Lecture 17 Errors in Matlab s Turbulence PSD and Shaping Filter Expressions

Lecture 17 Errors in Matlab s Turbulence PSD and Shaping Filter Expressions Lectre 7 Errors in Matlab s Trblence PSD and Shaping Filter Expressions b Peter J Sherman /7/7 [prepared for AERE 355 class] In this brief note we will show that the trblence power spectral densities (psds)

More information

INCREMENTAL STATE-SPACE PREDICTIVE CONTROLLER WITH STATE KALMAN ESTIMATION

INCREMENTAL STATE-SPACE PREDICTIVE CONTROLLER WITH STATE KALMAN ESTIMATION IREEA SAE-SPAE PREDIIVE OROER WIH SAE KAA ESIAIO K. Belda, J. Böhm Department of Adaptive Sstems Institte of Information heor and Atomation Academ of Sciences of the zech Repblic Pod vodárenso věží 4,

More information

Hybrid modelling and model reduction for control & optimisation

Hybrid modelling and model reduction for control & optimisation Hybrid modelling and model redction for control & optimisation based on research done by RWTH-Aachen and TU Delft presented by Johan Grievink Models for control and optimiation market and environmental

More information

3. Several Random Variables

3. Several Random Variables . Several Random Variables. To Random Variables. Conditional Probabilit--Revisited. Statistical Independence.4 Correlation beteen Random Variables Standardied (or ero mean normalied) random variables.5

More information

1. State-Space Linear Systems 2. Block Diagrams 3. Exercises

1. State-Space Linear Systems 2. Block Diagrams 3. Exercises LECTURE 1 State-Space Linear Sstems This lectre introdces state-space linear sstems, which are the main focs of this book. Contents 1. State-Space Linear Sstems 2. Block Diagrams 3. Exercises 1.1 State-Space

More information

Online Solution of State Dependent Riccati Equation for Nonlinear System Stabilization

Online Solution of State Dependent Riccati Equation for Nonlinear System Stabilization > REPLACE American HIS Control LINE Conference WIH YOUR PAPER IDENIFICAION NUMBER (DOUBLE-CLICK HERE O EDI) FrC3. Marriott Waterfront, Baltimore, MD, USA Jne 3-Jly, Online Soltion of State Dependent Riccati

More information

Time-adaptive non-linear finite-element analysis of contact problems

Time-adaptive non-linear finite-element analysis of contact problems Proceedings of the 7th GACM Colloqim on Comptational Mechanics for Yong Scientists from Academia and Indstr October -, 7 in Stttgart, German Time-adaptive non-linear finite-element analsis of contact problems

More information

Modelling by Differential Equations from Properties of Phenomenon to its Investigation

Modelling by Differential Equations from Properties of Phenomenon to its Investigation Modelling by Differential Eqations from Properties of Phenomenon to its Investigation V. Kleiza and O. Prvinis Kanas University of Technology, Lithania Abstract The Panevezys camps of Kanas University

More information

Control Using Logic & Switching: Part III Supervisory Control

Control Using Logic & Switching: Part III Supervisory Control Control Using Logic & Switching: Part III Spervisor Control Ttorial for the 40th CDC João P. Hespanha Universit of Sothern California Universit of California at Santa Barbara Otline Spervisor control overview

More information

Formal Methods for Deriving Element Equations

Formal Methods for Deriving Element Equations Formal Methods for Deriving Element Eqations And the importance of Shape Fnctions Formal Methods In previos lectres we obtained a bar element s stiffness eqations sing the Direct Method to obtain eact

More information

Model Discrimination of Polynomial Systems via Stochastic Inputs

Model Discrimination of Polynomial Systems via Stochastic Inputs Model Discrimination of Polynomial Systems via Stochastic Inpts D. Georgiev and E. Klavins Abstract Systems biologists are often faced with competing models for a given experimental system. Unfortnately,

More information

Section 7.4: Integration of Rational Functions by Partial Fractions

Section 7.4: Integration of Rational Functions by Partial Fractions Section 7.4: Integration of Rational Fnctions by Partial Fractions This is abot as complicated as it gets. The Method of Partial Fractions Ecept for a few very special cases, crrently we have no way to

More information

Sources of Non Stationarity in the Semivariogram

Sources of Non Stationarity in the Semivariogram Sorces of Non Stationarity in the Semivariogram Migel A. Cba and Oy Leangthong Traditional ncertainty characterization techniqes sch as Simple Kriging or Seqential Gassian Simlation rely on stationary

More information

Assignment Fall 2014

Assignment Fall 2014 Assignment 5.086 Fall 04 De: Wednesday, 0 December at 5 PM. Upload yor soltion to corse website as a zip file YOURNAME_ASSIGNMENT_5 which incldes the script for each qestion as well as all Matlab fnctions

More information

The Scalar Conservation Law

The Scalar Conservation Law The Scalar Conservation Law t + f() = 0 = conserved qantity, f() =fl d dt Z b a (t, ) d = Z b a t (t, ) d = Z b a f (t, ) d = f (t, a) f (t, b) = [inflow at a] [otflow at b] f((a)) f((b)) a b Alberto Bressan

More information

BLOOM S TAXONOMY. Following Bloom s Taxonomy to Assess Students

BLOOM S TAXONOMY. Following Bloom s Taxonomy to Assess Students BLOOM S TAXONOMY Topic Following Bloom s Taonomy to Assess Stdents Smmary A handot for stdents to eplain Bloom s taonomy that is sed for item writing and test constrction to test stdents to see if they

More information

Comparison of Kalman Filter Estimation Approaches for State Space Models with Nonlinear Measurements

Comparison of Kalman Filter Estimation Approaches for State Space Models with Nonlinear Measurements Comparison of Kalman Filter Estimation Approaches for State Space Models with Nonlinear Measurements Fredri Orderud Sem Sælands vei 7-9, NO-7491 Trondheim Abstract The Etended Kalman Filter (EKF) has long

More information

Step-Size Bounds Analysis of the Generalized Multidelay Adaptive Filter

Step-Size Bounds Analysis of the Generalized Multidelay Adaptive Filter WCE 007 Jly - 4 007 London UK Step-Size onds Analysis of the Generalized Mltidelay Adaptive Filter Jnghsi Lee and Hs Chang Hang Abstract In this paper we analyze the bonds of the fixed common step-size

More information

CDS 110b: Lecture 1-2 Introduction to Optimal Control

CDS 110b: Lecture 1-2 Introduction to Optimal Control CDS 110b: Lectre 1-2 Introdction to Optimal Control Richard M. Mrray 4 Janary 2006 Goals: Introdce the problem of optimal control as method of trajectory generation State the maimm principle and give eamples

More information

1 Introduction. r + _

1 Introduction. r + _ A method and an algorithm for obtaining the Stable Oscillator Regimes Parameters of the Nonlinear Sstems, with two time constants and Rela with Dela and Hsteresis NUŢU VASILE, MOLDOVEANU CRISTIAN-EMIL,

More information

Nonparametric Identification and Robust H Controller Synthesis for a Rotational/Translational Actuator

Nonparametric Identification and Robust H Controller Synthesis for a Rotational/Translational Actuator Proceedings of the 6 IEEE International Conference on Control Applications Mnich, Germany, October 4-6, 6 WeB16 Nonparametric Identification and Robst H Controller Synthesis for a Rotational/Translational

More information

Chapter 3. Preferences and Utility

Chapter 3. Preferences and Utility Chapter 3 Preferences and Utilit Microeconomics stdies how individals make choices; different individals make different choices n important factor in making choices is individal s tastes or preferences

More information

A Computational Study with Finite Element Method and Finite Difference Method for 2D Elliptic Partial Differential Equations

A Computational Study with Finite Element Method and Finite Difference Method for 2D Elliptic Partial Differential Equations Applied Mathematics, 05, 6, 04-4 Pblished Online November 05 in SciRes. http://www.scirp.org/jornal/am http://d.doi.org/0.46/am.05.685 A Comptational Stdy with Finite Element Method and Finite Difference

More information

Linear Strain Triangle and other types of 2D elements. By S. Ziaei Rad

Linear Strain Triangle and other types of 2D elements. By S. Ziaei Rad Linear Strain Triangle and other tpes o D elements B S. Ziaei Rad Linear Strain Triangle (LST or T6 This element is also called qadratic trianglar element. Qadratic Trianglar Element Linear Strain Triangle

More information

FEA Solution Procedure

FEA Solution Procedure EA Soltion Procedre (demonstrated with a -D bar element problem) EA Procedre for Static Analysis. Prepare the E model a. discretize (mesh) the strctre b. prescribe loads c. prescribe spports. Perform calclations

More information

Decision Oriented Bayesian Design of Experiments

Decision Oriented Bayesian Design of Experiments Decision Oriented Bayesian Design of Experiments Farminder S. Anand*, Jay H. Lee**, Matthew J. Realff*** *School of Chemical & Biomoleclar Engineering Georgia Institte of echnology, Atlanta, GA 3332 USA

More information

STABILIZATIO ON OF LONGITUDINAL AIRCRAFT MOTION USING MODEL PREDICTIVE CONTROL AND EXACT LINEARIZATION

STABILIZATIO ON OF LONGITUDINAL AIRCRAFT MOTION USING MODEL PREDICTIVE CONTROL AND EXACT LINEARIZATION 8 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES STABILIZATIO ON OF LONGITUDINAL AIRCRAFT MOTION USING MODEL PREDICTIVE CONTROL AND EXACT LINEARIZATION Čeliovsý S.*, Hospodář P.** *CTU Prage, Faclty

More information

Designing of Virtual Experiments for the Physics Class

Designing of Virtual Experiments for the Physics Class Designing of Virtal Experiments for the Physics Class Marin Oprea, Cristina Miron Faclty of Physics, University of Bcharest, Bcharest-Magrele, Romania E-mail: opreamarin2007@yahoo.com Abstract Physics

More information

FRTN10 Exercise 12. Synthesis by Convex Optimization

FRTN10 Exercise 12. Synthesis by Convex Optimization FRTN Exercise 2. 2. We want to design a controller C for the stable SISO process P as shown in Figre 2. sing the Yola parametrization and convex optimization. To do this, the control loop mst first be

More information

VIBRATION MEASUREMENT UNCERTAINTY AND RELIABILITY DIAGNOSTICS RESULTS IN ROTATING SYSTEMS

VIBRATION MEASUREMENT UNCERTAINTY AND RELIABILITY DIAGNOSTICS RESULTS IN ROTATING SYSTEMS VIBRATIO MEASUREMET UCERTAITY AD RELIABILITY DIAGOSTICS RESULTS I ROTATIG SYSTEMS. Introdction M. Eidkevicite, V. Volkovas anas University of Technology, Lithania The rotating machinery technical state

More information

Model Predictive Control Based Energy Management Algorithm for a Hybrid Excavator

Model Predictive Control Based Energy Management Algorithm for a Hybrid Excavator ISSN 8-536 ISRN LUTFD/TFRT--585--SE Model redictive Control Based Energy Management Algorithm for a Hybrid Ecavator atri Thring Department of Atomatic Control Lnd University October 8 Lnd University Department

More information

NEURAL CONTROLLERS FOR NONLINEAR SYSTEMS IN MATLAB

NEURAL CONTROLLERS FOR NONLINEAR SYSTEMS IN MATLAB NEURAL CONTROLLERS FOR NONLINEAR SYSTEMS IN MATLAB S.Kajan Institte of Control and Indstrial Informatics, Faclt of Electrical Engineering and Information Technolog, Slovak Universit of Technolog in Bratislava,

More information

Incompressible Viscoelastic Flow of a Generalised Oldroyed-B Fluid through Porous Medium between Two Infinite Parallel Plates in a Rotating System

Incompressible Viscoelastic Flow of a Generalised Oldroyed-B Fluid through Porous Medium between Two Infinite Parallel Plates in a Rotating System International Jornal of Compter Applications (97 8887) Volme 79 No., October Incompressible Viscoelastic Flow of a Generalised Oldroed-B Flid throgh Poros Medim between Two Infinite Parallel Plates in

More information

THE EFFECTS OF RADIATION ON UNSTEADY MHD CONVECTIVE HEAT TRANSFER PAST A SEMI-INFINITE VERTICAL POROUS MOVING SURFACE WITH VARIABLE SUCTION

THE EFFECTS OF RADIATION ON UNSTEADY MHD CONVECTIVE HEAT TRANSFER PAST A SEMI-INFINITE VERTICAL POROUS MOVING SURFACE WITH VARIABLE SUCTION Latin merican pplied Research 8:7-4 (8 THE EFFECTS OF RDITION ON UNSTEDY MHD CONVECTIVE HET TRNSFER PST SEMI-INFINITE VERTICL POROUS MOVING SURFCE WITH VRIBLE SUCTION. MHDY Math. Department Science, Soth

More information

System identification of buildings equipped with closed-loop control devices

System identification of buildings equipped with closed-loop control devices System identification of bildings eqipped with closed-loop control devices Akira Mita a, Masako Kamibayashi b a Keio University, 3-14-1 Hiyoshi, Kohok-k, Yokohama 223-8522, Japan b East Japan Railway Company

More information

Discussion of The Forward Search: Theory and Data Analysis by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli

Discussion of The Forward Search: Theory and Data Analysis by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli 1 Introdction Discssion of The Forward Search: Theory and Data Analysis by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli Søren Johansen Department of Economics, University of Copenhagen and CREATES,

More information

Partial Differential Equations with Applications

Partial Differential Equations with Applications Universit of Leeds MATH 33 Partial Differential Eqations with Applications Eamples to spplement Chapter on First Order PDEs Eample (Simple linear eqation, k + = 0, (, 0) = ϕ(), k a constant.) The characteristic

More information

Classify by number of ports and examine the possible structures that result. Using only one-port elements, no more than two elements can be assembled.

Classify by number of ports and examine the possible structures that result. Using only one-port elements, no more than two elements can be assembled. Jnction elements in network models. Classify by nmber of ports and examine the possible strctres that reslt. Using only one-port elements, no more than two elements can be assembled. Combining two two-ports

More information

10.2 Solving Quadratic Equations by Completing the Square

10.2 Solving Quadratic Equations by Completing the Square . Solving Qadratic Eqations b Completing the Sqare Consider the eqation ( ) We can see clearl that the soltions are However, What if the eqation was given to s in standard form, that is 6 How wold we go

More information

VNVe 2017/ Final project

VNVe 2017/ Final project VNVe 2017/2018 - Final project Athor s name Febrary 21, 2018 Solve all examples and send yor final soltion (pdf file) and all sorce codes (LaTex, MATLAB,, ++, etc.) to e-mail address satek@fit.vtbr.cz

More information

Technical Note. ODiSI-B Sensor Strain Gage Factor Uncertainty

Technical Note. ODiSI-B Sensor Strain Gage Factor Uncertainty Technical Note EN-FY160 Revision November 30, 016 ODiSI-B Sensor Strain Gage Factor Uncertainty Abstract Lna has pdated or strain sensor calibration tool to spport NIST-traceable measrements, to compte

More information

Calibration of the Characteristic Frequency of an Optical Tweezer using a Recursive Least-Squares Approach

Calibration of the Characteristic Frequency of an Optical Tweezer using a Recursive Least-Squares Approach Calibration of the Characteristic Freqenc of an Optical Tweezer sing a Recrsive Least-Sqares Approach Arna Ranaweera ranawera@engineering.csb.ed Bassam Bamieh bamieh@engineering.csb.ed Department of Mechanical

More information

Stability of Model Predictive Control using Markov Chain Monte Carlo Optimisation

Stability of Model Predictive Control using Markov Chain Monte Carlo Optimisation Stability of Model Predictive Control sing Markov Chain Monte Carlo Optimisation Elilini Siva, Pal Golart, Jan Maciejowski and Nikolas Kantas Abstract We apply stochastic Lyapnov theory to perform stability

More information

Nonlinear State Estimation! Particle, Sigma-Points Filters!

Nonlinear State Estimation! Particle, Sigma-Points Filters! Nonlinear State Estimation! Particle, Sigma-Points Filters! Robert Stengel! Optimal Control and Estimation, MAE 546! Princeton University, 2017!! Particle filter!! Sigma-Points Unscented Kalman ) filter!!

More information

Nonlocal Symmetries and Interaction Solutions for Potential Kadomtsev Petviashvili Equation

Nonlocal Symmetries and Interaction Solutions for Potential Kadomtsev Petviashvili Equation Commn. Theor. Phs. 65 (16) 31 36 Vol. 65, No. 3, March 1, 16 Nonlocal Smmetries and Interaction Soltions for Potential Kadomtsev Petviashvili Eqation Bo Ren ( ), Jn Y ( ), and Xi-Zhong Li ( ) Institte

More information

Study on the impulsive pressure of tank oscillating by force towards multiple degrees of freedom

Study on the impulsive pressure of tank oscillating by force towards multiple degrees of freedom EPJ Web of Conferences 80, 0034 (08) EFM 07 Stdy on the implsive pressre of tank oscillating by force towards mltiple degrees of freedom Shigeyki Hibi,* The ational Defense Academy, Department of Mechanical

More information

Simplified Identification Scheme for Structures on a Flexible Base

Simplified Identification Scheme for Structures on a Flexible Base Simplified Identification Scheme for Strctres on a Flexible Base L.M. Star California State University, Long Beach G. Mylonais University of Patras, Greece J.P. Stewart University of California, Los Angeles

More information

Robust Tracking and Regulation Control of Uncertain Piecewise Linear Hybrid Systems

Robust Tracking and Regulation Control of Uncertain Piecewise Linear Hybrid Systems ISIS Tech. Rept. - 2003-005 Robst Tracking and Reglation Control of Uncertain Piecewise Linear Hybrid Systems Hai Lin Panos J. Antsaklis Department of Electrical Engineering, University of Notre Dame,

More information

2 Faculty of Mechanics and Mathematics, Moscow State University.

2 Faculty of Mechanics and Mathematics, Moscow State University. th World IMACS / MODSIM Congress, Cairns, Astralia 3-7 Jl 9 http://mssanz.org.a/modsim9 Nmerical eamination of competitie and predator behaior for the Lotka-Volterra eqations with diffsion based on the

More information

Discussion Papers Department of Economics University of Copenhagen

Discussion Papers Department of Economics University of Copenhagen Discssion Papers Department of Economics University of Copenhagen No. 10-06 Discssion of The Forward Search: Theory and Data Analysis, by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli Søren Johansen,

More information

Chapter 3 MATHEMATICAL MODELING OF DYNAMIC SYSTEMS

Chapter 3 MATHEMATICAL MODELING OF DYNAMIC SYSTEMS Chapter 3 MATHEMATICAL MODELING OF DYNAMIC SYSTEMS 3. System Modeling Mathematical Modeling In designing control systems we mst be able to model engineered system dynamics. The model of a dynamic system

More information

Period #5: Strain. A. Context. Structural mechanics deals with the forces placed upon mechanical systems and the resulting deformations of the system.

Period #5: Strain. A. Context. Structural mechanics deals with the forces placed upon mechanical systems and the resulting deformations of the system. Period #5: Strain A. Contet Strctral mechanics deals with the forces placed pon mechanical sstems and the reslting deformations of the sstem. Solid mechanics on the smaller scale relates stresses in the

More information

Second-Order Wave Equation

Second-Order Wave Equation Second-Order Wave Eqation A. Salih Department of Aerospace Engineering Indian Institte of Space Science and Technology, Thirvananthapram 3 December 016 1 Introdction The classical wave eqation is a second-order

More information

Linear System Theory (Fall 2011): Homework 1. Solutions

Linear System Theory (Fall 2011): Homework 1. Solutions Linear System Theory (Fall 20): Homework Soltions De Sep. 29, 20 Exercise (C.T. Chen: Ex.3-8). Consider a linear system with inpt and otpt y. Three experiments are performed on this system sing the inpts

More information

Adaptive Fault-tolerant Control with Control Allocation for Flight Systems with Severe Actuator Failures and Input Saturation

Adaptive Fault-tolerant Control with Control Allocation for Flight Systems with Severe Actuator Failures and Input Saturation 213 American Control Conference (ACC) Washington, DC, USA, Jne 17-19, 213 Adaptive Falt-tolerant Control with Control Allocation for Flight Systems with Severe Actator Failres and Inpt Satration Man Wang,

More information

Cosmic Microwave Background Radiation. Carl W. Akerlof April 7, 2013

Cosmic Microwave Background Radiation. Carl W. Akerlof April 7, 2013 Cosmic Microwave Backgrond Radiation Carl W. Akerlof April 7, 013 Notes: Dry ice sblimation temperatre: Isopropyl alcohol freezing point: LNA operating voltage: 194.65 K 184.65 K 18.0 v he terrestrial

More information

CHANNEL SELECTION WITH RAYLEIGH FADING: A MULTI-ARMED BANDIT FRAMEWORK. Wassim Jouini and Christophe Moy

CHANNEL SELECTION WITH RAYLEIGH FADING: A MULTI-ARMED BANDIT FRAMEWORK. Wassim Jouini and Christophe Moy CHANNEL SELECTION WITH RAYLEIGH FADING: A MULTI-ARMED BANDIT FRAMEWORK Wassim Joini and Christophe Moy SUPELEC, IETR, SCEE, Avene de la Bolaie, CS 47601, 5576 Cesson Sévigné, France. INSERM U96 - IFR140-

More information

Nonlinear parametric optimization using cylindrical algebraic decomposition

Nonlinear parametric optimization using cylindrical algebraic decomposition Proceedings of the 44th IEEE Conference on Decision and Control, and the Eropean Control Conference 2005 Seville, Spain, December 12-15, 2005 TC08.5 Nonlinear parametric optimization sing cylindrical algebraic

More information

A New Approach to Direct Sequential Simulation that Accounts for the Proportional Effect: Direct Lognormal Simulation

A New Approach to Direct Sequential Simulation that Accounts for the Proportional Effect: Direct Lognormal Simulation A ew Approach to Direct eqential imlation that Acconts for the Proportional ffect: Direct ognormal imlation John Manchk, Oy eangthong and Clayton Detsch Department of Civil & nvironmental ngineering University

More information

Evaluation of the Fiberglass-Reinforced Plastics Interfacial Behavior by using Ultrasonic Wave Propagation Method

Evaluation of the Fiberglass-Reinforced Plastics Interfacial Behavior by using Ultrasonic Wave Propagation Method 17th World Conference on Nondestrctive Testing, 5-8 Oct 008, Shanghai, China Evalation of the Fiberglass-Reinforced Plastics Interfacial Behavior by sing Ultrasonic Wave Propagation Method Jnjie CHANG

More information

Material. Lecture 8 Backlash and Quantization. Linear and Angular Backlash. Example: Parallel Kinematic Robot. Backlash.

Material. Lecture 8 Backlash and Quantization. Linear and Angular Backlash. Example: Parallel Kinematic Robot. Backlash. Lectre 8 Backlash and Qantization Material Toda s Goal: To know models and compensation methods for backlash Lectre slides Be able to analze the effect of qantization errors Note: We are sing analsis methods

More information

COMPARISON OF MODEL INTEGRATION APPROACHES FOR FLEXIBLE AIRCRAFT FLIGHT DYNAMICS MODELLING

COMPARISON OF MODEL INTEGRATION APPROACHES FOR FLEXIBLE AIRCRAFT FLIGHT DYNAMICS MODELLING COMPARISON OF MODEL INTEGRATION APPROACHES FOR FLEXIBLE AIRCRAFT FLIGHT DYNAMICS MODELLING Christian Reschke and Gertjan Looye DLR German Aerospace Center, Institte of Robotics and Mechatronics D-82234

More information

Solving the Lienard equation by differential transform method

Solving the Lienard equation by differential transform method ISSN 1 746-7233, England, U World Jornal of Modelling and Simlation Vol. 8 (2012) No. 2, pp. 142-146 Solving the Lienard eqation by differential transform method Mashallah Matinfar, Saber Rakhshan Bahar,

More information

Theoretical and Experimental Implementation of DC Motor Nonlinear Controllers

Theoretical and Experimental Implementation of DC Motor Nonlinear Controllers Theoretical and Experimental Implementation of DC Motor Nonlinear Controllers D.R. Espinoza-Trejo and D.U. Campos-Delgado Facltad de Ingeniería, CIEP, UASLP, espinoza trejo dr@aslp.mx Facltad de Ciencias,

More information

Intelligent Positioning Plate Predictive Control and Concept of Diagnosis System Design

Intelligent Positioning Plate Predictive Control and Concept of Diagnosis System Design Intelligent Positioning Plate Predictive Control and Concept of Diagnosis System Design Matej Oravec - Anna Jadlovská Department of Cybernetics and Artificial Intelligence, Faclty of Electrical Engineering

More information

Estimating models of inverse systems

Estimating models of inverse systems Estimating models of inverse systems Ylva Jng and Martin Enqvist Linköping University Post Print N.B.: When citing this work, cite the original article. Original Pblication: Ylva Jng and Martin Enqvist,

More information

DISPLACEMENT ANALYSIS OF SUBMARINE SLOPES USING ENHANCED NEWMARK METHOD

DISPLACEMENT ANALYSIS OF SUBMARINE SLOPES USING ENHANCED NEWMARK METHOD DISPLACEMENT ANALYSIS OF SUBMARINE SLOPES USING ENHANCED NEWMARK METHOD N. ZANGENEH and R. POPESCU Faclt of Engineering & Applied Science, Memorial Universit, St. John s, Newfondland, Canada A1B 3X5 Abstract

More information

Fuzzy Control of a Nonlinear Deterministic System for Different Operating Points

Fuzzy Control of a Nonlinear Deterministic System for Different Operating Points International Jornal of Electrical & Compter Sciences IJECS-IJE Vol: No: 9 Fzz Control of a Nonlinear Deterministic Sstem for Different Operating Points Gonca Ozmen Koca, Cafer Bal, Firat Universit, Technical

More information

MEG 741 Energy and Variational Methods in Mechanics I

MEG 741 Energy and Variational Methods in Mechanics I MEG 74 Energ and Variational Methods in Mechanics I Brendan J. O Toole, Ph.D. Associate Professor of Mechanical Engineering Howard R. Hghes College of Engineering Universit of Nevada Las Vegas TBE B- (7)

More information

LIGHTWEIGHT STRUCTURES in CIVIL ENGINEERING - CONTEMPORARY PROBLEMS

LIGHTWEIGHT STRUCTURES in CIVIL ENGINEERING - CONTEMPORARY PROBLEMS ITERATIOAL SEMIAR Organized by Polish Chapter o International Association or Shell and Spatial Strctres LIGHTWEIGHT STRUCTURES in CIVIL EGIEERIG - COTEMPORARY PROBLEMS STOCHASTIC CORROSIO EFFECTS O RELIABILITY

More information

Entropy ISSN

Entropy ISSN Entrop 3, 5, 56-518 56 Entrop ISSN 199-43 www.mdpi.org/entrop/ Entrop Generation Dring Flid Flow Between wo Parallel Plates With Moving Bottom Plate Latife Berrin Erba 1, Mehmet Ş. Ercan, Birsen Sülüş

More information

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 BIJU PATNAIK UNIVERSITY OF TECHNOLOGY, ODISHA Lectre Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 Prepared by, Dr. Sbhend Kmar Rath, BPUT, Odisha. Tring Machine- Miscellany UNIT 2 TURING MACHINE

More information

Development of Second Order Plus Time Delay (SOPTD) Model from Orthonormal Basis Filter (OBF) Model

Development of Second Order Plus Time Delay (SOPTD) Model from Orthonormal Basis Filter (OBF) Model Development of Second Order Pls Time Delay (SOPTD) Model from Orthonormal Basis Filter (OBF) Model Lemma D. Tfa*, M. Ramasamy*, Sachin C. Patwardhan **, M. Shhaimi* *Chemical Engineering Department, Universiti

More information

Stability analysis of two predator-one stage-structured prey model incorporating a prey refuge

Stability analysis of two predator-one stage-structured prey model incorporating a prey refuge IOSR Jornal of Mathematics (IOSR-JM) e-issn: 78-578 p-issn: 39-765X. Volme Isse 3 Ver. II (Ma - Jn. 5) PP -5 www.iosrjornals.org Stabilit analsis of two predator-one stage-strctred pre model incorporating

More information

The Unscented Particle Filter

The Unscented Particle Filter The Unscented Particle Filter Rudolph van der Merwe (OGI) Nando de Freitas (UC Bereley) Arnaud Doucet (Cambridge University) Eric Wan (OGI) Outline Optimal Estimation & Filtering Optimal Recursive Bayesian

More information

Geometric Image Manipulation. Lecture #4 Wednesday, January 24, 2018

Geometric Image Manipulation. Lecture #4 Wednesday, January 24, 2018 Geometric Image Maniplation Lectre 4 Wednesda, Janar 4, 08 Programming Assignment Image Maniplation: Contet To start with the obvios, an image is a D arra of piels Piel locations represent points on the

More information

The PPM Compressible Gas Dynamics Scheme (This is a Draft. References especially are incomplete.)

The PPM Compressible Gas Dynamics Scheme (This is a Draft. References especially are incomplete.) The PPM Compressible Gas Dnamics Scheme (This is a Draft. References especiall are incomplete.) Pal R. Woodward Universit of Minnesota, CSE Feb. 0, 005. Introdction. The development of the PPM gas dnamics

More information

The Real Stabilizability Radius of the Multi-Link Inverted Pendulum

The Real Stabilizability Radius of the Multi-Link Inverted Pendulum Proceedings of the 26 American Control Conference Minneapolis, Minnesota, USA, Jne 14-16, 26 WeC123 The Real Stabilizability Radis of the Mlti-Link Inerted Pendlm Simon Lam and Edward J Daison Abstract

More information

PREDICTABILITY OF SOLID STATE ZENER REFERENCES

PREDICTABILITY OF SOLID STATE ZENER REFERENCES PREDICTABILITY OF SOLID STATE ZENER REFERENCES David Deaver Flke Corporation PO Box 99 Everett, WA 986 45-446-6434 David.Deaver@Flke.com Abstract - With the advent of ISO/IEC 175 and the growth in laboratory

More information

IT is well known that searching for travelling wave solutions

IT is well known that searching for travelling wave solutions IAENG International Jornal of Applied Mathematics 44: IJAM_44 2 A Modification of Fan Sb-Eqation Method for Nonlinear Partial Differential Eqations Sheng Zhang Ao-Xe Peng Abstract In this paper a modification

More information

The Dual of the Maximum Likelihood Method

The Dual of the Maximum Likelihood Method Department of Agricltral and Resorce Economics University of California, Davis The Dal of the Maximm Likelihood Method by Qirino Paris Working Paper No. 12-002 2012 Copyright @ 2012 by Qirino Paris All

More information

FRÉCHET KERNELS AND THE ADJOINT METHOD

FRÉCHET KERNELS AND THE ADJOINT METHOD PART II FRÉCHET KERNES AND THE ADJOINT METHOD 1. Setp of the tomographic problem: Why gradients? 2. The adjoint method 3. Practical 4. Special topics (sorce imaging and time reversal) Setp of the tomographic

More information

Bayes and Naïve Bayes Classifiers CS434

Bayes and Naïve Bayes Classifiers CS434 Bayes and Naïve Bayes Classifiers CS434 In this lectre 1. Review some basic probability concepts 2. Introdce a sefl probabilistic rle - Bayes rle 3. Introdce the learning algorithm based on Bayes rle (ths

More information

COMPARATIVE STUDY OF ROBUST CONTROL TECHNIQUES FOR OTTO-CYCLE MOTOR CONTROL

COMPARATIVE STUDY OF ROBUST CONTROL TECHNIQUES FOR OTTO-CYCLE MOTOR CONTROL ACM Symposim Series in Mechatronics - Vol. - pp.76-85 Copyright c 28 by ACM COMPARATIVE STUDY OF ROUST CONTROL TECHNIQUES FOR OTTO-CYCLE MOTOR CONTROL Marcos Salazar Francisco, marcos.salazar@member.isa.org

More information

MULTIOBJECTIVE OPTIMAL STRUCTURAL CONTROL OF THE NOTRE DAME BUILDING MODEL BENCHMARK *

MULTIOBJECTIVE OPTIMAL STRUCTURAL CONTROL OF THE NOTRE DAME BUILDING MODEL BENCHMARK * Thi d d i h F M k 4 0 4 Earthqake Engineering and Strctral Dynamics, in press. MULTIOBJECTIVE OPTIMAL STRUCTURAL CONTROL OF THE NOTRE DAME BUILDING MODEL BENCHMARK * E. A. JOHNSON, P. G. VOULGARIS, AND

More information