fft question about data length and spline data
Ältere Kommentare anzeigen
I want use fft analizy my water level data.
because my data have lost ,so i use spline fill up my data.
but when i use data length exceed 8760 hr (365) day my spline line result not would be normal.
the attached file are the spline results of the test data length of one year and two years.
Antworten (1)
Star Strider
am 25 Apr. 2022
0 Stimmen
2 Kommentare
peter huang
am 26 Apr. 2022
Star Strider
am 26 Apr. 2022
I would not use the 'spline' nethod with fillmissing where there is a large gap. I would instead use 'linear' or some other choice that provides a reasonable approximation of the missing data. Another option is the Signal Processing Toolbox resample function.
Kategorien
Mehr zu Splines 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!