Azzera filtri
Azzera filtri

Creating Dataset of varying length Signals

4 visualizzazioni (ultimi 30 giorni)
Denis Muhra
Denis Muhra il 19 Mar 2021
Risposto: Raghava S N il 28 Feb 2024
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

Risposte (1)

Raghava S N
Raghava S N il 28 Feb 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

Categorie

Scopri di più su Predictive Maintenance Toolbox in Help Center e File Exchange

Prodotti


Release

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by