Skip to main content
1-Visitor
June 18, 2021
Solved

Area Under Curve-Integration

  • June 18, 2021
  • 2 replies
  • 3569 views

In the attached plot i have power dissipation on y -axis and  time  on x-axis. My objective to integrate the waveform(on y axis- Area under curve) and then divide by time(x-axis: Time taken for covered area ) to get the average power dissipation. I am trying get an integral plot similar to the one  we get in the math waveform (integral function) in oscilloscope. I am attaching a video link regarding the same

https://youtu.be/Dh0xYu8YvaE

 

 

I am also enclosing the .csv file

Best answer by LucMeekes

In other words:

You can only 'integrate' (use the integration operator) when you have a description of the function that you want to integrate. You do not have a function, but a set of data points. The best you can do is sum the numbers over your range of interest, and divide by the time difference over that range.

 

See if the attached helps.

 

Success!
Luc

2 replies

21-Topaz II
June 19, 2021

Hi, answer to Jacob_S.jpg

Jacob_S1-VisitorAuthor
1-Visitor
June 21, 2021

Thank you

LucMeekes23-Emerald IVAnswer
23-Emerald IV
June 19, 2021

In other words:

You can only 'integrate' (use the integration operator) when you have a description of the function that you want to integrate. You do not have a function, but a set of data points. The best you can do is sum the numbers over your range of interest, and divide by the time difference over that range.

 

See if the attached helps.

 

Success!
Luc

Jacob_S1-VisitorAuthor
1-Visitor
June 21, 2021

Thank you very much for the detailed answer