1 / 16

Sim ulink

Sim ulink. A Sim ple Intro. Square-Wave. Feedback-Block realization. Plots. Laplace form of Transfer Function. Rectified Sine. Outputing Data to MATLAB. Step Source Plots. MATLAB Workspace. » time time = time: [] signals: [1x1 struct]

ozzie
Télécharger la présentation

Sim ulink

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Simulink A Simple Intro

  2. Square-Wave Feedback-Block realization

  3. Plots

  4. Laplace form of Transfer Function

  5. Rectified Sine

  6. Outputing Data to MATLAB

  7. Step Source Plots

  8. MATLAB Workspace » time time = time: [] signals: [1x1 struct] blockName: 'step/To Workspace' » output output = time: [] signals: [1x1 struct] blockName: 'step/To Workspace1'

  9. Higher Order Transfer Function

  10. 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)

  11. Bode

  12. Nyquist

  13. Output Data to MATLAB

More Related