Hey guys I am currently working on some code that should interpolate a 2D array.
I care about two columns for the interpolation one is the "Tesla" column and one is the "EMU" column. The way the data works is that the Tesla values will go on a loop from -2 to 14 then back to -2. So in essence this could be broken up into a Field up and Field down. What I need to do is get the amplitude of the graph, I need to do this by using the points on the field up and interpolating these values with the field down EMU values so the Field/Tesla points could match up on the way up and down and I could use the corresponding EMU values.
Attached are the dummy file and the labview code.
All help is appreciated, thank you guys