How to measure the steady state amplitude of a control system output
9 ビュー (過去 30 日間)
古いコメントを表示
Dear Matlab Answers,
Hello. I have included below an image concerning my problem
Here I have a sinusoidal weaveform that has an initial transient then settles to a steady state amplitude. It looks odd ebcause the plot is so dense, but the data is all sinsoidal with a transient offset. The data is represented as an array of time points and an array of ampltiude points. (tout and Y). How can I write an algorithm to detect when the transient is complete and return the final steady state amplitude? Technically, this is not only a MATLAB question, but a solution written in MATLAB code is preffered.
5 件のコメント
Pat Gipper
2021 年 3 月 8 日
The frequency of the injected signal is under control of the app. If that is not the case then you would need to use some form of a spectrum analyzer.
採用された回答
Michael Sohnen
2021 年 3 月 9 日
4 件のコメント
Paul
2021 年 3 月 9 日
If your system is "far from LTI" then there is no guarantee, in general, that the steady state output is a single sinusoid. So you have to have some idea about what's going on inside the system and what the output should be.
Good luck. Go Panthers!
その他の回答 (1 件)
Pat Gipper
2021 年 3 月 8 日
Try using this app. It injects a sine wave and measures the gain and phase after a number of cycles that you specify.
https://www.mathworks.com/matlabcentral/fileexchange/85448-frequency-response-analyzer
参考
カテゴリ
Help Center および File Exchange で Time and Frequency Domain Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!