V-Tiger

バージョン 1.0.6 (8.02 KB) 作成者: Manabu Kosaka
V-Tiger designs controller to optimize time-response of the feedback sysytem using one-shot experiment data.
ダウンロード: 289
更新 2021/8/13
# V-Tiger
V-Tiger[1], [2] is similar to 'Simulink Design Optimization'[3] that can automatically tune the controller gain to optimize settling time, overshoot, and stability margins. `Simulink Design Optimization` has a problem that requires an accurate model of the plant, but V-Tiger has no such problem. V-Tiger does not require the model but requires only step responses of the plant in an open- or closed-loop.
### Examples
vtigerPID.m is a m-file to design PID controller using just only plant input/output step responses, and used in vtiger_demo.m. Please type:
>> vtiger_demo
, and PID controller `K = kp + ki/s + kd*s` is designed for the following plant G(s):
>> 5/(0.01*s^2 + 0.2*s + 10) * exp(-0.1*s)
using step responses data y00 instead of the plant model G(s). The overshoot and settling time is better than conventional Ziegler-Nichols rule method. See following link:
### Overview
Since Artificial Intelligence (AI) has won over human pros such as Chess, Shogi and Go, expectations for AI have been increasing dramatically. One of the reasons why AI has developed so much is the tremendous increase in the processing speed of computers, which makes it possible to virtually repeat simulated competitions such as Othello, Shogi, Go and so on in the computer very fast. Finally, AI has gained strength over human pros. Also in control engineering, if gain tuning experiments of controllers can be virtually performed in a computer, it can be expected to dramatically improve control performance with an AI-like approach. `V-Tiger` is the abbreviation for "Virtual Time-response based Iterative Gain Evaluation and Redesign" which iterates: 1) to calculate virtual time responses of the closed-loop system when a certain controller is inserted based on one-shot experimental data, 2) to measure the overshoot and settling time from the virtual time responses, and 3) to evaluate and redesign the controller gain considering the stability margin.
### Keywords
Data-driven control, Time response, Gain tuning.
### References

引用

Manabu Kosaka (2024). V-Tiger (https://github.com/kosaka3/vtiger_matlab), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2020a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!

GitHub の既定のブランチを使用するバージョンはダウンロードできません

バージョン 公開済み リリース ノート
1.0.6

Trivial changes of Description.

1.0.5

Trivial changes of Description.

1.0.4

Trivial changes of Description.

1.0.3

Trivial changes of Description.

1.0.2

Trivial changes of Description.

1.0.1

Trivial changes of Description.

1.0.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。