Master for Co-Simulation Using FMI

Size: px
Start display at page:

Download "Master for Co-Simulation Using FMI"

Transcription

1 Master for Co-Simlation Using FMI Jens Bastian Christoph Claß Ssann Wolf Peter Schneider Franhofer Institte for Integrated Circits IIS / Design Atomation Division EAS Zenerstraße 38, 69 Dresden, Germany {Jens.Bastian, Christoph.Class, Ssann.Wolf, Peter.Schneider}@eas.iis.franhofer.de Abstract Co-Simlation is a general approach to simlate copled technical systems. In a master-slave concept the slaves simlate sb-problems whereas the master is responsible for both coordinating the overall simlation as well as transferring data. To nify the interface between master and slave the FMI for Co- Simlation was developed. Using FMI a master was implemented with simple and advanced algorithms which can be applied depending on the properties of the involved slave simlators. The master was tested amongst others by copling with SimlationX. Keywords: co-simlation; FMI; master Introdction Modeling problems in natral sciences and engineering often leads to hybrid systems of differential and algebraic, time continos and time or event discrete eqations. Often complex mlti-disciplinary systems cannot be modeled and simlated in one simlation tool alone or sbsystem models are available only for a specific simlation tool. Sometimes sb-problems shall be simlated with the simlator which sits best for the specific domain. Ths for the simlation of mlti-disciplinary problems or for hardware-in-theloop simlation it is often reasonable or even necessary to cople different simlation tools with each other or with real world system components. Simlator copling is sed in varios fields of application like atomotive engineering, microelectronics, mechatronics etc. Up to now simlator copling is nearly always a point-to-point soltion tailored to the involved simlators. These special soltions case high effort so a generally accepted interface for simlator copling spported by many simlation tools is desirable. Co-Simlation Co-simlation is an approach for the joint simlation of models developed with different tools (tool copling) where each tool treats one part of a modlar copled problem. Intermediate reslts (variables, stats information) are exchanged between these tools dring simlation where data exchange is restricted to discrete commnication points. Between these commnication points the sbsystems are solved independently.. Copling of simlators A simlation tool S can be copled if it is able to commnicate data dring simlation at certain time points t, cf. Figre. Here inpt variables are denoted by and otpt variables by y. Figre : Block representation of a simlator S Simlators have different capabilities which have an inflence on the algorithms that can be sed for their copling. Sch capabilities are: The simlator can handle variable commnication step sizes. The simlator can handle events. It is possible to ndo a time step, i.e. the simlator can reject time steps. When sing simlator copling the original problem is divided into N sbproblems each handled by a simlator. Typically, N is small, i.e. below. Thereby the simlators do not have to be different. 5

2 The signal flow for the copled simlators can be described by a directed graph with the simlators as the nodes and the exchanged data as the edges. If there is feedback in the graph then cycles exist. A cycle is a path in a graph with the same node as start and end point. Cycles can be eliminated if the simlators in a cycle are combined into a spersimlator i.e. a simlator sperior to the simlators of the cycle. Figre shows an example of sch a graph. Simlator A has the highest priority. The simlators B, C, and D form a cycle. E, F, and G are sbordinated to this cycle. That means simlator A is exected first of all. Then the cycle of B, C, and D is finished. Afterward simlators E and F are exected whereat both simlators can be rn in parallel. At last G is processed. Figre : Example graph of copled simlation tools For simlation, the whole graph is analyzed first. If cycles are detected then they are combined into a sper simlator. The simlators are copled with directed data flow. A priority is assigned to each simlator with representing the highest priority. Simlators with the same priority can be exected in parallel. All simlators in cycles either have to be processed iteratively or with small enogh time steps and error control. synchronizes, controlles and manages them []. Each edge of the graph is regarded as to go throgh the master, cf. Figre 3. The master serves as an interface, establishes connections and exchanges data between the simlators which are called slaves. Slaves are assmed to commnicate with the master only.. Basic Co-simlation comptational flow The whole co-simlation can be divided into several phases.. Initialization phase All simlation tools are prepared for starting the cosimlation. The master receives the properties of the slaves. Frthermore the master receives the connection graph. The slaves and models are initialized and parameters are set. The commnication links between master and slaves are established. The master chooses its algorithm based on the capabilities of the slaves as well as the connection graph and ser inpt.. Simlation phase The master forces the slaves to simlate the time interval from start time to stop time by stepwise solving master sbintervals which are also called commnication steps. Their bondaries are called commnication points. In case of event iteration the commnication step size can be zero. The simlation is performed independently for all sbsystems restricting data exchange between sbsystems to these commnication points. Before simlating a sbinterval a slave receives its inpt vales and possibly their derivatives with respect to time as well as the commnication step size from the master. After finishing the commnication step the master receives the otpt vales of the slave and possibly their derivatives with respect to time. Frthermore the slave stats has to be transferred to the master. If the slave simlation fails frther commnication is necessary. 3. Closing phase The master stops the complete simlation and is responsible for proper memory deallocation, terminating and resetting or shtting down the slaves..3 Accracy and stability Figre 3: Master-Slave strctre Instead of direct copling, a master is assmed to be located between the single simlation tools which Co-simlation can lead to problems regarding stability and accracy of the simlation [] especially if feedback exists between simlators, cf. the example given in section 4.4. If a simlation tools provides an 6

3 interface for co-simlation at all then sally it is not possible to reset a simlator so that a time step can be repeated e.g. with a smaller step size. So co-simlation shold often be sed as a last resort as long as iterative methods have to be sed for stability and simlators only provide a rdimental co-simlation interface. Hopeflly this will change in ftre with the introdction of a standardized cosimlation interface like the one proposed in the next section. 3 Fnctional Mock-p Interface (FMI) for Co-Simlation The Fnctional Mock-p Interface (FMI) for Co- Simlation [3], [4], [5] is an interface standard for the soltion of time dependent copled systems consisting of sbsystems that are continos in time or time-discrete. It provides interfaces between master and slaves and addresses both data exchange and algorithmic isses. Both simple as well as more sophisticated master algorithms are spported. However, the master algorithm itself is not part of FMI for Co-Simlation. FMI for Co-Simlation consists of two parts: Co-Simlation Interface: a set of C fnctions for controlling the slaves and for data exchange of inpt and otpt vales as well as stats information. Co-Simlation Description Schema: defines the strctre and content of an XML file. This slave specific XML file contains static information abot the model (inpt and otpt variables, parameters, ) and the solver/simlator (capabilities, ). The complete interface description can be obtained from [3]. The capability flags in the XML file characterize the ability of the slave to spport advanced master algorithms which se variable commnication step sizes, higher order signal extrapolation etc. A component implementing the FMI is called Fnctional Mock-p Unit (FMU). It consists of one zip file containing the XML description file and the implementation in sorce or binary form (dynamic library). A master can import an FMU by first reading the model description XML file contained in the zip file. Copling simlators by FMI for Co-Simlation hides their implementation details and ths can protect intellectal property. FMI for Co-Simlation version. was pblished in October. Crrently it is planned to combine FMI for Co-Simlation with FMI for Model Exchange to an FMI standard. 4 EAS Master MODELISAR [6] is a research project within the Eropean ITEA program. It is aimed to develop the FMI as well as to spport it by involved tool vendors. Use cases will show the benefits of applied FMI. Master algorithms are not standardized with FMI bt developed in the MODELISAR project e.g. by tool vendors. A prototypical implementation of a master has been provided by EAS for the MODELI- SAR consortim. The package contains the ANSI C code of the master, a generic C fnction slave, and a collection of examples. The C fnction slave provides the basic fnctionality of FMI for Co-Simlation. The ser has only to provide two fnctions for initialization (the nmber of inpt and otpt variables) and the comptation of a step with the step size commnicated by the master. 4. Configration The master is configred by a simple text file. There are keywords for start and stop time, step size, copling algorithm, error tolerance etc. The copled FMUs with their paths have to appear within the configration file, too. The graph of the simlator copling has to be spplied by an incidence matrix and information abot the priority of the slaves as well as occrring cycles. 4. Copling algorithms The master prototype provides three algorithms for the simlation with fixed step size: data flow between the slaves withot iterations, i.e. simple forward calclation fixed point iteration of all cycles within the graph simple implementation of Newton s method with Jacobians approximated by finite differences All master algorithms proceed in macro steps of fixed step size from start time to end time. The comptation of a time step from t i to t i+ within cycles is performed in the following way: Every slave makes an assmption for its inpt vale at time t i+. Crrently this is done sing constant t, i.e. in each macro step interpolation i t i 7

