biphasic_stimulus_CM.interpolate biphasic_stimulus_CM.interpolate(X: ndarray) → ndarray 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