[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Resampling non-uniform sampled data
From: |
Ben Abbott |
Subject: |
Re: Resampling non-uniform sampled data |
Date: |
Thu, 02 Apr 2009 11:08:48 -0400 |
On Thursday, April 02, 2009, at 05:30AM, "Sean87" <address@hidden> 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