필터 지우기
필터 지우기

I am trying to curve fit a complex function.

조회 수: 1 (최근 30일)
Supreeth D K
Supreeth D K 2022년 10월 31일
댓글: Supreeth D K 2022년 10월 31일
I am have been trying to curve fit a complex function. I dnt know whether code I have used is proper or not.
I have attached the codes below.
  댓글 수: 2
Alex Sha
Alex Sha 2022년 10월 31일
If your full function is like:
F=(K1/(1+(w/sigma)^2))*0.001+((1j*c1*sigma)/(1+(sigma/w)^2))*0.001;
where F is complex data type
and also the parameters of K1 and c1 are all complex type, then the result will be:
Sum Squared Error (SSE): 330.333035512392
Root of Mean Square Error (RMSE): 3.70996987584576
Correlation Coef. (R): 0.9939271671453
R-Square: 0.987891213589481
Parameter Best Estimate
--------- -------------
k1.realpart 36022.5432052983
k1.imagpart 173011.277144565
c1.realpart 3.85052366252263
c1.imagpart -31.9279234134069
Supreeth D K
Supreeth D K 2022년 10월 31일
How did you solve this?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Least Squares에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by