Curve Fitting for a Rational Polynomial Model.

3 次查看(过去 30 天)
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 个评论
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 CenterFile Exchange 中查找有关 Interpolation 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by