Lecture 9 Modeling, Simulation, and Systems Engineering
|
|
|
- May Evans
- 10 years ago
- Views:
Transcription
1 Lecture 9 Modeling, Simulation, and Systems Engineering Development steps Model-based control engineering Modeling and simulation Systems platform: hardware, systems software. Control Engineering 9-1
2 Control Engineering Technology Science abstraction concepts simplified models Engineering building new things constrained resources: time, money, Technology repeatable processes Control platform technology Control engineering technology Control Engineering 9-2
3 Controls development cycle Analysis and modeling Control algorithm design using a simplified model System trade study - defines overall system design Simulation Detailed model: physics, or empirical, or data driven Design validation using detailed performance model System development Control application software Real-time software platform Hardware platform Validation and verification Performance against initial specs Software verification Certification/commissioning Control Engineering 9-3
4 Algorithms/Analysis Much more than real-time control feedback computations modeling identification tuning optimization feedforward feedback estimation and navigation user interface diagnostics and system self-test system level logic, mode change Control Engineering 9-4
5 Model-based Control Development System and software Controls analysis Conceptual Analysis Application code: Simulink Validation and verification Deployment Control design model: x(t+1) = x(t) + u(t) Detailed simulation model Hardware-in-theloop sim Physical plant Conceptual control algorithm: u = -k(x-x d ) Detailed control application: saturation, initialization, BIT, fault recovery, bumpless transfer Prototype controller Deployed controller Systems platform: Run-time code, OS Hardware platform Control Engineering 9-5
6 Controls Analysis Conceptual Analysis Data model x(t+1) Fault = x(t) model + u(t) Control design model: x(t+1) = x(t) + u(t) Identification & tuning Accomodation algorithm: Conceptual u = -k(x-x d control ) algorithm: u = -k(x-x d ) Application code: Simulink Detailed simulation model Detailed control application: saturation, initialization, BIT, fault recovery, manual/auto mode, bumpless transfer, startup/shutdown Control Engineering 9-6
7 The rest of the lecture Modeling and Simulation Deployment Platform Controls Software Development Control Engineering 9-7
8 Modeling in Control Engineering Control in a system perspective Physical system Measurement system Sensors Control computing Control handles Actuators Control analysis perspective Control computing Physical system Measurement model System model Control handle model Control Engineering 9-8
9 Models Why spend much time talking about models? Modeling and simulation could take 80% of control analysis effort. Model is a mathematical representations of a system Models allow simulating and analyzing the system Models are never exact Modeling depends on your goal A single system may have many models Large libraries of standard model templates exist A conceptually new model is a big deal (economics, biology) Main goals of modeling in control engineering conceptual analysis detailed simulation Control Engineering 9-9
10 Modeling approaches Controls analysis uses deterministic models. Randomness and uncertainty are usually not dominant. White box models: physics described by ODE and/or PDE Dynamics, Newton mechanics x & = f ( x, t) Space flight: add control inputs u and measured outputs y x& = f ( x, u, t) y = g( x, u, t) Control Engineering 9-10
11 Orbital mechanics example Newton s mechanics fundamental laws dynamics r v& = γm + Fpert( t) 3 r r& = v r Laplace computational dynamics (pencil & paper computations) deterministic model-based prediction v x & = f ( x, t) Control Engineering 9-11 x = r r r v v v
12 Sampled and continuous time Sampled and continuous time together Continuous time physical system + digital controller ZOH = Zero Order Hold A/D, Sample Control computing D/A, ZOH Sensors Physical system Actuators Control Engineering 9-12
13 Control Engineering 9-13 Servo-system modeling Mid-term problem First principle model: electro-mechanical + computer sampling Parameters follow from the specs m M F c b β g u gu I I T fi F y x c y x b Mx F x y c x y b y my I = + = = + + = & & & && & & & &&, 0 ) ( ) ( ) ( ) ( β
14 Finite state machines TCP/IP State Machine Control Engineering 9-14
15 Hybrid systems Combination of continuous-time dynamics and a state machine Thermostat example Analytical tools are not fully established yet Simulation analysis tools are available Stateflow by Mathworks off x = 70 on x = 72 x& = Kx x 70 x = 75 x& = K ( h x 75 x) x Control Engineering 9-15
16 Include functions of spatial variables electromagnetic fields mass and heat transfer fluid dynamics structural deformations PDE models For controls simulation, model reduction step is necessary Usually done with FEM/CFD data Example: fit step response Example: sideways heat equation T inside =u 2 T T = k 2 t x T (0) = u; T y = x x= 1 x T (1) = 0 T outside =0 y heat flux Control Engineering 9-16
17 Simulation ODE solution dynamical model: x & = Euler integration method: Runge-Kutta method: ode45 in Matlab f ( x, t) x ( t + d ) = x( t) + d f x( t), t Can do simple problems by integrating ODEs Issues with modeling of engineered systems: ( ) stiff systems, algebraic loops mixture of continuous and sampled time state machines and hybrid logic (conditions) systems build of many subsystems large projects, many people contribute different subsystems Control Engineering 9-17
18 Simulation environment Simulink by Mathworks Matlab functions and analysis Stateflow state machines Block libraries Subsystem blocks developed independently Engineered for developing large simulation models Controller can be designed in the same environment Supports generation of run-rime control code Ptolemeus - UC Berkeley Control Engineering 9-18
19 Model development and validation Model development is a skill White box models: first principles Black box models: data driven Gray box models: with some unknown parameters Identification of model parameters necessary step Assume known model structure Collect plant data: special experiment or normal operation Tweak model parameters to achieve a good fit Control Engineering 9-19
20 First Principle Models - Aerospace Aircraft models Component and subsystem modeling and testing CFD analysis Wind tunnel tests to adjust models (fugde factors) Flight tests update aerodynamic tables and flight dynamics models NASA Langley 1998 HARV F/A-18 Airbus 380: $13B development Control Engineering 9-20
21 Step Response Model - Process Dynamical matrix control (DMC) Industrial processes measured outputs control inputs Control Engineering 9-21
22 Approximate Maps Analytical expressions are rarely sufficient in practice Models are computable off line pre-compute simple approximation on-line approximation Models contain data identified in the experiments nonlinear maps interpolation or look-up tables AI approximation methods Neural networks Fuzzy logic Direct data driven models Control Engineering 9-22
23 Empirical Models - Maps Aerospace and automotive have most developed modeling approaches Aerodynamic tables Engine maps turbines jet engines automotive - ICE Example TEF=Trailing Edge Flap Control Engineering 9-23
24 Empirical Models - Maps Process control mostly uses empirical models Process maps in semiconductor manufacturing Epitaxial growth (semiconductor process) process map for run-to-run control Control Engineering 9-24
25 Multivariable B-splines Regular grid in multiple variables Tensor product of B-splines Used as a basis of finite-element models y( u, v) = w j, k j, kb j( u) Bk ( v) Control Engineering 9-25
26 Neural Networks Any nonlinear approximator might be called a Neural Network RBF Neural Network Polynomial Neural Network B-spline Neural Network Wavelet Neural Network MPL - Multilayered Perceptron Nonlinear in parameters Works for many inputs 1 1 = w = + 1,0 + f w1, j y j, y j w2,0 f w j j y ( x) 2, j f ( x) 1 = 1 + e e x x y y=f(x) Linear in parameters x x j Control Engineering 9-26
27 Multi-Layered Perceptrons Network parameter computation training data set parameter identification y ( x) = F( x; θ ) Noninear LS problem V = j y ( j) F( x Iterative NLS optimization Levenberg-Marquardt Backpropagation ( j) ; θ ) variation of a gradient descent 2 min Y = [ (1) ( N ) y K y ] x (1) K x ( N ) Control Engineering 9-27
28 Neural Net application Internal Combustion Engine maps Experimental map: data collected in a steady state regime for various combinations of parameters 2-D table NN map approximation of the experimental map MLP was used in this example works better for a smooth surface spark advance RPM Control Engineering 9-28
29 Fuzzy Logic Function defined at nodes. Interpolation scheme Fuzzyfication/de-fuzzyfication = interpolation Linear interpolation in 1-D y( x) = j j y j µ ( x) j j µ ( x) j µ j ( x) = 1 Marketing (communication) and social value Computer science: emphasis on interaction with a user EE - emphasis on mathematical analysis Control Engineering 9-29
30 Local Modeling Based on Data Data mining in the loop Honeywell Prague product Multidimensional Data Cube Heat Loads Relational Database Heat demand Query point ( What if? ) Outdoor temperature Time of day Forecasted variable Explanatory variables Control Engineering 9-30
31 System platform for control computing Workstations advanced process control enterprise optimizers computing servers (QoS/admission control) Specialized controllers: PLC, DCS, motion controllers, hybrid controllers Control Engineering 9-31
32 System platform for control computing Embedded: µp + software DSP MPC555 FPGA ASIC / SoC Control Engineering 9-32
33 Embedded processor range Control Engineering 9-33
34 System platform, cont d Analog/mixed electric circuits power controllers RF circuits Analog/mixed other Gbs optical networks EM = Electr-opt Modulator AGC = Auto Gain Control Control Engineering 9-34
35 Control Software Algorithms Validation and Verification Control Engineering 9-35
36 System development cycle Control Engineering 9-36 Ford Motor Company
37 Control application software development cycle Matlab+toolboxes Simulink Stateflow Real-time Workshop Control Engineering 9-37
38 Real-time Embedded Software Mission critical RT-OS with hard real-time guarantees C-code for each thread generated from Simulink Primus Epic, B787, A380 Control Engineering 9-38
39 Hardware-in-the-loop simulation Aerospace Process control Automotive Control Engineering 9-39
40 System development cycle Control Engineering 9-40 Cadence
Lecture 3 - Model-based Control Engineering
Lecture 3 - Model-based Control Engineering Control application and a platform Systems platform: hardware, systems software. Development steps Model-based design Control solution deployment and support
Echtzeittesten mit MathWorks leicht gemacht Simulink Real-Time Tobias Kuschmider Applikationsingenieur
Echtzeittesten mit MathWorks leicht gemacht Simulink Real-Time Tobias Kuschmider Applikationsingenieur 2015 The MathWorks, Inc. 1 Model-Based Design Continuous Verification and Validation Requirements
Dynamic Process Modeling. Process Dynamics and Control
Dynamic Process Modeling Process Dynamics and Control 1 Description of process dynamics Classes of models What do we need for control? Modeling for control Mechanical Systems Modeling Electrical circuits
SECOND YEAR. Major Subject 3 Thesis (EE 300) 3 Thesis (EE 300) 3 TOTAL 3 TOTAL 6. MASTER OF ENGINEERING IN ELECTRICAL ENGINEERING (MEng EE) FIRST YEAR
MASTER OF SCIENCE IN ELECTRICAL ENGINEERING (MS EE) FIRST YEAR Elective 3 Elective 3 Elective 3 Seminar Course (EE 296) 1 TOTAL 12 TOTAL 10 SECOND YEAR Major Subject 3 Thesis (EE 300) 3 Thesis (EE 300)
Schnell und effizient durch Automatische Codegenerierung
Schnell und effizient durch Automatische Codegenerierung Andreas Uschold MathWorks 2015 The MathWorks, Inc. 1 ITK Engineering Develops IEC 62304 Compliant Controller for Dental Drill Motor with Model-Based
Gasoline engines. Diesel engines. Hybrid fuel cell vehicles. Model Predictive Control in automotive systems R. Scattolini, A.
Model Predictive Control in automotive systems R. Scattolini, A. Miotti Dipartimento di Elettronica e Informazione Outline Gasoline engines Diesel engines Hybrid fuel cell vehicles Gasoline engines 3 System
Research Methodology Part III: Thesis Proposal. Dr. Tarek A. Tutunji Mechatronics Engineering Department Philadelphia University - Jordan
Research Methodology Part III: Thesis Proposal Dr. Tarek A. Tutunji Mechatronics Engineering Department Philadelphia University - Jordan Outline Thesis Phases Thesis Proposal Sections Thesis Flow Chart
dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor
dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor Jaswandi Sawant, Divyesh Ginoya Department of Instrumentation and control, College of Engineering, Pune. ABSTRACT This
MODELING, SIMULATION AND DESIGN OF CONTROL CIRCUIT FOR FLEXIBLE ENERGY SYSTEM IN MATLAB&SIMULINK
MODELING, SIMULATION AND DESIGN OF CONTROL CIRCUIT FOR FLEXIBLE ENERGY SYSTEM IN MATLAB&SIMULINK M. Pies, S. Ozana VSB-Technical University of Ostrava Faculty of Electrotechnical Engineering and Computer
Software Development Principles Applied to Graphical Model Development
Software Development Principles Applied to Graphical Model Development Paul A. Barnard * The MathWorks, Natick, MA 01760, USA The four fundamental principles of good software design communicate clearly,
CONTROL SYSTEMS, ROBOTICS AND AUTOMATION Vol. XVI - Fault Accomodation Using Model Predictive Methods - Jovan D. Bošković and Raman K.
FAULT ACCOMMODATION USING MODEL PREDICTIVE METHODS Scientific Systems Company, Inc., Woburn, Massachusetts, USA. Keywords: Fault accommodation, Model Predictive Control (MPC), Failure Detection, Identification
Product Development Flow Including Model- Based Design and System-Level Functional Verification
Product Development Flow Including Model- Based Design and System-Level Functional Verification 2006 The MathWorks, Inc. Ascension Vizinho-Coutry, [email protected] Agenda Introduction to Model-Based-Design
Introduction to Simulink & Stateflow. Coorous Mohtadi
Introduction to Simulink & Stateflow Coorous Mohtadi 1 Key Message Simulink and Stateflow provide: A powerful environment for modelling real processes... and are fully integrated with the MATLAB environment.
Converting Models from Floating Point to Fixed Point for Production Code Generation
MATLAB Digest Converting Models from Floating Point to Fixed Point for Production Code Generation By Bill Chou and Tom Erkkinen An essential step in embedded software development, floating- to fixed-point
Master of Science (Electrical Engineering) MS(EE)
Master of Science (Electrical Engineering) MS(EE) 1. Mission Statement: The mission of the Electrical Engineering Department is to provide quality education to prepare students who will play a significant
Introduction to MATLAB Gergely Somlay Application Engineer [email protected]
Introduction to MATLAB Gergely Somlay Application Engineer [email protected] 2012 The MathWorks, Inc. 1 What is MATLAB? High-level language Interactive development environment Used for: Numerical
Departments and Specializations
Departments and Specializations Department Post Specialization Areas Aerospace Engineering: Only candidates with a clear focus on one or more of the specified areas will be considered Experimental Structural
METHODOLOGICAL CONSIDERATIONS OF DRIVE SYSTEM SIMULATION, WHEN COUPLING FINITE ELEMENT MACHINE MODELS WITH THE CIRCUIT SIMULATOR MODELS OF CONVERTERS.
SEDM 24 June 16th - 18th, CPRI (Italy) METHODOLOGICL CONSIDERTIONS OF DRIVE SYSTEM SIMULTION, WHEN COUPLING FINITE ELEMENT MCHINE MODELS WITH THE CIRCUIT SIMULTOR MODELS OF CONVERTERS. Áron Szûcs BB Electrical
SYSTEMS, CONTROL AND MECHATRONICS
2015 Master s programme SYSTEMS, CONTROL AND MECHATRONICS INTRODUCTION Technical, be they small consumer or medical devices or large production processes, increasingly employ electronics and computers
ELECTRICAL ENGINEERING
EE ELECTRICAL ENGINEERING See beginning of Section H for abbreviations, course numbers and coding. The * denotes labs which are held on alternate weeks. A minimum grade of C is required for all prerequisite
Entwicklung und Testen von Robotischen Anwendungen mit MATLAB und Simulink Maximilian Apfelbeck, MathWorks
Entwicklung und Testen von Robotischen Anwendungen mit MATLAB und Simulink Maximilian Apfelbeck, MathWorks 2015 The MathWorks, Inc. 1 Robot Teleoperation IMU IMU V, W Control Device ROS-Node Turtlebot
Software Development with Real- Time Workshop Embedded Coder Nigel Holliday Thales Missile Electronics. Missile Electronics
Software Development with Real- Time Workshop Embedded Coder Nigel Holliday Thales 2 Contents Who are we, where are we, what do we do Why do we want to use Model-Based Design Our Approach to Model-Based
Best Practices for Verification, Validation, and Test in Model- Based Design
2008-01-1469 Best Practices for Verification, Validation, and in Model- Based Design Copyright 2008 The MathWorks, Inc. Brett Murphy, Amory Wakefield, and Jon Friedman The MathWorks, Inc. ABSTRACT Model-Based
Coursework for MS leading to PhD in Electrical Engineering. 1 Courses for Digital Systems and Signal Processing
work for MS leading to PhD in Electrical Engineering 1 s for Digital Systems and Signal Processing EE 801 Analysis of Stochastic Systems EE 802 Advanced Digital Signal Processing EE 80 Advanced Digital
Making model-based development a reality: The development of NEC Electronics' automotive system development environment in conjunction with MATLAB
The V850 Integrated Development Environment in Conjunction with MAT...iles and More / Web Magazine -Innovation Channel- / NEC Electronics Volume 53 (Feb 22, 2006) The V850 Integrated Development Environment
Machine Learning with MATLAB David Willingham Application Engineer
Machine Learning with MATLAB David Willingham Application Engineer 2014 The MathWorks, Inc. 1 Goals Overview of machine learning Machine learning models & techniques available in MATLAB Streamlining the
Poznan University of Technology Faculty of Electrical Engineering
Poznan University of Technology Faculty of Electrical Engineering Contact Person: Pawel Kolwicz Vice-Dean Faculty of Electrical Engineering [email protected] List of Modules Academic Year: 2015/16
Caterpillar Automatic Code Generation
SAE TECHNICAL PAPER SERIES 2004-01-0894 Caterpillar Automatic Code Generation Jeffrey M. Thate and Larry E. Kendrick Caterpillar, Inc. Siva Nadarajah The MathWorks, Inc. Reprinted From: Electronic Engine
Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski [email protected]
Introduction to Machine Learning and Data Mining Prof. Dr. Igor Trakovski [email protected] Neural Networks 2 Neural Networks Analogy to biological neural systems, the most robust learning systems
OpenFOAM Optimization Tools
OpenFOAM Optimization Tools Henrik Rusche and Aleks Jemcov [email protected] and [email protected] Wikki, Germany and United Kingdom OpenFOAM Optimization Tools p. 1 Agenda Objective Review optimisation
2. Permanent Magnet (De-) Magnetization 2.1 Methodology
Permanent Magnet (De-) Magnetization and Soft Iron Hysteresis Effects: A comparison of FE analysis techniques A.M. Michaelides, J. Simkin, P. Kirby and C.P. Riley Cobham Technical Services Vector Fields
Virtual Prototyping of Aerospace Systems Using Integrated LMS Virtual.Lab and IMAGINE AMESim
Virtual Prototyping of Aerospace Systems Using Integrated LMS Virtual.Lab and IMAGINE AMESim Joel Tollefson Imagine Inc. Aerospace Business Development Hans Van den Wijngaert LMS Product Manager Motion
FLUX / GOT-It Finite Element Analysis of electromagnetic devices Maccon GmbH
FLUX / GOT-It Finite Element Analysis of electromagnetic devices Maccon GmbH Entwurfswerkzeuge für elektrische Maschinen MACCON GmbH 09/04/2013 1 Flux software Modeling electromagnetic and thermal phenomena
An Introduction to Applied Mathematics: An Iterative Process
An Introduction to Applied Mathematics: An Iterative Process Applied mathematics seeks to make predictions about some topic such as weather prediction, future value of an investment, the speed of a falling
MEL 807 Computational Heat Transfer (2-0-4) Dr. Prabal Talukdar Assistant Professor Department of Mechanical Engineering IIT Delhi
MEL 807 Computational Heat Transfer (2-0-4) Dr. Prabal Talukdar Assistant Professor Department of Mechanical Engineering IIT Delhi Time and Venue Course Coordinator: Dr. Prabal Talukdar Room No: III, 357
Thermal Modeling and Analysis of a Wind Turbine Generator
Thermal Modeling and Analysis of a Wind Turbine Generator Authors: Dr Bogi Bech Jensen (Associate Professor) Technical University of Denmark Mathew Lee Henriksen (PhD student) Technical University of Denmark
Masters of Science Program in Environmental and Renewable Energy Engineering
Masters of Science Program in Environmental and Renewable Energy Engineering Courses Description ERE 721 Applied Mathematics for Engineers, 3 Crs. Vector differential operators, computing multiple integrals
MASTER OF ENGINEERING Mechanical Engineering Program
MASTER OF ENGINEERING Mechanical Engineering Program Note: On-line registration is available to CURRENT M.Eng. students only. NEW students are NOT permitted to register on-line for their first semester.
Embedded Systems Engineering Certificate Program
Engineering Programs Embedded Systems Engineering Certificate Program Accelerate Your Career extension.uci.edu/embedded University of California, Irvine Extension s professional certificate and specialized
Temperature Control Loop Analyzer (TeCLA) Software
Temperature Control Loop Analyzer (TeCLA) Software F. Burzagli - S. De Palo - G. Santangelo (Alenia Spazio) [email protected] Foreword A typical feature of an active loop thermal system is to guarantee
Eli Levi Eli Levi holds B.Sc.EE from the Technion.Working as field application engineer for Systematics, Specializing in HDL design with MATLAB and
Eli Levi Eli Levi holds B.Sc.EE from the Technion.Working as field application engineer for Systematics, Specializing in HDL design with MATLAB and Simulink targeting ASIC/FGPA. Previously Worked as logic
AC 2012-4561: MATHEMATICAL MODELING AND SIMULATION US- ING LABVIEW AND LABVIEW MATHSCRIPT
AC 2012-4561: MATHEMATICAL MODELING AND SIMULATION US- ING LABVIEW AND LABVIEW MATHSCRIPT Dr. Nikunja Swain, South Carolina State University Nikunja Swain is a professor in the College of Science, Mathematics,
Interactive simulation of an ash cloud of the volcano Grímsvötn
Interactive simulation of an ash cloud of the volcano Grímsvötn 1 MATHEMATICAL BACKGROUND Simulating flows in the atmosphere, being part of CFD, is on of the research areas considered in the working group
Numerical Methods for Engineers
Steven C. Chapra Berger Chair in Computing and Engineering Tufts University RaymondP. Canale Professor Emeritus of Civil Engineering University of Michigan Numerical Methods for Engineers With Software
Is a Data Scientist the New Quant? Stuart Kozola MathWorks
Is a Data Scientist the New Quant? Stuart Kozola MathWorks 2015 The MathWorks, Inc. 1 Facts or information used usually to calculate, analyze, or plan something Information that is produced or stored by
College of Engineering Distance Education Graduate Degree Programs, Degree Requirements and Course Offerings
College of Engineering Distance Education Graduate Degree Programs, Degree Requirements and Course Offerings Master of Engineering Program Requirements: The student must complete a total of 30 credit hours
ME6130 An introduction to CFD 1-1
ME6130 An introduction to CFD 1-1 What is CFD? Computational fluid dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions, and related phenomena by solving numerically
Evaluation Scheme Teaching Scheme. Theory Marks. Practical Marks Min for Passing ISE 10. Course code. Course. L T P Credits Min for Max Passing
Walchand College of Engineering, Sangli Teaching and for Second Year U.G. Program in Electrical Engineering I Semester code 1MA203 #1EE201 1EE 202 1EE203 1EE204 Applied Mathematics III Analog & Digital
Consulting, Engineering & Managed Service Provider
Consulting, Engineering & Managed Service Provider A Joint Venture Company Together Making a difference Introduction Genesis of AeroEuro: A Joint Venture between Punj Lloyd Group, India and GECI, France
Applicazione di tecniche di controllo predittivo multivariabile ad impianti di produzione a Ciclo Combinato
MPC of Combined Cycle Power Plants Torna al programma Applicazione di tecniche di controllo predittivo multivariabile ad impianti di produzione a Ciclo Combinato C. Aurora, P. Colombo, F. Pretolani - CESI
What is Modeling and Simulation and Software Engineering?
What is Modeling and Simulation and Software Engineering? V. Sundararajan Scientific and Engineering Computing Group Centre for Development of Advanced Computing Pune 411 007 [email protected] Definitions
Numerical Methods in MATLAB
Numerical Methods in MATLAB Center for Interdisciplinary Research and Consulting Department of Mathematics and Statistics University of Maryland, Baltimore County www.umbc.edu/circ Winter 2008 Mission
Introduction to Engineering System Dynamics
CHAPTER 0 Introduction to Engineering System Dynamics 0.1 INTRODUCTION The objective of an engineering analysis of a dynamic system is prediction of its behaviour or performance. Real dynamic systems are
Machine Learning and Data Mining. Regression Problem. (adapted from) Prof. Alexander Ihler
Machine Learning and Data Mining Regression Problem (adapted from) Prof. Alexander Ihler Overview Regression Problem Definition and define parameters ϴ. Prediction using ϴ as parameters Measure the error
Simulation of Fluid-Structure Interactions in Aeronautical Applications
Simulation of Fluid-Structure Interactions in Aeronautical Applications Martin Kuntz Jorge Carregal Ferreira ANSYS Germany D-83624 Otterfing [email protected] December 2003 3 rd FENET Annual Industry
Ryan F. Schkoda, Ph.D. Postdoctoral Fellow Wind Turbine Drivetrain Testing Facility Charleston, SC
Systems Engineering Activities at Clemson University s International Center for Automotive Research (CU-ICAR) and Wind Turbine Drivetrain Testing Facility Ryan F. Schkoda, Ph.D. Postdoctoral Fellow Wind
Neural Network Add-in
Neural Network Add-in Version 1.5 Software User s Guide Contents Overview... 2 Getting Started... 2 Working with Datasets... 2 Open a Dataset... 3 Save a Dataset... 3 Data Pre-processing... 3 Lagging...
Customer Training Material. Lecture 2. Introduction to. Methodology ANSYS FLUENT. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved.
Lecture 2 Introduction to CFD Methodology Introduction to ANSYS FLUENT L2-1 What is CFD? Computational Fluid Dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions,
NATIONAL SUN YAT-SEN UNIVERSITY
NATIONAL SUN YAT-SEN UNIVERSITY Department of Electrical Engineering (Master s Degree, Doctoral Program Course, International Master's Program in Electric Power Engineering) Course Structure Course Structures
Verification by. Simulation. Verification by. Simulation. Verification by. Simulation / Model Check. Validation and Testing.
Model-Based Software evelopment : Method Co- with contributions of Marcel Groothuis, Peter Visser, Bojan Orlic, usko Jovanovic, Gerald Hilderink Engineering, CTIT, Faculty EE-M-CS,, Enschede, Netherls
Trends in Embedded Software Engineering
Trends in Embedded Software Engineering Prof. Dr. Wolfgang Pree Department of Computer Science Universität Salzburg cs.uni-salzburg.at MoDECS.cc PREEtec.com Contents Why focus on embedded software? Better
Propulsion Gas Path Health Management Task Overview. Donald L. Simon NASA Glenn Research Center
Propulsion Gas Path Health Management Task Overview Donald L. Simon NASA Glenn Research Center Propulsion Controls and s Research Workshop December 8-10, 2009 Cleveland, OH www.nasa.gov 1 National Aeronautics
Development of AUTOSAR Software Components within Model-Based Design
2008-01-0383 Development of AUTOSAR Software Components within Model-Based Design Copyright 2008 The MathWorks, Inc. Guido Sandmann Automotive Marketing Manager, EMEA The MathWorks Richard Thompson Senior
Theoretical Perspective
Preface Motivation Manufacturer of digital products become a driver of the world s economy. This claim is confirmed by the data of the European and the American stock markets. Digital products are distributed
The details of the programme are given below. For a short description of the courses, Click here.
MASTER S PROGRAMMES Through the Post Graduate School in Electrical and Electronic Engineering, three forms of Master s programmes are offered. The programme structure of the International MSc programme
MathWorks Products and Prices North America Academic March 2013
MathWorks Products and Prices North America Academic March 2013 MATLAB Product Family Academic pricing is reserved for noncommercial use by degree-granting institutions in support of on-campus classroom
Graduate Certificate in Systems Engineering
Graduate Certificate in Systems Engineering Systems Engineering is a multi-disciplinary field that aims at integrating the engineering and management functions in the development and creation of a product,
Why Adopt Model-Based Design for Embedded Control Software Development?
Why Adopt Model-Based Design for Embedded Control Software Development? As requirements for increased product performance are driving up design complexity, embedded software is increasingly becoming the
Dr. Raju Namburu Computational Sciences Campaign U.S. Army Research Laboratory. The Nation s Premier Laboratory for Land Forces UNCLASSIFIED
Dr. Raju Namburu Computational Sciences Campaign U.S. Army Research Laboratory 21 st Century Research Continuum Theory Theory embodied in computation Hypotheses tested through experiment SCIENTIFIC METHODS
EDUMECH Mechatronic Instructional Systems. Ball on Beam System
EDUMECH Mechatronic Instructional Systems Ball on Beam System Product of Shandor Motion Systems Written by Robert Hirsch Ph.D. 998-9 All Rights Reserved. 999 Shandor Motion Systems, Ball on Beam Instructional
Evaluation of Real-time Emulators for Future Development of Fire Control Applications
IVSS-2004-MAS-05 Evaluation of Real- Emulators for Future Development of Fire Control Applications John W. Kelly David D Onofrio Patrick O Heron James.R.Bates MSC Software George Khadar Marcella Haghgooie
Electrics & Electronics
Area of competence Electrics & Electronics Maximum Focus ARRK P+Z Engineering For nearly 50 years, we have providing active product development support to customers from the automotive, aerospace and special
Hybrid Modeling and Control of a Power Plant using State Flow Technique with Application
Hybrid Modeling and Control of a Power Plant using State Flow Technique with Application Marwa M. Abdulmoneim 1, Magdy A. S. Aboelela 2, Hassen T. Dorrah 3 1 Master Degree Student, Cairo University, Faculty
(!' ) "' # "*# "!(!' +,
( Controls Signal Processing Telecommunications Network and processor modeling and simulation http://www.mathworks.com/academia/classroom-resources/departments/electrical-computerengineering.html ( MATLAB
Lecture 1. Introduction - Course mechanics History Modern control engineering. EE392m - Winter 2003 Control Engineering 1-1
Lecture 1 Introduction - Course mechanics History Modern control engineering EE392m - Winter 2003 Control Engineering 1-1 Introduction - Course Mechanics What this course is about? Prerequisites & course
IEEE Projects in Embedded Sys VLSI DSP DIP Inst MATLAB Electrical Android
About Us : We at Ensemble specialize in electronic design and manufacturing services for various industrial segments. We also offer student project guidance and training for final year projects in departments
Master of Science in Electrical Engineering Graduate Program:
Master of Science in Electrical Engineering Graduate Program: A student may pursue a Master of Science in Electrical Engineering (M.Sc. EE) via one of the following three options: (i) M.Sc. with thesis,
Recurrent Neural Networks
Recurrent Neural Networks Neural Computation : Lecture 12 John A. Bullinaria, 2015 1. Recurrent Neural Network Architectures 2. State Space Models and Dynamical Systems 3. Backpropagation Through Time
BSEE Degree Plan Bachelor of Science in Electrical Engineering: 2015-16
BSEE Degree Plan Bachelor of Science in Electrical Engineering: 2015-16 Freshman Year ENG 1003 Composition I 3 ENG 1013 Composition II 3 ENGR 1402 Concepts of Engineering 2 PHYS 2034 University Physics
Introduction to the Finite Element Method (FEM)
Introduction to the Finite Element Method (FEM) ecture First and Second Order One Dimensional Shape Functions Dr. J. Dean Discretisation Consider the temperature distribution along the one-dimensional
NEURAL NETWORK FUNDAMENTALS WITH GRAPHS, ALGORITHMS, AND APPLICATIONS
NEURAL NETWORK FUNDAMENTALS WITH GRAPHS, ALGORITHMS, AND APPLICATIONS N. K. Bose HRB-Systems Professor of Electrical Engineering The Pennsylvania State University, University Park P. Liang Associate Professor
The SAMANTA platform. Emeritus Expert SNECMA. Department Prognostic Health Monitoring Systems SNECMA. [email protected] +33 1 60 59 70 24
The SAMANTA platform Emeritus Expert SNECMA [email protected] +33 1 60 59 70 24 Department Prognostic Health Monitoring Systems SNECMA [email protected] +33 1 60 59 42 53 /01/ Snecma and
Time Response Analysis of DC Motor using Armature Control Method and Its Performance Improvement using PID Controller
Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 5, (6): 56-6 Research Article ISSN: 394-658X Time Response Analysis of DC Motor using Armature Control Method
Real-Time Systems Versus Cyber-Physical Systems: Where is the Difference?
Real-Time Systems Versus Cyber-Physical Systems: Where is the Difference? Samarjit Chakraborty www.rcs.ei.tum.de TU Munich, Germany Joint work with Dip Goswami*, Reinhard Schneider #, Alejandro Masrur
Sanjeev Kumar. contribute
RESEARCH ISSUES IN DATAA MINING Sanjeev Kumar I.A.S.R.I., Library Avenue, Pusa, New Delhi-110012 [email protected] 1. Introduction The field of data mining and knowledgee discovery is emerging as a
Real Time Simulation for Off-Road Vehicle Analysis. Dr. Pasi Korkealaakso Mevea Ltd., May 2015
Real Time Simulation for Off-Road Vehicle Analysis Dr. Pasi Korkealaakso Mevea Ltd., May 2015 Contents Introduction Virtual machine model Machine interaction with environment and realistic environment
Neural Network Design in Cloud Computing
International Journal of Computer Trends and Technology- volume4issue2-2013 ABSTRACT: Neural Network Design in Cloud Computing B.Rajkumar #1,T.Gopikiran #2,S.Satyanarayana *3 #1,#2Department of Computer
Applied Computational Economics and Finance
Applied Computational Economics and Finance Mario J. Miranda and Paul L. Fackler The MIT Press Cambridge, Massachusetts London, England Preface xv 1 Introduction 1 1.1 Some Apparently Simple Questions
Express Introductory Training in ANSYS Fluent Lecture 1 Introduction to the CFD Methodology
Express Introductory Training in ANSYS Fluent Lecture 1 Introduction to the CFD Methodology Dimitrios Sofialidis Technical Manager, SimTec Ltd. Mechanical Engineer, PhD PRACE Autumn School 2013 - Industry
Online Tuning of Artificial Neural Networks for Induction Motor Control
Online Tuning of Artificial Neural Networks for Induction Motor Control A THESIS Submitted by RAMA KRISHNA MAYIRI (M060156EE) In partial fulfillment of the requirements for the award of the Degree of MASTER
Model-Based Design for Hybrid Electric Vehicle Systems
2008-01-0085 Model-Based Design for Hybrid Electric Vehicle Systems Saurabh Mahapatra, Tom Egel, Raahul Hassan, Rohit Shenoy, Michael Carone The MathWorks, Inc. Copyright 2008 The MathWorks, Inc. ABSTRACT
DCMS DC MOTOR SYSTEM User Manual
DCMS DC MOTOR SYSTEM User Manual release 1.3 March 3, 2011 Disclaimer The developers of the DC Motor System (hardware and software) have used their best efforts in the development. The developers make
Module 6 Case Studies
Module 6 Case Studies 1 Lecture 6.1 A CFD Code for Turbomachinery Flows 2 Development of a CFD Code The lecture material in the previous Modules help the student to understand the domain knowledge required
Neural network software tool development: exploring programming language options
INEB- PSI Technical Report 2006-1 Neural network software tool development: exploring programming language options Alexandra Oliveira [email protected] Supervisor: Professor Joaquim Marques de Sá June 2006
Model Based Systems Engineering for Aircraft Systems How does Modelica Based Tools Fit?
Model Based Systems Engineering for Aircraft Systems How does Modelica Based Tools Fit? Ingela Lind Henric Andersson SAAB Aeronautics SE-581 88 Linköping, Sweden [email protected] [email protected]
Performance Study based on Matlab Modeling for Hybrid Electric Vehicles
International Journal of Computer Applications (975 8887) Volume 99 No.12, August 214 Performance Study based on Matlab Modeling for Hybrid Electric Vehicles Mihai-Ovidiu Nicolaica PhD Student, Faculty
Industrial Automation course
Industrial Automation course Lesson 1 Introduction Politecnico di Milano Universidad de Monterrey, July 2015, A. L. Cologni 1 What do we do Industrial Automation Course for the Monterrey Students @ PoliMi
Model Based System Engineering (MBSE) For Accelerating Software Development Cycle
Model Based System Engineering (MBSE) For Accelerating Software Development Cycle Manish Patil Sujith Annamaneni September 2015 1 Contents 1. Abstract... 3 2. MBSE Overview... 4 3. MBSE Development Cycle...
