MATLAB SIMDRIVELINE RELEASE NOTES Instrukcja Użytkownika Strona 1

Przeglądaj online lub pobierz Instrukcja Użytkownika dla Nie MATLAB SIMDRIVELINE RELEASE NOTES. Getting Started with Simulink Instrukcja obsługi

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj

Podsumowanie treści

Strona 1 - Getting Started with Simulink

Getting Started with SimulinkOverview of MATLAB Modeling/ Simulation gEnvironmentOrientation 2008 | Jamie Cassels, QC, Vice-President Academic and Pro

Strona 2 - Applications

Complex System Model from Basic Building Blockspy gVehicle and ControlVehicle and Control

Strona 3 - ) throughout the development

Simulink Library (blocks)Simulink Library (blocks)

Strona 6 - Eastman’s Presentation

Key Multiphysics Modeling ToolboxKey Multiphysics Modeling Toolbox Stateflow™Design and simulatestate machinesandStateflowDesign and simulate state ma

Strona 7

Modeling Dynamic Systems in SimulinkModeling Dynamic Systems in SimulinkModeling Dynamic Systems in SimulinkModeling Dynamic Systems in SimulinkModeli

Strona 8

SimDriveline™ModelSimDriveline Model

Strona 9

Simulink Online HelpSimulink Online HelpSimulink Getting Started GuideSimulink Getting Started Guide Simulink User’s Guide Simulink Reference Wri

Strona 10

Getting started with SimulinkAn introductory tutorialAn introductory tutorialES205 Analysis and Design of Engineering SystemsES205 Analysis and Design

Strona 11

Launch SimulinkIn the MATLAB command window,at the >> prompt, typesimulinkat the >> prompt, type simulinkand press  Enter

Strona 12

MATLAB/Simulink ApplicationsMATLAB/Simulink ApplicationsMechanical SystemMechanical System AutomotiveControlsControls RoboticsAerospace and Def

Strona 13

Create a new model Click the new-model icon in the upper left corner to start a new Simulink file Select the Simulink icon to obtain elements of the

Strona 14

Your workspaceLibrary of elements Model is created in this window

Strona 15 - Approaches

Save your model You might create a new folder, like the one shown below, called simulink_files Use the .mdl suffix when saving

Strona 16

