stimulus_CM.interpolate

stimulus_CM.interpolate(X: ndarray) ndarray[source]

interpolate the input vector with the interpolator. If not set, the interpolated vector will be the equal to the input vector. :param X: Input vector to interpolate. :type X: np.ndarray

Returns:

Interpolated vector.

Return type:

np.ndarray