how to get transfer function (bode plot) of this time response?
古いコメントを表示
I have a time response of a pressure step (not unit), but I find it difficult for me to get a transfer function(bode plot). I was thinking FFT or bode but I think I was not in the right track....Any help?
回答 (1 件)
Star Strider
2016 年 5 月 29 日
0 投票
To approximate a linear system to it, use tfest first, then bode to see how accurately you have approximated the frequency characteristics of your signal.
5 件のコメント
Zhe Liu
2016 年 5 月 29 日
Star Strider
2016 年 5 月 29 日
To use the iddata function, give it your raw data — not Fourier-transformed data — and the sampling time (scalar value) between successive samples. The data must be sampled uniformly.
Please check the documentation for iddata for details.
Identify your system first, then compare both the time-domain and frequency-domain representations of it with the respective representations of your data.
Zhe Liu
2016 年 5 月 30 日
Zhe Liu
2016 年 5 月 30 日
Star Strider
2016 年 5 月 30 日
As with all ‘real-world’ problems, you have to experiment to get the result you want.
That the initial value of the response is negative likely indicates a response lag (phase lag), typical of inductive (electrical) or mass-displacement (mechanical) systems. That will be accounted for in your model.
カテゴリ
ヘルプ センター および File Exchange で Analyze Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!