Creating Dataset of varying length Signals

2 vues (au cours des 30 derniers jours)
Denis Muhra
Denis Muhra le 19 Mar 2021
Hi,
i want to classifiy time series of varying length to classify drivers of a bike by the Torque. I was planning on dividing the signal in lengths of lets say 5 rotations, so the length of the time series sequence would vary by the velocity of rotation. Is it possible to fit these Sequences of varying length into one Matrix to compute the Signal Features of them, because the number of Features would stay the same over the number of Signals? Or do you have any other recommendations regarding the structure of the Dataset?
Thanks in Advance

Réponses (1)

Raghava S N
Raghava S N le 28 Fév 2024
Hi Denis,
The topic of classifying time series data of varying lengths was touched upon in another MATLAB Answer. It is suggested in the accepted answer to use linear interpolation on the different series to transform them into series with same lengths. To accomplish this, the “interp1” function can be used - https://www.mathworks.com/help/matlab/ref/interp1.html.
You can find the link to the accepted answer discussing the similar issue here - https://www.mathworks.com/matlabcentral/answers/642640-variable-length-time-series.
Thanks
Raghava

Catégories

En savoir plus sur Predictive Maintenance Toolbox dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by