optic.dsp.clockRecovery.interpolator

interpolator(x, t)

Perform cubic interpolation using the Farrow structure.

Parameters:
  • x (numpy.np.array) – Input array of size 4 representing the values for cubic interpolation.

  • t (float) – Interpolation parameter.

Returns:

y – Interpolated signal value.

Return type:

float