contents.m
来自「this file update PID parameters」· M 代码 · 共 29 行
M
29 行
% AutotunerPID Toolkit
% Version 1.0 (27-Feb-2004)
%
% General purpose functions
% bodePIDcompare - Comparison of Bode diagrams with different
% autotuning methods.
% butterdesign - Butterworth analog lowpass filter design.
% idareas - Identification of a FOPDT model using the method
% of the areas.
% pid_structure - Structure selection for a PID regulator.
% pid_tuning - Tuning of the parameters of PID.
% stepPIDcompare - Comparison of step responses with different
% autotuning methods.
%
% S-functions
% autogui - PID control panel.
% envgui - Environment control panel.
% pid_autotuner - Supervisor of a PID autotuner.
% pid_isatd - Discrete time ISA-PID.
%
% Simulink models
% autotunerPID.mdl - Simulink model of the control system
% steppidsupport.mdl - Simulink model supporting stepPIDcompare
%
% Author: William Spinelli (wspinell@elet.polimi.it)
% Copyright 2004 W.Spinelli
% $Revision: 1.0 $ $Date: 2004/02/27 12:00:00 $
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?