Curve Fitting for a Rational Polynomial Model.

조회 수: 4 (최근 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 CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by