Simulink Examples Ex1: Simulate the following equation Blocks needed:

Slides:



Advertisements
Similar presentations
1 1 Mechanical Design and Production Dept, Faculty of Engineering, Zagazig University, Egypt. Mechanical Design and Production Dept, Faculty of Engineering,
Advertisements

Practice Problems: The Composition of Functions Work problems on your own first. Then check with answers in the following slides. If the answers don’t.
For System Dynamics & Control
Simulink Overview: open simulink to open simulink Library Browser.
Getting started with Simulink An introductory tutorial ES205 Analysis and Design of Engineering Systems Rose-Hulman Institute of Technology © R. Layton.
Slide 1Fig. 22.1, p.669. Slide 2Fig. 22.3, p.670.
Slide 1Fig. 17.1, p.513. Slide 2Table 17.1, p.514.
1 A Tool for System Simulation: SIMULINK Can be used for simulation of various systems: – Linear, nonlinear; Input signals can be arbitrarily generated:
SIMULINK Dr. Samir Al-Amer. SIMULINK SIMULINK is a power simulation program that comes with MATLAB Used to simulate wide range of dynamical systems To.
HossamTalaat - MATLAB Course - KSU - 21/1/24 1 IEEE Student Branch - College of Engineering - KSU Getting started with Simulink By Prof. Hossam Talaat.
Simulink ® From Simulink® 7 Getting Started Guide.
EPSII 59:006 Spring Topics Using TextPad If Statements Relational Operators Nested If Statements Else and Elseif Clauses Logical Functions For Loops.
LAB 1 MATLAB, dSPACE and Simulink
Control Theory Lab 4 Modeling of Physical-SİMULİNK.
ECEN/MAE 3723 – Systems I MATLAB Lecture 2. Lecture Overview What is Simulink? How to use Simulink  Getting Start with Simulink  Building a model Example.
MATLAB for Engineers 4E, by Holly Moore. © 2014 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected by Copyright.
Regensburg, 24. – Introduction to Simulink Pavel Karban University of West Bohemia, Faculty of Electrical Engineering, Department of Theory.
Introduction to Matlab Module #9 Page 1 Introduction to Matlab Module #9 – Simulink Topics 1.Simulink Textbook Reading Assignments Practice Problems.
3.7 Absolute value DAY 2. Solve for x----no notes on this slide (just watch). |x| = 5 |x + 2| = 5 x = 5 or x = -5 x + 2 = 5 or x + 2 = -5 x =
Find the slope of the line through P(-6,2) and Q(-5,3) m.
EGR 115 Introduction to Computing for Engineers Introduction to MATLAB Friday 29 August 2014 EGR 115 Introduction to Computing for Engineers.
SIMULINK-Tutorial 1 Class ECES-304 Presented by : Shubham Bhat.
Department of Mechanical Engineering, LSUSession VII MATLAB Tutorials Session VII Introduction to SIMULINK Rajeev Madazhy
DC Motor Speed Modeling in Simulink
Prerequisite Skills VOCABULARY CHECK Copy and complete the statement. 2. A(n) uses division to compare two quantities. ? ? The set of inputs of a function.
EE3417 – Introduction to Simulink
Modeling of Power Converters using Matlab and Simulink
Simulink Simulink is a graphical extension to MATLAB for modeling and simulation of systems. In Simulink, systems are drawn on screen as block diagrams.
INTRODUCTION TO SIMULINK by Yasmin Hanum Md Thayoob & Aidil Azwin Zainul Abidin.
Getting started with MATLAB/Simulink
Solve Equations with Rational Coefficients. 1.2x = 36 Check your answer = x Check 1.2x = (30) = 36 ? 36 = 36 ? 120 = -0.24y
Simulink by Dr. Amin Danial Asham. References  MATLAB Help  Telemark University College - Department of Electrical Engineering, Information Technology.
Simulink  ? 1 Simulink  ( Simu lation and Link ) is an extension of Matlab Offers modeling, simulation, and analysis of dynamical systems; i.e., a system.
MATLAB and SimulinkLecture 21 To days Outline Introduction to Simulink Block diagrams Building models Exercises on today’s topics.
Introduction to Programming on MATLAB Ecological Modeling Course Sep 11th, 2006.
EXAMPLE 1 Solve a system graphically Graph the linear system and estimate the solution. Then check the solution algebraically. 4x + y = 8 2x – 3y = 18.
EOC Practice #17 SPI EOC Practice #17 Determine the equation of a line and/or graph a linear equation.
HossamTalaat - MATLAB Course - KSU - 17/08/14231 IEEE Student Branch - College of Engineering - KSU Getting started with Simulink (part 2) By Prof. Hossam.
Getting started with Simulink
Getting started with Simulink An introductory tutorial.
M ATLAB T UTORIAL Simulink & Control System Design ToolBox and GUIs 1.
 Types of communication systems ◦ Coaxial (Wired) ◦ Microwave (Wireless) ◦ Satellite (Wireless) ◦ Cable (Wired) ◦ Cellular (Wireless)