4 all terms that cople the sbsystems are frozen. Ths synchronization and pdate of the exchanged vales with compted otpt y t i is done at the end of the time step. Becase no slave depends on the crrent otpt of another one, the slaves can rn in parallel. This iteration scheme is called to be of Jacobi type. Another approach wold be to simlate a time step with every slave of a cycle one after another and to se the otpt y t i jst calclated as inpt t i for the following slaves. These staggered algorithms which handle the sbsystems seqentially are called of Gaß-Seidel type. This method was sed within a first master implementation. The drawback of this approach is that the slaves within the cycles cannot rn in parallel and the behavior of the iteration depends on the calling seqence of the slaves. However, an example exists where this approach converges while the first method does not converge. 4.3 Simple slave test examples A collection of examples sing the C fnction slave is provided together with the master. They cover different types of copling with or withot cycles, nonlinear eqations, ODEs, DAEs and demonstrate the sage of the configration file. Some of the examples can be solved with all master algorithms, some only with Newton s method. One of these examples is BspK6. It consists of for copled slaves which exchange 4 vales (,,, 3) of type fmireal and vales (4, 5) of type fmiinteger, cf. Figre 4. The slaves S, S, and S form a cycle. S y y S Slave S: Slave S: Slave S3: y : x : x 4 3 d x x sin3πt d t y x sin πt d x x sinπt d t y x sin πt y sin πt sin πt Figre 5 and Figre 6 show simlation reslts for constant step size -4 and Newton s method as iterative method for the cycle. The other two methods do not converge for this example BspK t Figre 5: Simlation reslts for exchanged vales and y 3 S BspK6 4 5 y.6 S3.4 Figre 4: Example BspK6 from collection Inpt, otpt, and internal variables of the slaves are related by the following eqations. Slave S: d x x d t t Figre 6: Simlation reslts for exchanged vales,, 4, and 5 8

5 4.4 Copling with ITI SimlationX Another example shows copling of SimlationX [7] with a C fnction slave via the EAS Master. The original SimlationX model is shown in Figre 7. It is a simple plant with a controller driven by the speed fnction rpm. s t s f t As it can be seen, the anglar velocity of the plant shows a small bt fast decaying oscillation in the original model after the speed has been switched to after s. In contrast, the oscillation is larger and does not decay in the simlator copling. For larger step sizes the amplitde of this oscillation is even larger (not shown). At the moment, SimlationX cannot discard steps so a simlation with iterative methods was not possible. With iterative methods we expect the oscillation to decay like in the original model. 4.5 Efficiency Figre 7: Fll SimlationX model This model has been split into three FMUs: two SimlationX FMUs for the controller and the plant and one C fnction simlator FMU for the speed inpt, cf. Figre 8. The SimlationX FMUs contain the model as well as the solver as a DLL. They were created via the code export option of SimlationX. Efficiency and simlation speed strongly depend on the problem which has to be solved. Clearly, the most efficient approach wold be to se only one simlation tool and do withot cosimlation. If this is not possible then problems described by graphs withot feedback can be simlated most efficiently sing the non-iterative method. If there are cycles within the graph and no iterative methods can be sed becase the simlators cannot discard steps then accracy and nmerical stability may be poor. Anyway, the macro step size has to be very small then and ths the comptational costs strongly increase. Controller Speed S S Plant Figre 8: Copling of three FMUs Plant.sensor.om (rad/s) SimlationX Copling.5.5 time (s) Figre 9: Simlation reslts The copled FMUs have been simlated by the prototypical master with fixed step size -3 with the simple algorithm for forward calclation withot iteration. Reslts of this calclation as well as of the original simlation model are presented in Figre 9. S3 Figre : Disadvantage of crrent OpenMP approach compared to thread programming By sing OpenMP [8] slaves of the same priority can rn in parallel. However, the crrent implementation of this approach has a disadvantage compared to thread programming which will be explained with the help of Figre. Here S has a higher priority than S. S3 can have the same priority either as S or S. Ths either both S3 and S can rn in parallel and the simlation contines with S after both S and S3 have finished or S and S3 can both rn in parallel after S has finished. Instead it wold be better to handle S and S as a sper slave which rns in parallel with S3, i.e. synchronization takes place at the start of S and S3 and after S and S3 have finished. However, either a more complicated data strctre has to be sed for this prpose if OpenMP shold be sed or platform dependent thread programming has to be sed. 9

