I need to find Y values between two given points.
Mostra commenti meno recenti
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 Commenti
Roger Stafford
il 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
il 11 Nov 2017
the cyclist
il 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
il 11 Nov 2017
Modificato: Inteeskimo
il 11 Nov 2017
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Time Series Collections in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!