Calculate area under peak

9 次查看(过去 30 天)
I am trying to find the area under the curve as shown in the image. I found the peaks of the signal and plotted the line on the signal. I am looking to calculate the area shaded in green for the entire signal. I have no idea how to do this. Any ideas are welcomed. Thank you
  1 个评论
Dyuman Joshi
Dyuman Joshi 2023-2-22
For the 3rd area from left, why is the area not a triangle and a quadrilateral?
Because the 4th point is higher than 3rd point?

请先登录,再进行评论。

采纳的回答

Timo Dietz
Timo Dietz 2023-2-22
Not sure whether I got your issue.
What about resampling (resample command) the red and blue trace to the same x step size.
Then, you only have to subtract the area under the red from the area under the blue trace, respectively, just subtract all indiviudal data points and sum up the differences. To achieve the area you certainly have to finally multiply by the x step size.
  1 个评论
Timo Dietz
Timo Dietz 2023-2-22
Note, that the accuracy of the area calculation is certainly limited to the chosen x step size (discrete values).

请先登录,再进行评论。

更多回答(1 个)

KSSV
KSSV 2023-2-22
Read about the functions polyarea, trapz. Provde the (x,y) data of the curve for which you want to calculate the area.

标签

Community Treasure Hunt

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

Start Hunting!

Translated by