Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

math operations on plots

I'm working with WPF Graph control and I have some plots on it, each one represented as a list of (x,y) points. I would like to compute new plots, as result of mathematical operations on the original ones.

For example I would like to show a new plot which is the difference between the first two plots on the graph. The main problem is that the x values of the two plots are not necessarily the same, and so I should implement some kind of interpolation method, in fact, for a given point in the first plot, I could not have a point with the same x value in the second plot.

I also would like compute the hysteresis amplitude of an hysteresis plot (maybe splitting the plot in the upper and the lower parts and computing the difference between them). The issue of the hysteresis amplitude is the most important.

 

Is there any object or method or pre-built way in measurement studio libraries to compute these kind of operations?

 

Thanks

0 Kudos
Message 1 of 2
(5,466 Views)
0 Kudos
Message 2 of 2
(5,345 Views)