6 4.6 Smmary of properties The implementation of the EAS Master is as platform independent as possible. Platform dependent code mainly for dealing with dynamic libraries cold happily be collected as preprocessor defines within a single header file. Ths the master rns on mltiple platforms (MS Windows, Linx, Sn Solaris). Slaves can rn in parallel if they have the same priority. Platform independence also was the reason to se OpenMP instead of explicitly dealing with thread programming for this prpose. OpenMP is spported by newer version of the major C compilers (gcc, Visal Stdio). Parallelization is realized by one #pragma directive in front of a for loop so that compilers withot OpenMP spport simply compile the code for serial exection. However, the OpenMP approach has the drawback compared to explicit dealing with threads that only slaves of the same priority and not across different priorities can rn in parallel. Crrently the three algorithms mentioned in section 4. are available. 4.7 Ftre enhancements A commercially available version of the master will have the following featres: The graph will atomatically be analyzed for the priority of the slaves and cycles. Newton s method will be improved. A better Jacobian pdate strategy will be sed so that the high cost of calclating a new Jacobian by finite differences will be redced. Broyden s method will be available as another iterative method. A step size control will be implemented based on reslts in [9] so that variable macro steps can be sed. Polynomial interpolation of data besides the crrently sed constant interpolation will be spported. 5 Conclsions Co-simlation is a powerfl method to simlate heterogeneos systems where each sbsystem is simlated by its own specialized simlator. However, crrently simlation tools have their own interface for copling if at all. Additionally, they are often not able to discard steps and ths not sitable for iterative methods. The Fnctional Mock-p Interface (FMI) for Co- Simlation as a proposed standard for simlator copling will hopeflly be widely sed becase it replaces crrent point-to-point soltions and ths eases the rese of models tailored to special simlators. The protection of intellectal property is also possible with FMI. Providing the prototypical master implementation will hopeflly help to promote the FMI for Cosimlation. Acknowledgements The SimlationX model and FMUs were kindly provided by T. Blochwitz from ITI. This work is spported by the German BMBF within the ITEA MODELISAR project. The athors thank the reviewers for valable remarks. References [] Wolf, S.; Blochwitz, T.: Master Slave Simlator Copling. ITI Symposim. [] Schierz, T.; Arnold, M.: Advanced nmerical methods for co-simlation algorithms in vehicle system dynamics. st Conference on Mltiphysics Simlation, Bonn. [3] Fnctional Mock-p Interface for Co- Simlation v., MODELISAR consortim,. [4] Arnold, M.; Blochwitz, T.; Claß, C.; Neidhold, T.; Schierz, T.; Wolf, S.: FMI-for- CoSimlation. st Conference on Mltiphysics Simlation, Bonn,. [5] Enge-Rosenblatt, O., Claß, C.; Schneider, A.; Schneider, P.: Fnctional Digital Mockp and the Fnctional Mock-p Interface Two Complementary Approaches for a Comprehensive Investigation of Heterogeneos Systems. 8 th International Modelica Conference, Dresden,. [6] [7] [8] [9] Schierz, T.; Arnold, M.; Eichberger, A.; Friedrich, M.: Stdy on Theoretical and Practical Aspects of Commnication Stepsize Control. MODELISAR, swp3 report,.

The final datapath. M u x. Add. 4 Add. Shift left 2. PCSrc. RegWrite. MemToR. MemWrite. Read data 1 I [25-21] Instruction. Read. register 1 Read.

