Automated 1D Linear Interpolation

185 Views Asked by At

I'm importing a curve per points from a Datagridview. In order to correct this curve with an algorythm, I have to rebuild it, to have a larger number of points. To do this I have to use a 1D linear interpolation calculus. In order to make this process automatically, when I wrote this algorhytm in MATLAB, I used the interp1 command. Is there a corresponding command in VB.net? Thanks in advance. Best regards.


Edit: Does anyone know how Math.NET Linear Interpolation works? I've found their guide on how to use this command but I'm not able to make this working.

0

There are 0 best solutions below