Sum of sines optimized starting points

1 次查看(过去 30 天)
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