How do I find the Step Response of a system to a an input that is not a Unit Step?

6 ビュー (過去 30 日間)
I am aware of the STEP function in the Control Systems Toolbox. However, the STEP function works only for unit step inputs. I would like to know if there is any other function that will work for inputs other than unit step inputs.

採用された回答

MathWorks Support Team
MathWorks Support Team 2009 年 6 月 27 日
To find the step reponse of a system to an input that is not a unit step, you can use the LSIM function that ships with the Controls Toolbox. LSIM can be used to simulate reponses to any arbritary input.
For more information about this function, type either of the following at the MATLAB prompt:
doc lsim
or
help lsim

その他の回答 (0 件)

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by