Example 1: a simple model Build a Simulink model that solves the differential equation qInitial conditiontx 2sin31)0(xInitial condition First,

Strona 17

Simulation diagram Input is the forcing function 3sin(2t)Output is the solution of the differentialOutput is the solution of the differential equati

Strona 18 - Getting started with Simulink

Select an input blockDrag a Sine Waveblock from the Sourceslibrary to the model window

Strona 19 - Launch Simulink

Select an operator blockDrag an Integratorblock from the Continuouslibrary yto the model window

Strona 20 - Create a new model

Select an output blockDrag a Scopeblock from the Sinkslibrary to the modelSinkslibrary to the model window

Strona 21 - Your workspace

Connect blocks with signals Place your cursor on the output port (>) of pp ()the Sine Waveblock Drag from the Sine Waveoutput to the Integratorin

Strona 22 - Save your model

Select simulation parametersDouble-click on theSine Wavethe Sine Waveblock to set amplitude = 3 and freq = 2.This p od ces theThis produces the desire

Strona 23 - Example 1: a simple model

Model-Based DesignModelBased Design Faster, more cost-effective development of dynamic systems (e.g. control systems, vehicles, etc.)  A system mode

Strona 24 - Simulation diagram

Select simulation parametersDouble-click on theIntegratorthe Integratorblock to set initial condition = -1.This sets our IC x(0) = -1.

Strona 25 - Select an input block

Select simulation parametersDouble-click on theScopeto viewthe Scopeto view the simulation results

Strona 26 - Select an operator block

Run the simulationIn the model window from thewindow, from the Simulationpull-down menu, ,select StartView the output x(t) in the Scopewindowwindow.

Strona 27 - Select an output block

Simulation resultsTo verify that this plot represents the ppsolution to the problem, solve the equation analyticallyequation analytically. The analyti

Strona 28 - Connect blocks with signals

Example 2 Build a Simulink model that solves the following differential equation (ODE)gq() 2nd-order mass-spring-damper systemzero ICszero ICs in

Strona 29 - Select simulation parameters

Create the simulation diagram  On the following slides:The simulation diagram for solving theThe simulation diagram for solving the ODE is created

Strona 30

(continue) First, solve for the term with highest-order derivativeMake the lefthand side of this equationkxxctfxm)(Make the left-hand side of

Strona 31

Drag a Sumblock from the MathlibraryteatbayDouble-click to change the block parameters to rectangularand+rectangularand + --

Strona 32 - Run the simulation

(continue) Add a gain (multiplier) block to eliminate the coefficient and produce pthe highest-derivative alonexmm1xsumming block

Strona 33 - Simulation results

Drag a Gainblock from the MathlibraryteatbayThe gain is 4 since 1/m=4.Double-click to change the block parameters.Add a titleAdd a title.

Strona 34 - Example 2

MATLAB Codes – Simulink Block & Block Parameters

Strona 35 -  On the following slides:

(continue) Add integrators to obtain the desired output variablepxm11 1xxxmsumming blockssblock

Strona 36 - (continue)

Drag Integratorblocks from theContinuouslibrarythe ContinuouslibraryInitial Conditions (ICs) on the integrators are zero.Add a scope from the Sinkslib

Strona 37

(continue) Connect to the integrated signals with gain blocks to create the terms on the right-hand side of the EOMxm111xxxxmm1summings1s1xxxxc

Strona 38

Drag new Gainblocks from the MathlibraryoteatbayTo flip the gain block, select it and chooseFlip Blockin theand choose Flip Blockin the Formatpull-dow

Strona 39

Complete the model Bring all the signals and inputs to the summing block. Check signs on the summer.xmm1s1s1xxf(t)input+--xx(t)outputcxck-xou

Strona 40

Double-click on Stepblock to set parameters For ato set parameters. For a step input of magnitude 3, set Final valueto 3

Strona 41 - Continuous

Final Simulink model

Strona 42

Run the simulation

Strona 43 - Flip Block

ResultsUnderdamped response.Overshoot of 0.5.Final value of 3 (gain = 1).(g )Is this expected?System design – adjust m, c, kvalues to get different sy

Strona 44 - Complete the model

Paperandpencil analysisPaper-and-pencil analysis based on the equations of motion Standard form)(1tfkxxkcmkx Nat’l freq.0.2mkn Damping rat

Strona 45 - Final value

Modeling ProcessModeling ProcessOn Paper:On Paper:1 Defining the System2 Identifying System Components2 Identifying System Components3 Modeling the Sy

Strona 46 - Final Simulink model

Check simulation results Damping ratio of 0.5 is less than 1. Expect the system to be underdamped.py p Expect to see overshoot.Static gain is 1.St

Strona 47

The leading environment forThe leading environment fortechnical computing• The de facto industry-standard,fyhigh-level programming language for algori

Strona 48

The leading environment for system-levelmodeling, simulation, and verification ofcommunications and electronic systems• Multidomain system-level desig

Strona 49 -  Damping ratio

From Research to Development and TestFrom Research to Development and TestFrom Research to Development and TestFrom Research to Development and TestSY

Strona 50 - Check simulation results

Graphical Layout of Functional ModulesGraphical Layout of Functional Modules

Komentarze do niniejszej Instrukcji

Brak uwag

Philips 303463166 manuals

Owner’s manuals and user’s guides for Unknown Philips 303463166.
We providing 1 pdf manuals Philips 303463166 for download free by document types: Manual


Philips 303463166 Manual (1 pages)


Brand: Philips | Category: No info | Size: 0.53 MB |

 

Table of contents





More products and manuals for Unknown Philips

Models Document Type
FC8033/01 Datasheet   Philips exhaust filter FC8033, 2 pages
FC8046 Datasheet   Philips FC8046 Disposable dust bag, 2 pages
305143166 Manual   Philips 305143166 User manual, 1 pages
Kidsplace Manual   Philips 300633486 User manual, 2 pages
303451766 Manual   Philips 303443166 User manual, 1 pages
369981786 Manual Philips 369984386 User manual, 2 pages
myKitchen Manual Philips myKitchen, 1 pages
300543186 Manual   Philips 300483186 User manual, 1 pages
Kidsplace Manual   Philips Kidsplace, 2 pages
320663176 Manual   Philips 320663176 User manual, 2 pages
34144/31/16 Specifications    Philips myBathroom Ceiling light 32005/31/16, 4 pages
316103186 User Manual   Philips Ceiling light 31610/11/86, 8 pages
34022/11/16 Specifications      Philips myBathroom Ceiling light 32021/11/16, 34 pages
408343116 User Manual   Philips Ledino 408343116 ceiling lighting, 8 pages
SM120V LED27S/840 PSD W60L60 Installation Manual   Philips SM120V LED37S/840 PSU W20L120, 2 pages
AEA1000/37 User Manual   Philips AEA1000/37 User manual, 16 pages
30852/31/16 Specifications       Philips myKidsRoom Ceiling light 30110/55/16, 32 pages
InStyle User Manual   Philips InStyle Ceiling light 37481/30/16, 8 pages
690573116 User Manual       Philips InStyle Ceiling light 69057/31/16, 25 pages
InStyle User Manual   Philips InStyle Ceiling light 40740/17/16, 8 pages