Control System Analysis GUI

版本 1.1 (10.3 KB) 作者: Jitendra Mishra
Easy way to get Time and Frequency Response of any open loop or closed loop system.
709.0 次下载
更新时间 2015/3/21

查看许可证

%% CONTROL SYSTEM ANALYSIS GUI
%
% GUI plot different Frequency and Time Response of Open Loop or Closed
% loop System.
%
% You have two to analysis System Response
% (1) by using ZerosPoles Option or
% (2) by using Forward Loop Transfer Function
%
%
% (1) ZerosPoles Option
% Enter the Gain of system, and Poles and Zeros of it, then select response
% from the frequency time response panel and click on show button.
%
%
% 10*(s + 5)
% example :- for G(s) = ------------------
% s^2 + 4*s + 6
%
% Gain(k) = 10
% Zeros = [-5]
% Poles = [-2+1.414i -2-1.414i]
%
%
% 10
% for such system G(s) = ------------------
% s^2 + 4*s + 6
%
% Gain(k) = 10
% Zeros = []
% Poles = [-2+1.414i -2-1.414i]
%
%
% (2) by using Forward Loop Transfer Function
% Enter Gain, Numberator and Denominator function in edit box
%
%
% 10*(s + 5)
% example :- for G(s) = ------------------
% s^2 + 4*s + 6
%
% Gain(K) = 10
% Numberator = [1 5]
% Denominator = [1 4 6]
%
% Select the plot from Frequency and time Response Panel
% Then click Draw
%
%
% grid on by default
%
%
% Create by :- Jitendra Mishra
% Email :- jitendra29mishra@gmail.com
% Date :- 21 Mar 2015

引用格式

Jitendra Mishra (2024). Control System Analysis GUI (https://www.mathworks.com/matlabcentral/fileexchange/50137-control-system-analysis-gui), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1

New Input method is add in GUI, Zeros & Poles, Simply Enter Zeros and Pole Location Of System And Get There Response.

1.0.0.0