k-Wave Toolbox |
Interpolate data from a Cartesian to a binary sensor mask
binary_sensor_data = interpCartData(kgrid, cart_sensor_data, cart_sensor_mask, binary_sensor_mask) binary_sensor_data = interpCartData(kgrid, cart_sensor_data, cart_sensor_mask, binary_sensor_mask, interp)
interpCartData
takes a matrix of time-series data recorded over a set of Cartesian sensor points given by cart_sensor_mask
and computes the equivalent time-series at each sensor position on the binary sensor mask binary_sensor_mask
using interpolation. The properties of binary_sensor_mask
are defined by the k-Wave grid structure kgrid
. Two and three dimensional data are supported.
|
k-Wave grid structure returned by |
|
original sensor data measured over |
|
Cartesian sensor mask over which |
|
binary sensor mask at which equivalent time-series are computed via interpolation |
|
interpolation mode used to compute the time-series, both |
|
array of time-series corresponding to the sensor positions given by |
cart2grid
, kspaceFirstOrder2D
, kspaceFirstOrder3D
, makeGrid
hounsfield2density | interpftn |
© 2009-2014 Bradley Treeby and Ben Cox.