Download presentation
Presentation is loading. Please wait.
1
Simulink A Simple Intro
2
Feedback-Block realization
Square-Wave Feedback-Block realization
6
Plots
7
Laplace form of Transfer Function
8
Rectified Sine
9
Outputing Data to MATLAB
10
Step Source Plots
11
MATLAB Workspace » time time = time: [] signals: [1x1 struct]
blockName: 'step/To Workspace' » output output = blockName: 'step/To Workspace1'
12
Higher Order Transfer Function
13
MATLAB CONSOLE » num = [10 5 1 0]; » den = [100 1 20 4 1 1];
» H = TF(num, den) Transfer function: 10 s^3 + 5 s^2 + s 100 s^5 + s^ s^3 + 4 s^2 + s + 1 » bode(H) » nyquist(H)
14
Bode
15
Nyquist
16
Output Data to MATLAB
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.