Chapter 8 State Feedback and State Estimators State Estimator In previous section, we have discussed the state feedback, based on the assumption that all.
- Graphical extension to MATLAB for modeling and simulation of systems
WORKSHOP 7 PID TUNING.
3.3 – Solving Systems of Inequalities by Graphing
SIMULINK LOGIKA DAN PEMROGRAMAN KOMPUTER Wayan Nata Septiadi, ST
Damped Forced Vibrations Analysis Using CAMP-G® and Simulink® Modeled Solutions to Problem (
Lesson: Extension Cubic Functions and Equations
ECEN/MAE 3723 – Systems I MATLAB Lecture 2.
Homework 5 A linear time-invariant system is given as below:
Simulink Basics Reijo Vuohelainen
Solve a system of linear equation in two variables
سیمولینک کنترل خطی در متلب
MATLAB – What Is It ? Name is from matrix laboratory Powerful tool for
MATLAB/SIMULINK Professor Walter W. Olson
MATLAB – What Is It ? Name is from matrix laboratory Powerful tool for
Fundamental Operation
Homework 5 A linear time-invariant system is given as below:
Getting Started With Simulink
Lab 3 Part II Instructions
Project 1: Brake System Modelling & Control
Y The graph of a rule connecting x and y is shown. From the graph, when x is -1, what is y? Give me a value of x that makes y positive, negative, equal.
Chapter 8 State Feedback and State Estimators State Estimator In previous section, we have discussed the state feedback, based on the assumption that all.
Graphing Systems of Equations Day 2
Tables and Relations Review
Warm-Up Solve the system by graphing..
75 previous answer What is of 37.5? ? go to.
Introduction To MATLAB
75 previous answer What is of 60? ? go to.
Presentation transcript:

Simulink Examples Ex1: Simulate the following equation Blocks needed:

Connect these blocks as shown in previous slide fig1 Set the  frequency=5 rad/sec ; phase=pi/2 ; A=2. Observe the output on the scope Check if your answer is correct directly from Matlab command window by applying the code: >> t=(0:.01:10);A=2;phi=pi/2;omega=5; >> xt=A*cos(omega*t+phi); >> plot(t,xt);grid Compare the 2 graphs and show them to the teacher

Ex2: Simulate the following diffrential equation Mx’’+Cx’+Kx=f(t) X’’=(f(t) - Cx’ - Kx)/M m = 2.0; c=0.7; k=1 Blocks you will need

>>plot(time,simout);grid (ıf you are using matlab command window)

Ex3: Using the same system presented in Example 2, we will simulate the response using transfer function approach. Step (from Sources), Transfer Function (from Continous),Scope (from Sinks), and Save File to Workspace (from Sinks). Connect the block as shown in the fig3 You should observe the same output as in Ex2