Irregular Data Interval Numerical Integration

That_Man

New member
Joined
May 7, 2020
Messages
6
I have this dataset with ~21,000 points. I need to integrate at ~44,000 regular intervals, but the data is spaced irregularly. Here's an image of a small subset for context:
Data.png
The vertical grey lines are the intervals I need to integrate at (1 unit). The circles represent the data points. I'm trying to come up with some sort of Simpson's rule based algorithm that will allow me generate a new data set. I'm not sure if this is more an Excel programmer question instead, so I'm posting this to an excel forum as well.

I've attached a CSV of the points in the above image in case you want to experiment. Any ideas?
 

Attachments

  • Points.txt
    2 KB · Views: 0
Top