Turning x amount of data points in to 100 to get a percentage

24 vues (au cours des 30 derniers jours)
WellsJ
WellsJ le 5 Sep 2017
Commenté : Iain Hunter le 15 Oct 2021
Hi,
I have a row vector containing 120 data points. How would I convert that data in to 100. I am working on gait cycles and would like to analyse the knee angles at a certain percentage of the cycle. This is what I was attempting to use but that just seems to ignore any data points past the 100th value.
y = linspace(1,100,100); Gait_Cycle_Percent =interp1(x,y) where x is the raw 120x1 data.
Thank you

Réponse acceptée

José-Luis
José-Luis le 5 Sep 2017
If you have the signal processing toolbox:
  2 commentaires
Carolyn
Carolyn le 27 Sep 2019
Yes i would love to see what parameters you ended up using for this.
Iain Hunter
Iain Hunter le 15 Oct 2021
newdata = resample(originaldata,100,length(originaldata));

Connectez-vous pour commenter.

Plus de réponses (1)

husnir nasyuha
husnir nasyuha le 4 Mar 2019
hi, may i know which resample function that you used, and how to normalize the data into 100 percent of gait

Catégories

En savoir plus sur Data Types dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by