Simulink is a software package for MATLAB that allows users to model and simulate dynamic systems. It supports modeling systems that are linear or nonlinear, continuous or discrete time, or a combination. Users can easily build models from scratch or modify existing ones. Simulink is practical for engineering use, with thousands using it to solve real problems. Common blocks include grounds, constants, scopes, and basic math operations. It can be used to solve differential equations and implement digital circuits.
Download as PPT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
30 views
Ntroduction TO Imulink
Simulink is a software package for MATLAB that allows users to model and simulate dynamic systems. It supports modeling systems that are linear or nonlinear, continuous or discrete time, or a combination. Users can easily build models from scratch or modify existing ones. Simulink is practical for engineering use, with thousands using it to solve real problems. Common blocks include grounds, constants, scopes, and basic math operations. It can be used to solve differential equations and implement digital circuits.
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 15
INTRODUCTION TO SIMULINK
Shashi Bhushan Kotwal Asstt. Professor School of Electronics & Communication Shri Mata Vaishno Devi University
A simulation package for MATLAB
Simulink is a software package for modeling, simulating, and analyzing dynamic systems. It supports linear and nonlinear systems, modeled in continuous time, sampled time, or a hybrid of the two. One can easily build models from scratch, or take an existing model and add to it. Simulink is also practical. With thousands of engineers around the world using it to model and solve real problems.
STEPS Start
Simulink in MATLAB a sample model
Create
Run
Demos
SOME COMMONLY USED BLOCKS
Ground Terminator Constant Scope
GROUND, CONSTANT, SUM
MULTIPLY, DIVIDE, TERMINATE
THE RELATIONAL OPERATOR BLOCK
A=[2 3 5; 1 0 1; 2 1 0]; B=[2 1 2; 3 0 1; 5 1 0];
SOLUTION OF A DIFFERENTIAL EQUATIONS
d 2 y (t ) dy(t ) 4 3 y (t ) x dt dt
dy(t ) 0, for ..... t oand dt y(t ) 0.5, for ..... t o
DIGITAL CIRCUIT IMPLEMENTATION
Example 2: Implement the XOR function using NAND NAND logic