The final datapath. M u x. Add. 4 Add. Shift left 2. PCSrc. RegWrite. MemToR. MemWrite. Read data 1 I [25-21] Instruction. Read. register 1 Read. The final path PC 4 Add Reg Shift left 2 Add PCSrc Instrction [3-] Instrction I [25-2] I [2-6] I [5 - ] register register 2 register 2 Registers ALU Zero Reslt ALUOp em Data emtor RegDst ALUSrc em I [5

More information

Networks An introduction to microcomputer networking concepts

Networks An introduction to microcomputer networking concepts Behavior Research Methods& Instrmentation 1978, Vol 10 (4),522-526 Networks An introdction to microcompter networking concepts RALPH WALLACE and RICHARD N. JOHNSON GA TX, Chicago, Illinois60648 and JAMES

More information

Computer-Aided Mechanical Design Using Configuration Spaces

Computer-Aided Mechanical Design Using Configuration Spaces Compter-Aided Mechanical Design Using Configration Spaces Leo Joskowicz Institte of Compter Science The Hebrew University Jersalem 91904, Israel E-mail: josko@cs.hji.ac.il Elisha Sacks (corresponding athor)

More information

The single-cycle design from last time

The single-cycle design from last time lticycle path Last time we saw a single-cycle path and control nit for or simple IPS-based instrction set. A mlticycle processor fies some shortcomings in the single-cycle CPU. Faster instrctions are not

More information

The extra single-cycle adders

The extra single-cycle adders lticycle Datapath As an added bons, we can eliminate some of the etra hardware from the single-cycle path. We will restrict orselves to sing each fnctional nit once per cycle, jst like before. Bt since

More information

Unit Testing with VectorCAST and AUTOSAR

Unit Testing with VectorCAST and AUTOSAR Unit Testing with VectorCAST and AUTOSAR Vector TechDay Software Testing with VectorCAST V1.0 2018-11-15 Agenda Introdction Unit Testing Demo Working with AUTOSAR Generated Code Unit Testing AUTOSAR SWCs

More information

CAPL Scripting Quickstart

CAPL Scripting Quickstart CAPL Scripting Qickstart CAPL (Commnication Access Programming Langage) For CANalyzer and CANoe V1.01 2015-12-03 Agenda Important information before getting started 3 Visal Seqencer (GUI based programming

More information

Tu P7 15 First-arrival Traveltime Tomography with Modified Total Variation Regularization

Tu P7 15 First-arrival Traveltime Tomography with Modified Total Variation Regularization T P7 15 First-arrival Traveltime Tomography with Modified Total Variation Reglarization W. Jiang* (University of Science and Technology of China) & J. Zhang (University of Science and Technology of China)

More information

PARTITIONING AND MODULAR CODE SYNTHESIS FOR RECONFIGURABLE MECHATRONIC SOFTWARE COMPONENTS

PARTITIONING AND MODULAR CODE SYNTHESIS FOR RECONFIGURABLE MECHATRONIC SOFTWARE COMPONENTS ARTITIONING AND MODULAR CODE SYNTHESIS FOR RECONFIGURABLE MECHATRONIC SOFTWARE COMONENTS Sven Brmester and Holger Giese Software Engineering Grop University of aderborn Warbrger Str. 00, D-33098 aderborn,

More information

Evaluating Influence Diagrams

Evaluating Influence Diagrams Evalating Inflence Diagrams Where we ve been and where we re going Mark Crowley Department of Compter Science University of British Colmbia crowley@cs.bc.ca Agst 31, 2004 Abstract In this paper we will

More information

Multi-lingual Multi-media Information Retrieval System

Multi-lingual Multi-media Information Retrieval System Mlti-lingal Mlti-media Information Retrieval System Shoji Mizobchi, Sankon Lee, Fmihiko Kawano, Tsyoshi Kobayashi, Takahiro Komats Gradate School of Engineering, University of Tokshima 2-1 Minamijosanjima,

More information

ABSOLUTE DEFORMATION PROFILE MEASUREMENT IN TUNNELS USING RELATIVE CONVERGENCE MEASUREMENTS

ABSOLUTE DEFORMATION PROFILE MEASUREMENT IN TUNNELS USING RELATIVE CONVERGENCE MEASUREMENTS Proceedings th FIG Symposim on Deformation Measrements Santorini Greece 00. ABSOUTE DEFORMATION PROFIE MEASUREMENT IN TUNNES USING REATIVE CONVERGENCE MEASUREMENTS Mahdi Moosai and Saeid Khazaei Mining

More information

On the Computational Complexity and Effectiveness of N-hub Shortest-Path Routing

On the Computational Complexity and Effectiveness of N-hub Shortest-Path Routing 1 On the Comptational Complexity and Effectiveness of N-hb Shortest-Path Roting Reven Cohen Gabi Nakibli Dept. of Compter Sciences Technion Israel Abstract In this paper we stdy the comptational complexity

More information

STABILITY OF SIMULTANEOUS RECURRENT NEURAL NETWORK DYNAMICS FOR STATIC OPTIMIZATION

STABILITY OF SIMULTANEOUS RECURRENT NEURAL NETWORK DYNAMICS FOR STATIC OPTIMIZATION STABILITY OF SIMULTANEOUS RECURRENT NEURAL NETWOR DYNAMICS FOR STATIC OPTIMIZATION Grsel Serpen and Yifeng X Electrical Engineering and Compter Science Department, The University of Toledo, Toledo, OH

More information

Resolving Linkage Anomalies in Extracted Software System Models

Resolving Linkage Anomalies in Extracted Software System Models Resolving Linkage Anomalies in Extracted Software System Models Jingwei W and Richard C. Holt School of Compter Science University of Waterloo Waterloo, Canada j25w, holt @plg.waterloo.ca Abstract Program

More information

REPLICATION IN BANDWIDTH-SYMMETRIC BITTORRENT NETWORKS. M. Meulpolder, D.H.J. Epema, H.J. Sips

REPLICATION IN BANDWIDTH-SYMMETRIC BITTORRENT NETWORKS. M. Meulpolder, D.H.J. Epema, H.J. Sips REPLICATION IN BANDWIDTH-SYMMETRIC BITTORRENT NETWORKS M. Melpolder, D.H.J. Epema, H.J. Sips Parallel and Distribted Systems Grop Department of Compter Science, Delft University of Technology, the Netherlands

More information

IDENTIFICATION OF THE AEROELASTIC MODEL OF A LARGE TRANSPORT CIVIL AIRCRAFT FOR CONTROL LAW DESIGN AND VALIDATION

IDENTIFICATION OF THE AEROELASTIC MODEL OF A LARGE TRANSPORT CIVIL AIRCRAFT FOR CONTROL LAW DESIGN AND VALIDATION ICAS 2 CONGRESS IDENTIFICATION OF THE AEROELASTIC MODEL OF A LARGE TRANSPORT CIVIL AIRCRAFT FOR CONTROL LAW DESIGN AND VALIDATION Christophe Le Garrec, Marc Hmbert, Michel Lacabanne Aérospatiale Matra

More information

Multiple-Choice Test Chapter Golden Section Search Method Optimization COMPLETE SOLUTION SET

Multiple-Choice Test Chapter Golden Section Search Method Optimization COMPLETE SOLUTION SET Mltiple-Choice Test Chapter 09.0 Golden Section Search Method Optimization COMPLETE SOLUTION SET. Which o the ollowing statements is incorrect regarding the Eqal Interval Search and Golden Section Search

More information

Continuity Smooth Path Planning Using Cubic Polynomial Interpolation with Membership Function

Continuity Smooth Path Planning Using Cubic Polynomial Interpolation with Membership Function J Electr Eng Technol Vol., No.?: 74-?, 5 http://dx.doi.org/.537/jeet.5..?.74 ISSN(Print) 975- ISSN(Online) 93-743 Continity Smooth Path Planning Using Cbic Polomial Interpolation with Membership Fnction

More information

Bias of Higher Order Predictive Interpolation for Sub-pixel Registration

Bias of Higher Order Predictive Interpolation for Sub-pixel Registration Bias of Higher Order Predictive Interpolation for Sb-pixel Registration Donald G Bailey Institte of Information Sciences and Technology Massey University Palmerston North, New Zealand D.G.Bailey@massey.ac.nz

More information

Making Full Use of Multi-Core ECUs with AUTOSAR Basic Software Distribution

Making Full Use of Multi-Core ECUs with AUTOSAR Basic Software Distribution Making Fll Use of Mlti-Core ECUs with AUTOSAR Basic Software Distribtion Webinar V0.1 2018-09-07 Agenda Motivation for Mlti-Core AUTOSAR Standard: SWC-Split MICROSAR Extension: BSW-Split BSW-Split: Technical

More information

PARAMETER OPTIMIZATION FOR TAKAGI-SUGENO FUZZY MODELS LESSONS LEARNT

PARAMETER OPTIMIZATION FOR TAKAGI-SUGENO FUZZY MODELS LESSONS LEARNT PAAMETE OPTIMIZATION FO TAKAGI-SUGENO FUZZY MODELS LESSONS LEANT Manfred Männle Inst. for Compter Design and Falt Tolerance Univ. of Karlsrhe, 768 Karlsrhe, Germany maennle@compter.org Brokat Technologies

More information

Tdb: A Source-level Debugger for Dynamically Translated Programs

Tdb: A Source-level Debugger for Dynamically Translated Programs Tdb: A Sorce-level Debgger for Dynamically Translated Programs Naveen Kmar, Brce R. Childers, and Mary Lo Soffa Department of Compter Science University of Pittsbrgh Pittsbrgh, Pennsylvania 15260 {naveen,

More information

The Disciplined Flood Protocol in Sensor Networks

The Disciplined Flood Protocol in Sensor Networks The Disciplined Flood Protocol in Sensor Networks Yong-ri Choi and Mohamed G. Goda Department of Compter Sciences The University of Texas at Astin, U.S.A. fyrchoi, godag@cs.texas.ed Hssein M. Abdel-Wahab

More information

Advanced Techniques for Predicting Mechanical Product Design via COMSOL Multiphysics

Advanced Techniques for Predicting Mechanical Product Design via COMSOL Multiphysics Advanced Techniqes for Predicting Mechanical Prodct Design via COMSOL Mltiphsics Shobing Zhang 1 1 CAEaid, Inc. *Corresponding athor: 184 Jeffs Ln, Astin, TX 78717, shobing.hang@caeaid.com Abstract: Mechanical

More information

Hardware-Accelerated Free-Form Deformation

Hardware-Accelerated Free-Form Deformation Hardware-Accelerated Free-Form Deformation Clint Cha and Ulrich Nemann Compter Science Department Integrated Media Systems Center University of Sothern California Abstract Hardware-acceleration for geometric

More information

FINITE ELEMENT APPROXIMATION OF CONVECTION DIFFUSION PROBLEMS USING GRADED MESHES

FINITE ELEMENT APPROXIMATION OF CONVECTION DIFFUSION PROBLEMS USING GRADED MESHES FINITE ELEMENT APPROXIMATION OF CONVECTION DIFFUSION PROBLEMS USING GRADED MESHES RICARDO G. DURÁN AND ARIEL L. LOMBARDI Abstract. We consider the nmerical approximation of a model convection-diffsion

More information

The LS-STAG Method : A new Immersed Boundary / Level-Set Method for the Computation of Incompressible Viscous Flows in Complex Geometries

The LS-STAG Method : A new Immersed Boundary / Level-Set Method for the Computation of Incompressible Viscous Flows in Complex Geometries The LS-STAG Method : A new Immersed Bondary / Level-Set Method for the Comptation of Incompressible Viscos Flows in Complex Geometries Yoann Cheny & Olivier Botella Nancy Universités LEMTA - UMR 7563 (CNRS-INPL-UHP)

More information

New Architectures for Hierarchical Predictive Control

New Architectures for Hierarchical Predictive Control Preprint, 11th IFAC Symposim on Dynamics and Control of Process Systems, inclding Biosystems Jne 6-8, 216. NTNU, Trondheim, Norway New Architectres for Hierarchical Predictive Control Victor M. Zavala

More information

Blended Deformable Models

Blended Deformable Models Blended Deformable Models (In IEEE Trans. Pattern Analysis and Machine Intelligence, April 996, 8:4, pp. 443-448) Doglas DeCarlo and Dimitri Metaxas Department of Compter & Information Science University

More information

Lecture 10. Diffraction. incident

Lecture 10. Diffraction. incident 1 Introdction Lectre 1 Diffraction It is qite often the case that no line-of-sight path exists between a cell phone and a basestation. In other words there are no basestations that the cstomer can see

More information

What s New in AppSense Management Suite Version 7.0?

What s New in AppSense Management Suite Version 7.0? What s New in AMS V7.0 What s New in AppSense Management Site Version 7.0? AppSense Management Site Version 7.0 is the latest version of the AppSense prodct range and comprises three prodct components,

More information

An Introduction to GPU Computing. Aaron Coutino MFCF

An Introduction to GPU Computing. Aaron Coutino MFCF An Introdction to GPU Compting Aaron Cotino acotino@waterloo.ca MFCF What is a GPU? A GPU (Graphical Processing Unit) is a special type of processor that was designed to render and maniplate textres. They

More information

Requirements Engineering. Objectives. System requirements. Types of requirements. FAQS about requirements. Requirements problems

Requirements Engineering. Objectives. System requirements. Types of requirements. FAQS about requirements. Requirements problems Reqirements Engineering Objectives An introdction to reqirements Gerald Kotonya and Ian Sommerville To introdce the notion of system reqirements and the reqirements process. To explain how reqirements

More information

Topic Continuity for Web Document Categorization and Ranking

Topic Continuity for Web Document Categorization and Ranking Topic Continity for Web ocment Categorization and Ranking B. L. Narayan, C. A. Mrthy and Sankar. Pal Machine Intelligence Unit, Indian Statistical Institte, 03, B. T. Road, olkata - 70008, India. E-mail:

More information

Local Run Manager Generate FASTQ Analysis Module

Local Run Manager Generate FASTQ Analysis Module Local Rn Manager Generate FASTQ Analysis Modle Workflow Gide For Research Use Only. Not for se in diagnostic procedres. Overview 3 Set Parameters 3 Analysis Methods 5 View Analysis Reslts 5 Analysis Report

More information

Isilon InsightIQ. Version 2.5. User Guide

Isilon InsightIQ. Version 2.5. User Guide Isilon InsightIQ Version 2.5 User Gide Pblished March, 2014 Copyright 2010-2014 EMC Corporation. All rights reserved. EMC believes the information in this pblication is accrate as of its pblication date.

More information

Real-time mean-shift based tracker for thermal vision systems

Real-time mean-shift based tracker for thermal vision systems 9 th International Conference on Qantitative InfraRed Thermography Jly -5, 008, Krakow - Poland Real-time mean-shift based tracker for thermal vision systems G. Bieszczad* T. Sosnowski** * Military University

More information

A Hybrid Weight-Based Clustering Algorithm for Wireless Sensor Networks

A Hybrid Weight-Based Clustering Algorithm for Wireless Sensor Networks Open Access Library Jornal A Hybrid Weight-Based Clstering Algorithm for Wireless Sensor Networks Cheikh Sidy Mohamed Cisse, Cheikh Sarr * Faclty of Science and Technology, University of Thies, Thies,

More information

The Impact of Avatar Mobility on Distributed Server Assignment for Delivering Mobile Immersive Communication Environment

The Impact of Avatar Mobility on Distributed Server Assignment for Delivering Mobile Immersive Communication Environment This fll text paper was peer reviewed at the direction of IEEE Commnications Society sbject matter experts for pblication in the ICC 27 proceedings. The Impact of Avatar Mobility on Distribted Server Assignment

More information

Review Multicycle: What is Happening. Controlling The Multicycle Design

Review Multicycle: What is Happening. Controlling The Multicycle Design Review lticycle: What is Happening Reslt Zero Op SrcA SrcB Registers Reg Address emory em Data Sign etend Shift left Sorce A B Ot [-6] [5-] [-6] [5-] [5-] Instrction emory IR RegDst emtoreg IorD em em

More information

Illumina LIMS. Software Guide. For Research Use Only. Not for use in diagnostic procedures. Document # June 2017 ILLUMINA PROPRIETARY

Illumina LIMS. Software Guide. For Research Use Only. Not for use in diagnostic procedures. Document # June 2017 ILLUMINA PROPRIETARY Illmina LIMS Software Gide Jne 2017 ILLUMINA PROPRIETARY This docment and its contents are proprietary to Illmina, Inc. and its affiliates ("Illmina"), and are intended solely for the contractal se of

More information

Date: December 5, 1999 Dist'n: T1E1.4

Date: December 5, 1999 Dist'n: T1E1.4 12/4/99 1 T1E14/99-559 Project: T1E14: VDSL Title: Vectored VDSL (99-559) Contact: J Cioffi, G Ginis, W Y Dept of EE, Stanford U, Stanford, CA 945 Cioffi@stanforded, 1-65-723-215, F: 1-65-724-3652 Date:

More information

Switched state-feedback controllers with multi-estimators for MIMO systems

Switched state-feedback controllers with multi-estimators for MIMO systems Proceedings of the th WEA Int Conf on COMPUTATIONAL INTELLIGENCE MAN-MACHINE YTEM AND CYBERNETIC Venice Ital November - 6 89 witched state-feedback controllers with mlti-estimators for MIMO sstems LIBOR

More information

CANoe/CANalyzer. Tools for comprehensive CAN Network Analysis and Test - An Overview V

CANoe/CANalyzer. Tools for comprehensive CAN Network Analysis and Test - An Overview V CANoe/CANalyzer Tools for comprehensive CAN Network Analysis and Test - An Overview V1.53 2016-03-08 Agenda Overview Measrement and Simlation Setp Working with Databases Analysis Windows Data Logging Offline

More information

EMC ViPR. User Guide. Version

EMC ViPR. User Guide. Version EMC ViPR Version 1.1.0 User Gide 302-000-481 01 Copyright 2013-2014 EMC Corporation. All rights reserved. Pblished in USA. Pblished Febrary, 2014 EMC believes the information in this pblication is accrate

More information

Vessel Tracking for Retina Images Based on Fuzzy Ant Colony Algorithm

Vessel Tracking for Retina Images Based on Fuzzy Ant Colony Algorithm Vessel Tracking for Retina Images Based on Fzzy Ant Colony Algorithm Sina Hooshyar a, Rasol Khayati b and Reza Rezai c a,b,c Department of Biomedical Engineering, Engineering Faclty, Shahed University,

More information

IMPLEMENTATION OF OBJECT ORIENTED APPROACH TO MODIFIED ANT ALGORITHM FOR TASK SCHEDULING IN GRID COMPUTING

IMPLEMENTATION OF OBJECT ORIENTED APPROACH TO MODIFIED ANT ALGORITHM FOR TASK SCHEDULING IN GRID COMPUTING International Jornal of Modern Engineering Research (IJMER) www.imer.com Vol.1, Isse1, pp-134-139 ISSN: 2249-6645 IMPLEMENTATION OF OBJECT ORIENTED APPROACH TO MODIFIED ANT ALGORITHM FOR TASK SCHEDULING

More information

Cost Based Local Forwarding Transmission Schemes for Two-hop Cellular Networks

Cost Based Local Forwarding Transmission Schemes for Two-hop Cellular Networks Cost Based Local Forwarding Transmission Schemes for Two-hop Celllar Networks Zhenggang Zhao, Xming Fang, Yan Long, Xiaopeng H, Ye Zhao Key Lab of Information Coding & Transmission Sothwest Jiaotong University,

More information

Pavlin and Daniel D. Corkill. Department of Computer and Information Science University of Massachusetts Amherst, Massachusetts 01003

Pavlin and Daniel D. Corkill. Department of Computer and Information Science University of Massachusetts Amherst, Massachusetts 01003 From: AAAI-84 Proceedings. Copyright 1984, AAAI (www.aaai.org). All rights reserved. SELECTIVE ABSTRACTION OF AI SYSTEM ACTIVITY Jasmina Pavlin and Daniel D. Corkill Department of Compter and Information

More information

Access Professional Edition 2.1

Access Professional Edition 2.1 Engineered Soltions Access Professional Edition 2.1 Access Professional Edition 2.1 www.boschsecrity.com Compact access control based on Bosch s innovative AMC controller family Integrated Video Verification

More information

Exploiting Actuator Limits with Feedforward Control based on Inverse Models

Exploiting Actuator Limits with Feedforward Control based on Inverse Models Exploiting Actator Limits with Feedforward Control based on Inverse Models Manel Gräber TLK-Thermo GmbH Hans-Sommer-Str. 5, 386 Branschweig, German Abstract Feedforward control based on inverse dnamic

More information

Chapter 6 Enhancing Performance with. Pipelining. Pipelining. Pipelined vs. Single-Cycle Instruction Execution: the Plan. Pipelining: Keep in Mind

Chapter 6 Enhancing Performance with. Pipelining. Pipelining. Pipelined vs. Single-Cycle Instruction Execution: the Plan. Pipelining: Keep in Mind Pipelining hink of sing machines in landry services Chapter 6 nhancing Performance with Pipelining 6 P 7 8 9 A ime ask A B C ot pipelined Assme 3 min. each task wash, dry, fold, store and that separate

More information

A sufficient condition for spiral cone beam long object imaging via backprojection

A sufficient condition for spiral cone beam long object imaging via backprojection A sfficient condition for spiral cone beam long object imaging via backprojection K. C. Tam Siemens Corporate Research, Inc., Princeton, NJ, USA Abstract The response of a point object in cone beam spiral

More information

Fast Obstacle Detection using Flow/Depth Constraint

Fast Obstacle Detection using Flow/Depth Constraint Fast Obstacle etection sing Flow/epth Constraint S. Heinrich aimlerchrylser AG P.O.Box 2360, -89013 Ulm, Germany Stefan.Heinrich@aimlerChrysler.com Abstract The early recognition of potentially harmfl

More information

Review. A single-cycle MIPS processor

Review. A single-cycle MIPS processor Review If three instrctions have opcodes, 7 and 5 are they all of the same type? If we were to add an instrction to IPS of the form OD $t, $t2, $t3, which performs $t = $t2 OD $t3, what wold be its opcode?

More information

TDT4255 Friday the 21st of October. Real world examples of pipelining? How does pipelining influence instruction

TDT4255 Friday the 21st of October. Real world examples of pipelining? How does pipelining influence instruction Review Friday the 2st of October Real world eamples of pipelining? How does pipelining pp inflence instrction latency? How does pipelining inflence instrction throghpt? What are the three types of hazard

More information

VirtuOS: an operating system with kernel virtualization

VirtuOS: an operating system with kernel virtualization VirtOS: an operating system with kernel virtalization Rslan Nikolaev, Godmar Back SOSP '13 Proceedings of the Twenty-Forth ACM Symposim on Oper ating Systems Principles 이영석, 신현호, 박재완 Index Motivation Design

More information

Scientific Computing on Bulk Synchronous Parallel Architectures

Scientific Computing on Bulk Synchronous Parallel Architectures Scientific Compting on Blk Synchronos Parallel Architectres R. H. Bisseling Department of Mathematics, Utrecht University and W. F. McColl y Programming Research Grop, Oxford University April 27, 1994

More information

The multicycle datapath. Lecture 10 (Wed 10/15/2008) Finite-state machine for the control unit. Implementing the FSM

The multicycle datapath. Lecture 10 (Wed 10/15/2008) Finite-state machine for the control unit. Implementing the FSM Lectre (Wed /5/28) Lab # Hardware De Fri Oct 7 HW #2 IPS programming, de Wed Oct 22 idterm Fri Oct 2 IorD The mlticycle path SrcA Today s objectives: icroprogramming Etending the mlti-cycle path lti-cycle

More information

AUTOMATIC REGISTRATION FOR REPEAT-TRACK INSAR DATA PROCESSING

AUTOMATIC REGISTRATION FOR REPEAT-TRACK INSAR DATA PROCESSING AUTOMATIC REGISTRATION FOR REPEAT-TRACK INSAR DATA PROCESSING Mingsheng LIAO, Li ZHANG, Zxn ZHANG, Jiangqing ZHANG Whan Technical University of Srveying and Mapping, Natinal Lab. for Information Eng. in

More information

4.13 Advanced Topic: An Introduction to Digital Design Using a Hardware Design Language 345.e1

4.13 Advanced Topic: An Introduction to Digital Design Using a Hardware Design Language 345.e1 .3 Advanced Topic: An Introdction to Digital Design Using a Hardware Design Langage 35.e.3 Advanced Topic: An Introdction to Digital Design Using a Hardware Design Langage to Describe and odel a Pipeline

More information

Real-time Desktop Flying Qualities Evaluation Simulator

Real-time Desktop Flying Qualities Evaluation Simulator Defence Science Jornal, Vol. 64, No. 1, Janary 214, pp. 27-32, DOI:1.14429/dsj.64.4961 214, DESIDOC Real-time Desktop Flying Qalities Evalation Simlator Kamali C *, Archana Hebbar, T. Vijeesh, and S. Molidharan

More information

EEC 483 Computer Organization

EEC 483 Computer Organization EEC 483 Compter Organization Chapter 4.4 A Simple Implementation Scheme Chans Y The Big Pictre The Five Classic Components of a Compter Processor Control emory Inpt path Otpt path & Control 2 path and

More information

METAMODEL FOR SOFTWARE SOLUTIONS IN COMPUTED TOMOGRAPHY

METAMODEL FOR SOFTWARE SOLUTIONS IN COMPUTED TOMOGRAPHY VOL. 10, NO 22, DECEBER, 2015 ISSN 1819-6608 ETAODEL FOR SOFTWARE SOLUTIONS IN COPUTED TOOGRAPHY Vitaliy ezhyev Faclty of Compter Systems and Software Engineering, Universiti alaysia Pahang, Gambang, alaysia

More information

Chapter 6: Pipelining

Chapter 6: Pipelining CSE 322 COPUTER ARCHITECTURE II Chapter 6: Pipelining Chapter 6: Pipelining Febrary 10, 2000 1 Clothes Washing CSE 322 COPUTER ARCHITECTURE II The Assembly Line Accmlate dirty clothes in hamper Place in

More information

EFFECTS OF OPTICALLY SHALLOW BOTTOMS ON WATER-LEAVING RADIANCES. Curtis D. Mobley and Lydia Sundman Sequoia Scientific, Inc. th

EFFECTS OF OPTICALLY SHALLOW BOTTOMS ON WATER-LEAVING RADIANCES. Curtis D. Mobley and Lydia Sundman Sequoia Scientific, Inc. th EFFECTS OF OPTICALLY SHALLOW BOTTOMS ON WATER-LEAVING RADIANCES Crtis D. Mobley and Lydia Sndman Seqoia Scientific, Inc. th 15317 NE 90 Street Redmond, WA 98052 USA mobley@seqoiasci.com phone: 425-867-2464

More information

Augmenting the edge connectivity of planar straight line graphs to three

Augmenting the edge connectivity of planar straight line graphs to three Agmenting the edge connectivity of planar straight line graphs to three Marwan Al-Jbeh Mashhood Ishaqe Kristóf Rédei Diane L. Sovaine Csaba D. Tóth Pavel Valtr Abstract We characterize the planar straight

More information

Local Run Manager. Software Reference Guide for MiSeqDx

Local Run Manager. Software Reference Guide for MiSeqDx Local Rn Manager Software Reference Gide for MiSeqDx Local Rn Manager Overview 3 Dashboard Overview 4 Administrative Settings and Tasks 7 Workflow Overview 12 Technical Assistance 17 Docment # 1000000011880

More information

An Adaptive Strategy for Maximizing Throughput in MAC layer Wireless Multicast

An Adaptive Strategy for Maximizing Throughput in MAC layer Wireless Multicast University of Pennsylvania ScholarlyCommons Departmental Papers (ESE) Department of Electrical & Systems Engineering May 24 An Adaptive Strategy for Maximizing Throghpt in MAC layer Wireless Mlticast Prasanna

More information

AUTOSAR Diagnostic Extract

AUTOSAR Diagnostic Extract AUTOSAR Diagnostic Extract The Standard in Practice V1.0 2016-09-12 Agenda Diagnostic Processes in Place AUTOSAR DEXT Introdction Possibilities with DEXT in Diagnostic Tools Diagnostic Processes with DEXT

More information

Addressing in Future Internet: Problems, Issues, and Approaches

Addressing in Future Internet: Problems, Issues, and Approaches Addressing in Ftre Internet: Problems, Isses, and Approaches Mltimedia and Mobile commnications Laboratory Seol National University Jaeyong Choi, Chlhyn Park, Hakyng Jng, Taekyong Kwon, Yanghee Choi 19

More information

Lecture 7. Building A Simple Processor

Lecture 7. Building A Simple Processor Lectre 7 Bilding A Simple Processor Christos Kozyrakis Stanford University http://eeclass.stanford.ed/ee8b C. Kozyrakis EE8b Lectre 7 Annoncements Upcoming deadlines Lab is de today Demo by 5pm, report

More information

CS 153 Design of Operating Systems Spring 18

CS 153 Design of Operating Systems Spring 18 CS 53 Design of Operating Systems Spring 8 Lectre 2: Virtal Memory Instrctor: Chengy Song Slide contribtions from Nael Ab-Ghazaleh, Harsha Madhyvasta and Zhiyn Qian Recap: cache Well-written programs exhibit

More information

Content Content Introduction

Content Content Introduction Content Content Introdction...................................................................... 3 Roles in the provisioning process............................................................... 4 Server

More information

AAA CENTER FOR DRIVING SAFETY & TECHNOLOGY

AAA CENTER FOR DRIVING SAFETY & TECHNOLOGY AAA CENTER FOR DRIVING SAFETY & TECHNOLOGY 2017 FORD MUSTANG PREMIUM CONVERTIBLE INFOTAINMENT SYSTEM* DEMAND RATING Very High Demand The Ford Mstang Convertible s SYNC 3 (version 2.20) infotainment system

More information

A Highly-Digital Frequency Synthesizer Using Ring Oscillator Frequency-to-Digital Conversion and Noise Cancellation

A Highly-Digital Frequency Synthesizer Using Ring Oscillator Frequency-to-Digital Conversion and Noise Cancellation A Highly- Freqency Synthesizer Using Ring Oscillator Freqency-to- Conversion and Noise Cancellation Colin Weltin-W,2, Gobi Zhao, Ian Galton University of California at San Diego, La Jolla, CA 2 Analog

More information

Seismic trace interpolation with approximate message passing Navid Ghadermarzy and Felix Herrmann and Özgür Yılmaz, University of British Columbia

Seismic trace interpolation with approximate message passing Navid Ghadermarzy and Felix Herrmann and Özgür Yılmaz, University of British Columbia Seismic trace interpolation with approximate message passing Navid Ghadermarzy and Felix Herrmann and Özgür Yılmaz, University of British Colmbia SUMMARY Approximate message passing (AMP) is a comptationally

More information

Pipelined van Emde Boas Tree: Algorithms, Analysis, and Applications

Pipelined van Emde Boas Tree: Algorithms, Analysis, and Applications This fll text paper was peer reviewed at the direction of IEEE Commnications Society sbject matter experts for pblication in the IEEE INFOCOM 007 proceedings Pipelined van Emde Boas Tree: Algorithms, Analysis,

More information

A RECOGNITION METHOD FOR AIRPLANE TARGETS USING 3D POINT CLOUD DATA

A RECOGNITION METHOD FOR AIRPLANE TARGETS USING 3D POINT CLOUD DATA A RECOGNITION METHOD FOR AIRPLANE TARGETS USING 3D POINT CLOUD DATA Mei Zho*, Ling-li Tang, Chan-rong Li, Zhi Peng, Jing-mei Li Academy of Opto-Electronics, Chinese Academy of Sciences, No.9, Dengzhang

More information

Image Denoising Algorithms

Image Denoising Algorithms Image Denoising Algorithms Xiang Hao School of Compting, University of Utah, USA, hao@cs.tah.ed Abstract. This is a report of an assignment of the class Mathematics of Imaging. In this assignment, we first

More information

Basics of Digital Logic Design

Basics of Digital Logic Design ignals, Logic Operations and Gates E 675.2: Introdction to ompter rchitectre asics of igital Logic esign Rather than referring to voltage levels of signals, we shall consider signals that are logically

More information

1048: Computer Organization

1048: Computer Organization 48: Compter Organization Lectre 5 Datapath and Control Lectre5B - mlticycle implementation (cwli@twins.ee.nct.ed.tw) 5B- Recap: A Single-Cycle Processor PCSrc 4 Add Shift left 2 Add ALU reslt PC address

More information

Review: Computer Organization

Review: Computer Organization Review: Compter Organization Pipelining Chans Y Landry Eample Landry Eample Ann, Brian, Cathy, Dave each have one load of clothes to wash, dry, and fold Washer takes 3 mintes A B C D Dryer takes 3 mintes

More information

Data/Metadata Data and Data Transformations

Data/Metadata Data and Data Transformations A Framework for Classifying Scientic Metadata Helena Galhardas, Eric Simon and Anthony Tomasic INRIA Domaine de Volcea - Rocqencort 7853 Le Chesnay France email: First-Name.Last-Name@inria.fr Abstract

More information

Computer Architecture Chapter 5. Fall 2005 Department of Computer Science Kent State University

Computer Architecture Chapter 5. Fall 2005 Department of Computer Science Kent State University Compter Architectre Chapter 5 Fall 25 Department of Compter Science Kent State University The Processor: Datapath & Control Or implementation of the MIPS is simplified memory-reference instrctions: lw,

More information

Advances in Environmental Biology

Advances in Environmental Biology AESI Jornals Advances in Environmental Biology ISS-1995-0756 EISS-1998-1066 Jornal home page: http://www.aensiweb.com/aeb/ The Generic Mathematical Model of Freency Sampling Digital Filters with Shiftable

More information

EMC VNX Series. Problem Resolution Roadmap for VNX with ESRS for VNX and Connect Home. Version VNX1, VNX2 P/N REV. 03

EMC VNX Series. Problem Resolution Roadmap for VNX with ESRS for VNX and Connect Home. Version VNX1, VNX2 P/N REV. 03 EMC VNX Series Version VNX1, VNX2 Problem Resoltion Roadmap for VNX with ESRS for VNX and Connect Home P/N 300-014-335 REV. 03 Copyright 2012-2014 EMC Corporation. All rights reserved. Pblished in USA.

More information

Features. ICMS Integrated Corrosion Management System

Features. ICMS Integrated Corrosion Management System ICMS Integrated Corrosion System Featres Total Corrosion Data Data Exhange with DCS/PCS/SCADA Systems Correlate Corrosion & Process Data Enables Highly Cost-Effective Asset Designed Specifically for Corrosion

More information

PlenoPatch: Patch-based Plenoptic Image Manipulation

PlenoPatch: Patch-based Plenoptic Image Manipulation 1 PlenoPatch: Patch-based Plenoptic Image Maniplation Fang-Le Zhang, Member, IEEE, Je Wang, Senior Member, IEEE, Eli Shechtman, Member, IEEE, Zi-Ye Zho, Jia-Xin Shi, and Shi-Min H, Member, IEEE Abstract

More information

The Volcano Optimizer Generator: Extensibility and Efficient Search

The Volcano Optimizer Generator: Extensibility and Efficient Search The Volcano Optimizer Generator: Extensibility and Efficient Search - Prithvi Lakshminarayanan - 301313262 Athors Goetz Graefe, Portland State University Won the Most Inflential Paper award in 1993 Worked

More information

Minimal Edge Addition for Network Controllability

Minimal Edge Addition for Network Controllability This article has been accepted for pblication in a ftre isse of this jornal, bt has not been flly edited. Content may change prior to final pblication. Citation information: DOI 10.1109/TCNS.2018.2814841,

More information

EEC 483 Computer Organization. Branch (Control) Hazards

EEC 483 Computer Organization. Branch (Control) Hazards EEC 483 Compter Organization Section 4.8 Branch Hazards Section 4.9 Exceptions Chans Y Branch (Control) Hazards While execting a previos branch, next instrction address might not yet be known. s n i o

More information

BIS - Basic Package V4.6

BIS - Basic Package V4.6 Engineered Soltions BIS - Basic Package V4.6 BIS - Basic Package V4.6 www.boschsecrity.com The Bilding Integration System (BIS) BIS is a flexible, scalable secrity and safety management system that can

More information

Designing and Optimization of Heterogeneous OTN/DWDM Networks with Intermediate Grooming

Designing and Optimization of Heterogeneous OTN/DWDM Networks with Intermediate Grooming Designing and Optimization of Heterogeneos OTN/DWDM Networks with Intermediate Grooming Afonso Oliveira IST (METI afonso.oliveira@ist.tl.pt ABSTRACT The coexistence of annels with different bitrates in

More information

5 Performance Evaluation

5 Performance Evaluation 5 Performance Evalation his chapter evalates the performance of the compared to the MIP, and FMIP individal performances. We stdy the packet loss and the latency to restore the downstream and pstream of

More information

h-vectors of PS ear-decomposable graphs

h-vectors of PS ear-decomposable graphs h-vectors of PS ear-decomposable graphs Nima Imani 2, Lee Johnson 1, Mckenzie Keeling-Garcia 1, Steven Klee 1 and Casey Pinckney 1 1 Seattle University Department of Mathematics, 901 12th Avene, Seattle,

More information

BIS - Basic package V4.3

BIS - Basic package V4.3 Engineered Soltions BIS - Basic package V4.3 BIS - Basic package V4.3 www.boschsecrity.com Integration of Bosch and third party systems throgh deployment of OPC All relevant information in one ser interface

More information

BIS - Basic Package V4.4

BIS - Basic Package V4.4 Engineered Soltions BIS - Basic Package V4.4 BIS - Basic Package V4.4 www.boschsecrity.com Integration of Bosch and third party systems via open interfaces and SDK All relevant information in one ser interface

More information

L EGAL NOTICES. ScanSoft, Inc. 9 Centennial Drive Peabody, MA 01960, United States of America

L EGAL NOTICES. ScanSoft, Inc. 9 Centennial Drive Peabody, MA 01960, United States of America L EGAL NOTICES Copyright 2002 by ScanSoft, Inc. All rights reserved. No part of this pblication may be transmitted, transcribed, reprodced, stored in any retrieval system or translated into any langage

More information