hilbert2 ā SciPy v1.15.3 Manual (original) (raw)
scipy.signal.
scipy.signal.hilbert2(x, N=None)[source]#
Compute the ā2-Dā analytic signal of x
Parameters:
xarray_like
2-D signal data.
Nint or tuple of two ints, optional
Number of Fourier components. Default is x.shape
Returns:
xandarray
Analytic signal of x taken along axes (0,1).
References