How to display and save rise time, maximum overshoot and settling time

11 ビュー (過去 30 日間)
Arjun
Arjun 2014 年 5 月 25 日
回答済み: Greg Dionne 2016 年 6 月 29 日
I doing large iteration to choose the best gains for different flight conditions, how may I calculate the rise time, maximum overshoot and settling time for every iterations and save it in a file so that I can use that file to train my ANN
Tq

採用された回答

Image Analyst
Image Analyst 2014 年 5 月 26 日
You can use findpeaks() in the Signal Processing Toolbox. Or I think you might be able to but I'm guessing since you're not showing us your data. A screenshot of your data, or an m-file, would get you better answers.

その他の回答 (1 件)

Greg Dionne
Greg Dionne 2016 年 6 月 29 日
The Signal Processing Toolbox contains the following functions:
risetime
falltime
overshoot
undershoot
settlingtime
statelevels

カテゴリ

Help Center および File ExchangePulse and Transition Metrics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by