Optimization of transfer function
9 ビュー (過去 30 日間)
古いコメントを表示
This is my transfer function
y = (2*C_p*s + G_p*R_w + C_p*R_w*s)/(2*C_p*s) - ((R_w/2 + (L*(2*C_p*s + G_p*R_w + C_p*R_w*s))/(2*C_p*(C*L*s^2 + G*L*s + 1)))*(G1_p + C1_p*s))/(C1_p*s)
I need to optimise this function with the data.
I have Data in Freq vs magnitude and freq vs phase
it would be helpful if some one can help me on how it can be done
2 件のコメント
回答 (1 件)
Sulaymon Eshkabilov
2022 年 2 月 21 日
Hi,
There are two realtively easy ways to obtain those parameters' estimate values.
(1) Using system identification toolbox fcns: upload your data to the toolbox and specificy your TF order
(2) The inverse frequency response: using invfreqs().
参考
カテゴリ
Help Center および File Exchange で Simulink Design Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!