Presentation is loading. Please wait.

Presentation is loading. Please wait.

Simulink A Simple Intro. Square-Wave Feedback-Block realization.

Similar presentations


Presentation on theme: "Simulink A Simple Intro. Square-Wave Feedback-Block realization."— Presentation transcript:

1 Simulink A Simple Intro

2 Square-Wave Feedback-Block realization

3

4

5

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 = time: [] signals: [1x1 struct] 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^4 + 20 s^3 + 4 s^2 + s + 1 » bode(H) » nyquist(H)

14 Bode

15 Nyquist

16 Output Data to MATLAB


Download ppt "Simulink A Simple Intro. Square-Wave Feedback-Block realization."

Similar presentations


Ads by Google