You may find something that can be imported into Scilab at the <a href="http://gams.nist.gov/">GAMS</a> repository.  What I have found useful in this repository are mostly older, obscure algorithms, mostly coded in Fortran (some in Fortran 77, yet!).  There are some intriguing approaches to splines that I have not experimented with myself...<br>
<br>Charlie<br><br><div class="gmail_quote">On Sat, Dec 24, 2011 at 5:37 AM, Petter Wingren <span dir="ltr"><<a href="mailto:petterwr@gmail.com">petterwr@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I've got a dataseries with two vectors, <i>x</i> and <i>time</i>, where <i>x</i> is the measured value at <i>time</i>.<br><br>time-intervals average 202 ms, median 200 ms. (Average goes up mostly due to a few very long intervals, about 15 measuring >300 ms).I would like to interpolate a curve with steady intervals between the samples and have those as close to 200 ms as possible.<br>


<br>Total samples are around 1300. What function should I use? What would the syntax be?<br><br>Been looking at splin and interp and messing around with them a bit but havent been able to get what I want..<br><br>Any suggestions?<br>


</blockquote></div><br>