Optimization of transfer function

조회 수: 8 (최근 30일)
ravi teja
ravi teja 2022년 2월 21일
댓글: ravi teja 2022년 2월 21일
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
Walter Roberson
Walter Roberson 2022년 2월 21일
What do you mean by "optimize" for this purpose?
ravi teja
ravi teja 2022년 2월 21일
I need to find R_w L C G C_p G_p C1_p G1_p these parameter values using least square or genetic optimization method

댓글을 달려면 로그인하십시오.

답변 (1개)

Sulaymon Eshkabilov
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().
  댓글 수: 1
ravi teja
ravi teja 2022년 2월 21일
Thank you for your answer.
But i am trying to do it as a matlab code not using solvers.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Simulink Design Optimization에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by