I am new to theMath.net library. I am trying to resample any given array/vector to 101 data points. Thus if i have array of 74 data points i would like to create a new similar array but with 101 points. Same, if i have an array with 145 data points i would like to create a new similar arraybut with 101 data points.
In other words i need to inerpol or extrapol (normalize) a given vector to resamle to a new vector of 101 dat points.
Any help on how to do this with Math.net and if possible sample code (preferable vb.net) would be much appreciated.