How to use harmonic fitting method
古いコメントを表示
Hi,
Please, how can I use Harmonic fiting for the attached data to get a smooth fit.
5 件のコメント
Torsten
2023 年 9 月 20 日
Where are the values of the variable you want to plot the data against (time or whatever) ?
TTA
2023 年 9 月 20 日
@TTA, Like this?
y = load('darta1.txt');
x = linspace(10, 60, numel(y));
plot(x, y, 'linewidth', 1.5), grid on
xlabel('x'), ylabel('y')
TTA
2023 年 9 月 20 日
Torsten
2023 年 9 月 20 日
Tell us precisely what you define as your approximating "harmonic".
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Get Started with Curve Fitting Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


