How to use harmonic fitting method
Ältere Kommentare anzeigen
Hi,
Please, how can I use Harmonic fiting for the attached data to get a smooth fit.
5 Kommentare
Torsten
am 20 Sep. 2023
Where are the values of the variable you want to plot the data against (time or whatever) ?
TTA
am 20 Sep. 2023
@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
am 20 Sep. 2023
Torsten
am 20 Sep. 2023
Tell us precisely what you define as your approximating "harmonic".
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Get Started with Curve Fitting Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


