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!


