フィルターのクリア

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 Center および File ExchangeLeast Squares についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by