I need to find Y values between two given points.
이전 댓글 표시
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
Roger Stafford
2017년 11월 11일
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
2017년 11월 11일
the cyclist
2017년 11월 11일
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
2017년 11월 11일
편집: Inteeskimo
2017년 11월 11일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Time Series Collections에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!