How to make Nyquist Plot using data stored in matrices?
5 ビュー (過去 30 日間)
古いコメントを表示
I have to make a Nyquist Plot from frequency response data. I have the real and imaginary parts of receptance stored in separate matrices and I have frequencies stored in an another matrix. How do I plot the pairs of real and imaginary parts of receptance against frequencies in MATLAB?
0 件のコメント
採用された回答
Prateek Rai
2020 年 6 月 19 日
編集済み: Siddharth Jawahar
2020 年 10 月 27 日
As per my understanding, you are trying to make a nyquist plot from frequency response data.
You can determine a transfer function from your frequnecy response data using the “tfest” function from the System Identification Toolbox and then use the “nyquistplot” function in MATLAB to create Nyquist plot.
You can refer the following MATLAB documentation links on “nyquistplot” and “tfest” respectively for more details.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Transfer Function Models についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!