How can I correct for gaps in an supposedly evenly spaced array

2 vues (au cours des 30 derniers jours)
dormant
dormant le 23 Juil 2020
I have two one-dimensional arrays, data and datim, the latter containing date values. These are large arrays containing a days worth of data sampled at 100 or 200 samples per second.
The date values are meant to be evenly spaced and sequential, but sometimes there are gaps. The gaps can be anywhere, including at the beginning or end of the day.
(I know that this is a very, very bad way to store time-series data, but I didn't write the function that reads the source data file).
I need to recreate the two arrays, without any gaps.
All the ways I can think of doing this involve loops and take a long time to execute.
Is there a better way?

Réponses (1)

Walter Roberson
Walter Roberson le 27 Juil 2020
Convert to timetable() and retime() and convert back to time series.

Catégories

En savoir plus sur Time Series Events dans Help Center et File Exchange

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by