Resampling non-uniform sampled data

Ben Abbott bpabbott at mac.com
Thu Apr 2 10:08:48 CDT 2009


On Thursday, April 02, 2009, at 05:30AM, "Sean87" <sean.redmond at nuim.ie> wrote:
>
>Hi,
>
>I'm fairly new to Octave and I'm attempting to use it to analyse some data
>that has not been sampled at uniform time intervals.  In order to proceed I
>need to have the sampling uniform.  Does anyone know of a way to interpolate
>and resample the data?
>
>Thanks

Take a look at interp1

    help interp1

and

    doc interp1

Ben


More information about the Help-octave mailing list