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)
Input variables#

Name

Type

Default

Description

t

x2D

left_ind

None

right_ind

None

support

params.SUPPORT_SINC_FILTER

n_interp

1

Output variables#

Return annotation

Docstring type

Description

None

Docstring#

exact same as sinc_interp_by_factor_of_2() except along last axis of
two dimensional array x2D