LocalDSP Tue, 01 Jun 2004 06:03:08 -0700
The spline interpolation expects your x-values to be all different (and monotonic). However in your data set the x values at index 122 and 124 are identical (and also x(122) > x(123)). If you correct for this the interpolation should work fine.