k-Wave Toolbox Previous   Next

interpftn

Resample data using Fourier interpolation

Syntax

y = interpftn(x, sz)

Description

interpftn resamples an N-D matrix to the size given in sz using Fourier interpolation.

Inputs

x

matrix to interpolate

sz

new size

Outputs

y

resampled matrix

See Also

interpft


© 2009-2014 Bradley Treeby and Ben Cox.