Simulation of a PID controlled system for a reference step input.
現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
step_pid
Simulation of a PID controlled system for a reference step input. Input arguments are process dynamics and PID parameters. Output parameters are step response data and state trajectories.
This function is an extension of the conventional step function designed to simulate closed loop systems. Process dynamics defined using function handle, state space model and transfer function are accepted. The controlled variable must be the first state.
Syntax
[y,x] = step_pid(sys,t,Kp,Ki,Kd,N,R)
[y,x] = step_pid(sys,t,Kp,Ki,Kd,N,R,S)
Input Arguments:
sys - Function handle, state space of transfer function.
t - time vector
Kp, Ki, Kd - Controller gains
N - Derivative filter coefficient
R - Step amplitude
S - Number of state variables (Only for sys=function handle)
Output Arguments:
y - Step response data
x - State trajectories
引用
André de Souza Mendes (2026). step_pid (https://github.com/andresmendes/step_pid/releases/tag/1.0.3), GitHub. に取得済み.
一般的な情報
- バージョン 1.0.3 (2.7 KB)
-
GitHub でライセンスを表示
MATLAB リリースの互換性
- すべてのリリースと互換性あり
プラットフォームの互換性
- Windows
- macOS
- Linux
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.3 | See release notes for this release on GitHub: https://github.com/andresmendes/step_pid/releases/tag/1.0.3 |
||
| 1.0.2 | See release notes for this release on GitHub: https://github.com/andresmendes/step_pid/releases/tag/1.0.2 |
||
| 1.0.1 | See release notes for this release on GitHub: https://github.com/andresmendes/step_pid/releases/tag/1.0.1 |
||
| 1.0.0 |


