pub fn approx2_uniform<T, P>(
input: &Array<T>,
pos0: &Array<P>,
interp_dim0: i32,
start0: f64,
step0: f64,
pos1: &Array<P>,
interp_dim1: i32,
start1: f64,
step1: f64,
method: InterpType,
off_grid: f32
) -> Array<T> where
T: HasAfEnum + FloatingPoint,
P: HasAfEnum + RealFloating,
Perform signal interpolation for 2d signals along a specified dimension
input
is the input Arraypos0
Array contains the interpolation locations for first dimensioninterp_dim0
is the dimension along which interpolation is performedstart0
is the first index along interp_dim0
step0
is the uniform spacing value between subsequent indices along interp_dim0
pos1
Array contains the interpolation locations for second dimensioninterp_dim0
is the dimension along which interpolation is performedstart0
is the first index along interp_dim1
step0
is the uniform spacing value between subsequent indices along interp_dim1
method
indicates the type of interpolation method that be used. It is of type enum InterpTypeoff_grid
is the value that will set in the output Array when certain index is out of boundsAn Array with interpolated values
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4