V-Tiger

V-Tiger designs controller to optimize time-response of the feedback sysytem using one-shot experiment data.
289 Downloads
Updated 13 Aug 2021
# 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

Cite As

Manabu Kosaka (2024). V-Tiger (https://github.com/kosaka3/vtiger_matlab), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2020a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
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

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.