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

3 Ansichten (letzte 30 Tage)
dormant
dormant am 23 Jul. 2020
Beantwortet: Walter Roberson am 27 Jul. 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?

Antworten (1)

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

Kategorien

Mehr zu Time Series Events finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by