Sim ulink
DESCRIPTION
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]
1 / 16
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
Simulink A Simple Intro
Square-Wave Feedback-Block realization
MATLAB Workspace » time time = time: [] signals: [1x1 struct] blockName: 'step/To Workspace' » output output = time: [] signals: [1x1 struct] blockName: 'step/To Workspace1'
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)
More Related