utils.sinc_interp_x2D#
Back to Module page
Summary#
exact same as sinc_interp_by_factor_of_2() except along last axis of two dimensional array x2D
Signature#
def sinc_interp_x2D(t, x2D, left_ind = None, right_ind = None, support = params.SUPPORT_SINC_FILTER, n_interp = 1)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
|||
|
|||
|
None |
||
|
None |
||
|
params.SUPPORT_SINC_FILTER |
||
|
1 |
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
Docstring#
exact same as sinc_interp_by_factor_of_2() except along last axis of
two dimensional array x2D