I need to find Y values between two given points.
Afficher commentaires plus anciens
I have sets of x coordinates as follows (1527 2127, 2629 3229,...etc)
I need to find the Y values between each set then take all of those values and divide it by the number of sets.
This is an ECG signal and basically, I want to make a new plot which is an average of each cycle.
4 commentaires
Roger Stafford
le 11 Nov 2017
You need to define more precisely what you mean by the phrase "the Y values between each set". If your ECG signal is continuous, there will presumably be an infinite continuum of Y values lying between any two distinct Y values, assumed by the signal.
Inteeskimo
le 11 Nov 2017
the cyclist
le 11 Nov 2017
Is x stored in a 10,000 x 2 array? Are the intervals defined by each row of x guaranteed to be disjoint from each other, with no overlap?
Inteeskimo
le 11 Nov 2017
Modifié(e) : Inteeskimo
le 11 Nov 2017
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Time Series Collections dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!