필터 지우기
필터 지우기

Sum of sines optimized starting points

조회 수: 1 (최근 30일)
Andrew
Andrew 2023년 11월 22일
편집: Torsten 2023년 11월 23일
Dear community,
Matlab uses optimized starting points to fit a sum of sines model to data in the Curve Fitting Toolbox.
Does somebody know the algorithm MATLAB uses to determine the starting points? I have a slightly different sines model, but the optimized starting points are not available for custom equations.
Best regards,

채택된 답변

Torsten
Torsten 2023년 11월 23일
편집: Torsten 2023년 11월 23일
If your problem is linear in the fitting parameters (which is usually the case for a sum of sines), you don't need initial values for the parameters. You can directly determine the parameters in one step by solving an overdetermined linear system of equations.

추가 답변 (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