Resample — Resample a discrete time signal
[tn,xn] = Resample(t,x,step) [tn,xn] = Resample(t,x,step,tbounds)
a real vector. The initial time discretization points. This vector must be in a strictly increasing order.
it can be:
t
.
t
.
a real positive scalar. the new discretisation time step
an optional real vector with 2 elements
[tmin,tmax]
, which can be used to
restrict the time interval for resampling. The default
value is [t(1),t($)]
.
a real row vector. The new time discretization points.
a real row vector or a matrix, The signal values at discretization points.