Curve Fitting for a Rational Polynomial Model.

2 ビュー (過去 30 日間)
Mohammad
Mohammad 2023 年 12 月 19 日
コメント済み: Sam Chak 2024 年 3 月 22 日
Dear all,
I want to find the best rational Polynomial model that can fit the data shown.
any help would be appreciated.
Data are in dB.
  5 件のコメント
Mohammad
Mohammad 2024 年 3 月 22 日
I have uploaded them in the question. thanks
Sam Chak
Sam Chak 2024 年 3 月 22 日
Hey @Mohammad, Is it common practice to describe the frequency response curve of a typical Linear Time-Invariant (LTI) system using elementary functions, as a way to identify the system?
sys = ss([0 1; -400 -2], [0; 1], [1 0], 0);
G = tf(sys) + tf(1, [1/0.01 1]);
bode(G, {1e-1, 1e2}), grid on

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeInterpolation についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by