cupyx.scipy.signal.hilbert2#

cupyx.scipy.signal.hilbert2(x, N=None)[source]#

Compute the ‘2-D’ analytic signal of x

Parameters:
  • x (ndarray) – 2-D signal data.

  • N (int or tuple of two ints, optional) – Number of Fourier components. Default is x.shape

Returns:

xa – Analytic signal of x taken along axes (0,1).

Return type:

ndarray