<div dir="ltr"><div class="gmail_quote">Hi all,</div><div class="gmail_quote"><br></div><div class="gmail_quote">I can't seem to perform any interpolations.   My test crashes on 2.0.7-1 on Ubuntu and 2.0.8rc2 on Windows 8.1.</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">Attached (and below) is my (ASCII)  test case.  There are 13 values in vector 'a' (and INDEX, of course).  There are seven values in vectors 'b' and 'bi'.  Vector 'bi' contains index numbers for vector b.  Looking at the data you can see the intention is that vector b has values for every other 'a' value and bi is the index of those values relative to 'a'.</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">My goal is to interpolate 'b' so that it has the same number of samples as 'a', then use 'b' as an X axis of a curve with 'a' as the Y axis.</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">So I try interpolating with Input Vector X = bi, Input Vector Y = b, and Input Vector X' = INDEX.  This crashes no matter which interpolation plugin I use.</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">Seeing NaN's when looking at the 'b' and 'bi' vectors may be an issue.  However, I'm assuming since there are interpolation plugins there must be SOME way to have vectors of varying lengths.</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">I must be missing something.</div><div class="gmail_quote"><br></div><div class="gmail_quote">Thanks for any tips,</div><div class="gmail_quote">Steve<br><div dir="ltr">
<br></div>
</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="courier new, monospace" size="1">a b bi</font></div><div><font face="courier new, monospace" size="1">112.5 428 0</font></div><div><font face="courier new, monospace" size="1">187.5</font></div>
<div><font face="courier new, monospace" size="1">262.5 345 2</font></div><div><font face="courier new, monospace" size="1">337.5</font></div><div><font face="courier new, monospace" size="1">412.5 119 4</font></div><div>
<font face="courier new, monospace" size="1">487.5</font></div><div><font face="courier new, monospace" size="1">567.5 162 6</font></div><div><font face="courier new, monospace" size="1">637.5</font></div><div><font face="courier new, monospace" size="1">712.5 211 8</font></div>
<div><font face="courier new, monospace" size="1">787.5</font></div><div><font face="courier new, monospace" size="1">862.5 292 10</font></div><div><font face="courier new, monospace" size="1">937.5</font></div><div><font face="courier new, monospace" size="1">100.5 623 12</font></div>
</blockquote><div><br></div><div><br></div></div>